@font-face {
  font-family: "BentonSans";
  font-weight: 300;
  font-display: swap;
  src: url("https://www.aexp-static.com/nav/ngn/fonts/325e6ad0-38fb-4bad-861c-d965eab101d5-3.woff") format("woff");
}

@font-face {
  font-family: "BentonSans";
  font-weight: 400;
  font-display: swap;
  src: url("https://www.aexp-static.com/nav/ngn/fonts/3be50273-0b2e-4aef-ae68-882eacd611f9-3.woff") format("woff");
}

@font-face {
  font-family: "BentonSans";
  font-weight: 500;
  font-display: swap;
  src: url("https://www.aexp-static.com/nav/ngn/fonts/0fababca-4914-46dd-9b0f-efbd51f67ae8-3.woff") format("woff");
}

.emailAddress {
  font-size: 15px;
  color: #003366;
}

.occ {
  font-family: BentonSans, Helvetica, sans-serif;
}

.headerText {
  font-size: 18px;
  margin-bottom: 5px;
  color: #000000;
  padding-left: 5px;
}

.occ .occContainer .contentHeader {
  font-family: BentonSans, Helvetica, sans-serif;
  font-weight: 500;
}

.headLineText {
  padding-left: 5px;
  font-size: 13px;
}


/*
*Toogle switch css starts here
*/

.switchContainer {
  width: 53px;
  overflow: hidden;
  display: block;
  height: 20px;
}

.switchWrapper {
  position: relative;
  z-index: 10;
}

.toggleBox {
  display: inline-block;
  box-sizing: content-box;
  width: 42px;
  height: 16px;
  padding: 0px;
  margin: 0px;
  border-radius: 10px;
  cursor: pointer;
  box-shadow: rgb(223, 223, 223) 0px 0px 0px 0px inset;
  transition: 0.3s ease-out all;
  -webkit-transition: 0.3s ease-out all;
  font-size: 11px;
  color: #fff;
  font-weight: bold;
}

.toggleSwitchOn {
  background: #7D7D7D;
  border: 1px solid #7D7D7D;
  text-indent: 5px;
  padding-top: 2px;
}

.toggleSwitchOff {
  background: #0d4678;
  border: 1px solid #88A7BF;
  text-indent: 17px;
  padding-top: 2px;
}

.switchCircle {
  background: #f5f5f5;
  border-radius: 100%;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
  width: 15px;
  height: 15px;
  transition: 0.3s ease-out margin;
  -webkit-transition: 0.3s ease-out margin;
  display: inline-block;
  position: absolute;
  z-index: 11;
  left: 60%;
  top: 2px;
}

.switchTransit {
  margin-left: -44px;
}

.switchTransit .switchCircle {
  left: 52%;
}

.switchBox .searchIcon {
  display: inline-block;
}

.switchBox {
  padding-bottom: 14px;
}

/*toogle switch css ends here*/

.cardMemberList {
  padding: 0;
}

.cardMemberList .toogleSwitch {
  float: left;
  margin-top: -2px;
}

.cardMemberList li .optOutCard {
  padding: 6px;
  border: 1px solid transparent;
}

.cardMemberList li .optOutCard:hover {
  border: 1px solid #65AFCC;
  background-color: #FFF;
}

.cardMemberList li .highlightOptCard {
  border: 1px solid #65AFCC;
  background-color: #FFF;
}

.cardMemberList li .optOutCard:hover .options {
  display: block;
}

.cardMemberList li .highlightOptCard .options{
  display: block;
}

.cardAndMembershipBasics li {
  padding: 7px;
  list-style-type: none;
  padding-left: 0;
  border-bottom: 1px solid #DDDFE0;
}

.cardMemberList li:last-child {
  border: none;
}

.cardAndMembershipBasics .title {
  font-size: 14px;
  font-weight: bold;
  padding-bottom: 8px;
  color: #657176;
  line-height: 15px;
}

.optoutTitle {
  font-size: 14px;
  line-height: 33px;
  font-weight: 500;
}

.unsubscribeFromAll {
  margin-top: 10px;
}

.borderStyle {
  border-bottom-style: dashed;
  border-bottom-color: #DDDFE0;
  border-width: 1px;
  padding-bottom: 8px;
}

.gradientBox {
  padding: 5px;
  margin-top: 10px;
  background: rgba(213, 220, 224, 1);
  background: -moz-linear-gradient(top, rgba(213, 220, 224, 1) 0%, rgba(233, 238, 241, 1) 4%, rgba(235, 239, 242, 1) 11%, rgba(255, 255, 255, 1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(213, 220, 224, 1)), color-stop(4%, rgba(233, 238, 241, 1)), color-stop(11%, rgba(235, 239, 242, 1)), color-stop(100%, rgba(255, 255, 255, 1)));
  background: -webkit-linear-gradient(top, rgba(213, 220, 224, 1) 0%, rgba(233, 238, 241, 1) 4%, rgba(235, 239, 242, 1) 11%, rgba(255, 255, 255, 1) 100%);
  background: -o-linear-gradient(top, rgba(213, 220, 224, 1) 0%, rgba(233, 238, 241, 1) 4%, rgba(235, 239, 242, 1) 11%, rgba(255, 255, 255, 1) 100%);
  background: -ms-linear-gradient(top, rgba(213, 220, 224, 1) 0%, rgba(233, 238, 241, 1) 4%, rgba(235, 239, 242, 1) 11%, rgba(255, 255, 255, 1) 100%);
  background: linear-gradient(to bottom, rgba(213, 220, 224, 1) 0%, rgba(233, 238, 241, 1) 4%, rgba(235, 239, 242, 1) 11%, rgba(255, 255, 255, 1) 100%);
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#d5dce0', endColorstr='#ffffff', GradientType=0);
}

.unsubscribeFromAll {
  font-size: 15px;
}

.selectedCommCodeDescription {
  font-size: 13px;
  line-height: 15px;
}
.occ {
  overflow: hidden;
}
.occContainer {
  padding: 5px 10px 5px 0;
  border: 10px solid #F7F7EF;
  margin: 40px 93px;
  border-radius: 5px 5px 0 0;
}

.settingsBox h3 {
  font-size: 15px;
  font-weight: 600;
}

.unsubscribeContent {
  font-size: 11px;
  line-height: 16px;
}

.newSettingsDiv {
  margin-left: 20px;
  margin-bottom: 10px;
}

.newSettings {
  margin-top: 10px;
  margin-left: 5px;
  font-size: 15px;
  font-weight: 500;
}

.switchTitle {
  font-size: 11px;
  float:left;
}

.buttonSection .btn {
  border: 1px solid #4b97fa;
  color: #4b97fa;
  float: right;
  margin-left: 10px
}

.buttonSection {
  max-width: 50%;
  padding-top: 14px;
  padding-bottom: 10px;
}

.buttonSection .saveBtn {
  background-color: #006fcf;
  color: #FFF;
}

.options {
  float: right;
  display: none;
  color: #2570BB;
  width: 80px;
}

.options a {
  text-decoration: none;
}

.options a span {
  font-size: 11px;
  line-height: 13px;
}

.semiSecureImage.yes33 {
  background-position: -419px -64px;
  height: 15px;
  width: 33px;
  display: inline-block;
  margin-left: 3px;
  margin-right: 3px;
}

.commonIcons {
  background: url(../images/spr-epref-landing.gif) 0 0 no-repeat;
  display: block;
}

.searchIcon {
  background: url(../../privacy/static/images/AXSF18_BTN_09F.gif) 0 0 no-repeat;
  display: block;
}

.semiSecureImage.no33 {
  background-position: -419px -45px;
  height: 15px;
  width: 33px;
  display: inline-block;
  margin-left: 3px;
  margin-right: 3px;
}

.detialsCollapseIcon {
  background-position: -458px -61px;
  width: 10px;
  height: 8px;
  display: inline-block;
  cursor: pointer;
  margin-top: 1px;
}

.detialsExpandIcon {
  background-position: -458px -47px;
  width: 10px;
  height: 8px;
  display: inline-block;
  cursor: pointer;
  margin-top: 1px;
}

.detailsText {
  margin: 1px 12px 8px 12px;
  border-top: 1px solid #D7D5D5;
  padding-top: 8px;
  margin-top: 8px;
  font-size: 10px;
  text-align: justify;
}

.searchIcon {
  background-position: -108px -225px;
  height: 14px;
  width: 15px;
  cursor: pointer;
  float: right;
}

.additionalNewsletters .cardAndMembershipBasics:first-child {
  border: none;
}

.additionalNewsletters .cardAndMembershipBasics {
  border-left: 1px solid #DDDFE0;
  min-height: 250px;
}

.additionalNewsletters {
  margin-left: 10px;
}

.additionalNewsLetterList {
    width: 60%;
    list-style: none;
    padding-left: 5px;
}

.res_Small .additionalNewsLetterList {
  width: 100%;
}

.additionalNewsLetterList li {
  border-right: 1px solid #F7F7EF;
  border-bottom: 1px solid #F7F5EF;
  padding: 13px 5px;
}

.unsubscribeAllNote {
  margin-top: 5px;
  margin-left: 20px;
  font-size: 11px;
}


/*styles for cancel optout page*/

.noCard {
  width: 34px;
  height: 17px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#4c4c4c+0,4c4c4c+16,595959+41,595959+41,4c4c4c+64,474747+97,1c1c1c+100,2b2b2b+100,000000+100,666666+100,131313+100,666666+100,2b2b2b+100,2c2c2c+100 */
  background: #4c4c4c;
  /* Old browsers */
  background: -moz-linear-gradient(top, #4c4c4c 0%, #4c4c4c 16%, #595959 41%, #595959 41%, #4c4c4c 64%, #474747 97%, #1c1c1c 100%, #2b2b2b 100%, #000000 100%, #666666 100%, #131313 100%, #666666 100%, #2b2b2b 100%, #2c2c2c 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #4c4c4c 0%, #4c4c4c 16%, #595959 41%, #595959 41%, #4c4c4c 64%, #474747 97%, #1c1c1c 100%, #2b2b2b 100%, #000000 100%, #666666 100%, #131313 100%, #666666 100%, #2b2b2b 100%, #2c2c2c 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #4c4c4c 0%, #4c4c4c 16%, #595959 41%, #595959 41%, #4c4c4c 64%, #474747 97%, #1c1c1c 100%, #2b2b2b 100%, #000000 100%, #666666 100%, #131313 100%, #666666 100%, #2b2b2b 100%, #2c2c2c 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#2c2c2c', GradientType=0);
  /* IE6-9 */
  display: inline-block;
  text-align: center;
  font-size: 11px;
  line-height: 17px;
  color: #fff;
}

.yesCard {
  width: 34px;
  height: 17px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#4c4c4c+0,4c4c4c+16,595959+41,595959+41,4c4c4c+64,474747+97,1c1c1c+100,2b2b2b+100,000000+100,666666+100,131313+100,666666+100,2b2b2b+100,2c2c2c+100 */
  background: #4c4c4c;
  /* Old browsers */
  background: -moz-linear-gradient(top, #12538E 0%, #12538E 16%, #12538E 41%, #12538E 41%, #12538E 64%, #12538E 97%, #12538E 100%, #12538E 100%, #000000 100%, #12538E 100%, #12538E 100%, #12538E 100%, #12538E 100%, #12538E 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #12538E 0%, #12538E 16%, #12538E 41%, #12538E 41%, #12538E 64%, #12538E 97%, #12538E 100%, #12538E 100%, #000000 100%, #12538E 100%, #12538E 100%, #12538E 100%, #12538E 100%, #12538E 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(top bottom, #12538E 0%, #12538E 16%, #12538E 41%, #12538E 41%, #12538E 64%, #12538E 97%, #12538E 100%, #12538E 100%, #000000 100%, #12538E 100%, #12538E 100%, #12538E 100%, #12538E 100%, #12538E 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#2c2c2c', GradientType=0);
  /* IE6-9 */
  display: inline-block;
  text-align: center;
  font-size: 11px;
  line-height: 17px;
  color: #fff;
}

.links a {
  display: block;
  margin-bottom: 5px;
  font-size: 0.7rem;
}

.termsSection li, 
.termsHeading {
  font-size: 1.3rem;
  margin-bottom: 5px;
  font-size: 0.82rem;
}

.occContainer.cancelOptOut {
  padding: 0px;
}

.cancelOptOutSection {
  padding: 19px 25px;
  border: 1px solid #DDDFE0;
  background-color: #F7F7EF;
}

.cancelOptOutSection .additionalNewsletters {
  margin-left: -10px;
}

.cancelOptOutSection .cardAndMembershipBasics .title {
  padding-left: 6px;
}

.communicationsLink {
  text-decoration: underline;
}

.cancelOptOutSection .cardAndMembershipBasics,
.cancelOptOutSection .cardAndMembershipBasics li {
  border: none;
  padding: 13px 7px;
}

.currentSettings {
  font-size: 18px;
  margin-bottom: 10px
}

.errorContainer {
  padding: 20px;
}

.errorContainer .headerText {
  margin-bottom: 10px;
}

.errorContainer p,
.errorContainer a {
  font-size: 13px;
}


/*newsLetterPreferences styles*/

.communicationList {
  margin-left: 40px;
}

.titleText {
  margin-left: 52px;
}

.newsLetterPreferences {
  padding: 20px;
}

.newsLetterPreferences .cardMemberList li {
  list-style-type: none;
  padding: 5px 0;
}

.newsLetterPreferences p {
  font-size: 12px;
}

.newsLetterPreferences .title {
  font-size: 12px;
}

.subTitleText {
}

.commheader {
  margin-bottom: 10px;
  font-size: 12px;
  display: inline-block;
}


/*SurveyResearchNLTY  styles*/

.SurveyContainer {
  padding: 20px;
}

.SurveyContainer h1 {
  font-size: 20px;
  color: #2A80AC;
}

.SurveyContainer .buttonSection {
  margin-bottom: 20px;
}

.font12 {
  font-size: 12px;
}

.messageList li {
  font-size: 12px;
  margin-bottom: 5px;
}

.headerBox {
  border-top: 5px solid #2D9AD3;
  border-bottom: 2px solid #B9E0FF;
}

.SurveyContainer .emailAddress {
  margin-top: 20px;
}

.SurveyContainer .surveyList p,
.SurveyContainer .surveyList li,
.thankYouMessage {
  font-size: 12px;
}

.SurveyContainer .surveyList li {
  padding-bottom: 5px;
}

.SurveyContainer .links {
  margin-top: 20px;
}

.SurveyContainer .links a {
  margin-bottom: 15px;
  text-decoration: underline;
}

.cancelUpdate {
  border-bottom: 4px solid gray;
  margin-top: 10px;
  margin-bottom: 20px;
}

.feedbackBox {
  margin: 13px 0;
  border-top: 4px solid gray;
  border-bottom: 4px solid gray;
  padding: 10px 7px;
  color: blue;
}

.disabledPointer {
  cursor: not-allowed;
  opacity: 0.7;
}
/* Popup style*/
#cardModal{
  z-index:4000;
}
.modal{
  z-index:4000 !important;
}
#cardModal .modal-dialog{
  margin:4% auto;
}
#cardModal .modal-header{
  background-color:#007AAA;color:#fff;
}
#cardModal .modal-header button{
  color:#fff;
  opacity:1;
  font-size:16px;
}
#cardModal .modal-header h5{
  font-weight:bold;
}

#cardModal .modal-body .imageSection{  
   height:400px;
  overflow:auto;
  border:1px solid #DDDFE0;
  background-color:#fff;
}
#cardModal .modal-body .nav-tabs {
  border-bottom:none;
}
#cardModal .modal-body .nav-tabs>li a{
   background-color:#DDDFE0;
   border-radius:20px 20px 0 0;
   text-transform: uppercase;
   font-weight:bold;
   font-size:12px;
}
#cardModal .modal-body .nav-tabs>li.active>a,#cardModal .modal-body .nav-tabs>li.active>a:focus,#cardModal .modal-body .nav-tabs>li.active>a:hover{
  background-color:rgba(238, 238, 238, 0.69);
}
#cardModal .modal-body .tab-content{
 
  border:1px solid #DDDFE0;
  padding:20px;
  border-radius:0 8px 8px 8px;
  background-color:rgba(238, 238, 238, 0.69);
}
#cardModal .modal-footer {
  border-top:0px;
  padding-top:0px;
}

.options span.iconSearch , .alertHeadline .switchBox span.iconSearch{
  background: url(../../static/images/AXSF18_BTN_09F.gif) 0 0 no-repeat;
  display: block; 
  background-position: -108px -225px;
  height: 14px;
  width: 15px;
  cursor: pointer; 
}
.alertHeadline .switchBox span.iconSearch{
  float:left;
  margin-left:5px; 
}
.options span.iconSearch {
   margin:3px 5px 0 0;
}

#container{
  position: relative;
}

.loader {
  position: absolute;
  top:50px;
  left: 500px;
}

.spinner {
  text-align: center;
}

.body-content {
  min-height: 295px;
}

.subCommTitle {
  font-weight: 900;
}


/*style for login page*/

.loginPage  {
  margin-top: 30px;
  padding-bottom: 200px;
  background: url(../images/bg_login_bkgdimage.jpg) 0 0 no-repeat;
  background-size: cover;
}
.mainTitleDesc {
  color: #0e92ce;
  font-weight: 700;
  font-size: 22px;
}

.subTitleDesc{
  border: 1px solid #eaeaea;
  background-color: #FFFFFF;
  border-radius: 10px;
  padding: 5px 14px 20px 14px;
}

.subTitleDescText {
  padding: 10px 10px;
  overflow: hidden;
  color: #046db9;
  font-weight: 700;
}

.pullLeft{
  float: left;
}
.pullRight {
  float: right;
}

.descPoints {
  color: #000000;
  font-size: 12px;
  padding: 40px 10px;
  background-color: #F7F5EC;
}

.subscriptionWrapper .loginWidget {
  background: #c5e2f9;
  padding: 10px 10px;
  margin: 10px;
  margin-left: 10px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 5px;
  -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
}

.subscriptionWrapper .loginWidget .descText ul li{
  font-size: 12px;
}

.subscriptionWrapper .loginWidget a {
  text-decoration: underline;
}

.subscriptionWrapper h1.headerText {
  float: left;
}

.subscriptionWrapper .faq {
  float: right;
  display: block;
  margin-top: 15px;
  text-decoration: underline;
}

.weight-bold {
  font-weight: 800;
}
.loginWidget .title {
    display: block;
    padding-bottom: 10px;
}

.loginWidget .glyphicon-lock {
  margin-left: 10px;
  color: #3d8cf0;
}

.loginWidget form label , .loginWidget form a, .loginWidget form span {
  font-size: 12.5px;
}

#fountainG{
  position:relative;
  width:228px;
  height:28px;
  margin:auto;
}

.fountainG{
  position:absolute;
  top:200px;
  background-color:rgb(75,151,250);
  width:28px;
  height:28px;
  animation-name:bounce_fountainG;
    -o-animation-name:bounce_fountainG;
    -ms-animation-name:bounce_fountainG;
    -webkit-animation-name:bounce_fountainG;
    -moz-animation-name:bounce_fountainG;
  animation-duration:1.69s;
    -o-animation-duration:1.69s;
    -ms-animation-duration:1.69s;
    -webkit-animation-duration:1.69s;
    -moz-animation-duration:1.69s;
  animation-iteration-count:infinite;
    -o-animation-iteration-count:infinite;
    -ms-animation-iteration-count:infinite;
    -webkit-animation-iteration-count:infinite;
    -moz-animation-iteration-count:infinite;
  animation-direction:normal;
    -o-animation-direction:normal;
    -ms-animation-direction:normal;
    -webkit-animation-direction:normal;
    -moz-animation-direction:normal;
  transform:scale(.3);
    -o-transform:scale(.3);
    -ms-transform:scale(.3);
    -webkit-transform:scale(.3);
    -moz-transform:scale(.3);
  border-radius:18px;
    -o-border-radius:18px;
    -ms-border-radius:18px;
    -webkit-border-radius:18px;
    -moz-border-radius:18px;
}

#fountainG_1{
  left:0;
  animation-delay:0.68s;
    -o-animation-delay:0.68s;
    -ms-animation-delay:0.68s;
    -webkit-animation-delay:0.68s;
    -moz-animation-delay:0.68s;
}

#fountainG_2{
  left:28px;
  animation-delay:0.85s;
    -o-animation-delay:0.85s;
    -ms-animation-delay:0.85s;
    -webkit-animation-delay:0.85s;
    -moz-animation-delay:0.85s;
}

#fountainG_3{
  left:57px;
  animation-delay:1.01s;
    -o-animation-delay:1.01s;
    -ms-animation-delay:1.01s;
    -webkit-animation-delay:1.01s;
    -moz-animation-delay:1.01s;
}

#fountainG_4{
  left:85px;
  animation-delay:1.18s;
    -o-animation-delay:1.18s;
    -ms-animation-delay:1.18s;
    -webkit-animation-delay:1.18s;
    -moz-animation-delay:1.18s;
}

#fountainG_5{
  left:114px;
  animation-delay:1.35s;
    -o-animation-delay:1.35s;
    -ms-animation-delay:1.35s;
    -webkit-animation-delay:1.35s;
    -moz-animation-delay:1.35s;
}

#fountainG_6{
  left:142px;
  animation-delay:1.52s;
    -o-animation-delay:1.52s;
    -ms-animation-delay:1.52s;
    -webkit-animation-delay:1.52s;
    -moz-animation-delay:1.52s;
}

#fountainG_7{
  left:171px;
  animation-delay:1.69s;
    -o-animation-delay:1.69s;
    -ms-animation-delay:1.69s;
    -webkit-animation-delay:1.69s;
    -moz-animation-delay:1.69s;
}

#fountainG_8{
  left:199px;
  animation-delay:1.86s;
    -o-animation-delay:1.86s;
    -ms-animation-delay:1.86s;
    -webkit-animation-delay:1.86s;
    -moz-animation-delay:1.86s;
}
.loader-overlay{
  background:rgba(0,0,0,.2);
  position:fixed;
  top:0;
  width:100%;
  height:100%;
  z-index:100;
}

.occ-checkbox {
  display: block;
  position: relative;
  cursor: pointer;
  font-size: 22px;
  line-height: 24px;
  height: 24px;
  width: 24px;
  clear: both;
  margin: 5px 2px 5px 5px;
}

.occ-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.occ-checkbox .checkbox-custom {
    position: absolute;
    top: 2px;
    left: 2px;
    height: 20px;
    width: 20px;
    background-color: transparent;
    border-radius: 5px;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    border: 2px solid #E5E5E5;
}


.occ-checkbox input:checked ~ .checkbox-custom {
    background-color: #FFFFFF;
    border-radius: 5px;
    -webkit-transform: rotate(0deg) scale(1);
    -ms-transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1);
    opacity:1;
    border: 2px solid #E5E5E5;
    background-color: #006fcf;
    border-color: #006fcf;
}


.occ-checkbox .checkbox-custom::after {
    position: absolute;
    content: "";
    left: 12px;
    top: 12px;
    height: 0px;
    width: 0px;
    border-radius: 5px;
    border: solid #009BFF;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(0deg) scale(0);
    -ms-transform: rotate(0deg) scale(0);
    transform: rotate(0deg) scale(0);
    opacity:1;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
}


.occ-checkbox input:checked ~ .checkbox-custom::after {
  -webkit-transform: rotate(45deg) scale(1);
  -ms-transform: rotate(45deg) scale(1);
  transform: rotate(45deg) scale(1);
  opacity:1;
  left: 5.7px;
  top: 0.8px;
  width: 5px;
  height: 12px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  background-color: transparent;
  border-radius: 0;
}

.occCheckDisabled .occ-checkbox input:checked ~ .checkbox-custom{
  background-color: #808080;
  border-color: #808080;
}

.occCheckDisabled .occ-checkbox,
.occCheckDisabled .occ-checkbox input[tpye='checkbox'] {
  cursor: not-allowed;
}

.commDetails {
  padding-left: 0.5em;
}

.chekboxContainer {
  float: left;
}

.optoutTitleDiv,
.selectedCommCodeDescriptionDiv {
  overflow: hidden;
}

.unSubscribelAll {
  overflow: hidden;
  margin-left: 20px;
}

.unSubscribelAll .occ-checkbox {
  display: inline-block;
}

.unSubscribeAllCheckbox,
.unSubscribeText {
  float: left;
}

.unSubscribeText {
  padding-top: 5px;
}


/*mobile styles*/
.res_Small .occContainer {
  margin-left: 0;
  margin-right: 0;
}


.res_Small .newSettingsDiv {
  margin-left: 15px;
}

.res_Small .buttonSection {
  max-width: 100%;
}

.res_Small .buttonSection .btn {
}



@keyframes bounce_fountainG{
  0%{
  transform:scale(1);
    background-color:rgb(75,151,250);
  }

  100%{
  transform:scale(.3);
    background-color:rgb(255,255,255);
  }
}

@-o-keyframes bounce_fountainG{
  0%{
  -o-transform:scale(1);
    background-color:rgb(75,151,250);
  }

  100%{
  -o-transform:scale(.3);
    background-color:rgb(255,255,255);
  }
}

@-ms-keyframes bounce_fountainG{
  0%{
  -ms-transform:scale(1);
    background-color:rgb(75,151,250);
  }

  100%{
  -ms-transform:scale(.3);
    background-color:rgb(255,255,255);
  }
}

@-webkit-keyframes bounce_fountainG{
  0%{
  -webkit-transform:scale(1);
    background-color:rgb(75,151,250);
  }

  100%{
  -webkit-transform:scale(.3);
    background-color:rgb(255,255,255);
  }
}

@-moz-keyframes bounce_fountainG{
  0%{
  -moz-transform:scale(1);
    background-color:rgb(75,151,250);
  }

  100%{
  -moz-transform:scale(.3);
    background-color:rgb(255,255,255);
  }
}