/* CSS reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, img, ins, kbd, q, s, samp,
small, strike, sub, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 100%;
}

ol {
  list-style-type: decimal;
  margin-left: 26px;
}
ol li {
  padding-bottom: 10px;
}

[id$="-left-content"] ul li {
    list-style : none;
}

[id$="-breadcrumb"] ul li {
    list-style : none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img { -ms-interpolation-mode: nearest-neighbor; image-rendering: auto;}

sub{vertical-align: sub; font-size:smaller}
sup {vertical-align: super; font-size: smaller; }

/* GLOBAL STYLES */
body {
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 16px;
  overflow-x: hidden;
  background: #161616;
}

h1 {
  font-size: 30px;
  line-height: 34px;
}

/* HEADER STYLING */
#header_container {
  max-width: 1600px;
  margin: 0 auto;
}

#header_container #corporate {
  height: 125px;
  background-color: rgba(224, 224, 224, 0.92);
}

#header_container #corporate .corporate_content {
  max-width: 1010px;
  margin: 0 auto;
  height: 124px;
}

.corporate_content .left {
    float:left;
    width:163px;
}

#header_container #corporate .corporate_content .left .logo {
  padding-top: 10px;
}

#header_container #corporate .corporate_content .right {
  float: right;
  width:70%;
}

#header_container #corporate .corporate_content .right .top-right {
  float: right;
  width:100%;
  text-align:right;
  padding:20px 0 21px 0;
}

#header_container #corporate .corporate_content .right .top-right ul li {
  display:inline-block;
  padding-left: 6px;
  font-size: 14px;
  color: #525252;
}
.gray-icons {
    width: 16px;
    margin: 0 8px 0 0;
    position: relative;
    display: inline-block;
    top: 1px;
}

#header_container #corporate .corporate_content .right .top-right ul li a {
  color: #525252;
  text-decoration: none;
}

#header_container #corporate .corporate_content .right .top-right ul li a:hover {
  text-decoration: underline;
}
#header_container #corporate .corporate_content .right .bottom-right .button-group {
    float:right;
    width:50%;
    text-align:right;
}

#header_container #corporate .corporate_content .right .bottom-right .button-group .light-blue-button {
  background: #35559d;
  border-radius: 4px;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: bold;
  margin-right: 18px;
  padding: 6px 25px;
  font-size: 13px;
  color: #fefefe;
  display:inline-block;
}

#header_container #corporate .corporate_content .right .bottom-right .button-group a.light-blue-button:hover {
  color: #fefefe;
  background: #607fc6;
}

#header_container #corporate .corporate_content .right .bottom-right .button-group .dark-blue-button {
  background: #001e61;
  border-radius: 4px;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: bold;
  padding: 6px 25px;
  font-size: 13px;
  color: #fefefe;
  display:inline-block;
}

#header_container #corporate .corporate_content .right .bottom-right .button-group a.dark-blue-button:hover {
  color: #fefefe;
  background: #133787;
}

#header_container #corporate .corporate_content .right .bottom-right .social-media-icon-group {
  float: right;
  width:34%;
  text-align: right;
}

#header_container #corporate .corporate_content .right .bottom-right .social-media-icon-group li {
  display:inline-block;
  padding-left: 6px;
}

#header_container #corporate .corporate_content .right .bottom-right .social-media-icon-group img {
  width: 28px;
}

/* TEXT RESIZER */
.resizer {
    display: inline-block;
    position: relative;
    top: 7px;
}
.top-right .divider {
    display:inline-block;
    padding:0 10px 0 10px;
}


.top-right {
    font-size:14px;
    color:#525252;
}
.top-right a {
    text-decoration:none;
    color:#525252;
}

.top-right a:hover {
    text-decoration:underline;
}

body.large li.medium a, body.large li.small a, body.small li.medium a, body.small li.large a, body.medium li.small a, body.medium li.large a {
  background-color: #8ea1cb;
  color: #fff !important;
}

body.large li.large a, body.medium li.medium a, body.small li.small a {
  background-color: #35559d;
  color: #fff !important;
}

ul.resizer li a {
    width:24px;
    height:24px;
    vertical-align: middle;
    display: table-cell;
    text-align:center;
}

ul.resizer li.small a {
  font-size: 10px;
  /*line-height: 24px;
  padding: 3px 9px 6px 9px;*/
  font-weight: bold;
}

ul.resizer li.small a:hover {
  text-decoration: none;
}

ul.resizer li.medium a {
  font-size: 13px;
  /*line-height: 24px;
  padding: 1px 8px 4px 8px;*/
  font-weight: bold;
}

ul.resizer li.medium a:hover {
  text-decoration: none;
}

ul.resizer li.large a {
  font-size: 15px;
  /*line-height: 24px;
  padding: 0px 2px 3px 3px;*/
  font-weight: bold;
}

ul.resizer li.large a:hover {
  text-decoration: none;
}

div.gsc-input-box {
  border: none !important;
  background: none !important;
  box-shadow: none !important;
}

table.gsc-search-box, form.gsc-search-box {
  margin: 0 !important;
}

table.gsc-search-box td {
  width: 0px !important;
  padding: 0 !important;
  vertical-align: top !important;
}

.gsc-search-button {
  background: none !important;
  border: none !important;
}

.gsc-search-button.gsc-search-button-v2 {
  width: 14px;
  height: 14px;
  padding: 0 5px;
  display: inline-block;
  background-position: -200px -112px;
  vertical-align: top;
}

input#gsc-i-id1 {
  font-size: 13px;
  transition: opacity 0.25s linear, width 0.25s linear;
  box-sizing: border-box;
  border: 0 !important;
  opacity: 0 !important;
  width: 0px !important;
  height: 21px !important;
  /* background: #CACACA !important; */
  color: #848484 !important;
  background-image: none !important;
}

.gsst_a .gscb_a, td.gsib_b {
  display: none;
}

#gsc-i-id1::-webkit-input-placeholder {
  color: #848484 !important;
}

#gsc-i-id1:-moz-placeholder {
  /* Firefox 18- */
  color: #848484 !important;
}

#gsc-i-id1::-moz-placeholder {
  /* Firefox 19+ */
  color: #848484 !important;
}

#gsc-i-id1:-ms-input-placeholder {
  color: #848484 !important;
}

#searchContainer {
  display: inline-block;
  max-width: 150px;
  min-width: 26px;
  height: 22px;
    position: relative;
    top: 7px;
}

#___gcse_0 {
  min-width: 26px;
}

#searchContainer:hover #gsc-i-id1, #gsc-i-id1:focus {
  width: 100px !important;
  opacity: 1 !important;
  margin: 0 0 0 10px !important;
  padding: 0 5px !important;
}

/* MAIN NAVIGATION */
#main_nav {
  background: #f4f4f4;
  height: 55px;
}

#main_nav .main_nav_content li ul {
  visibility: hidden;
}

#main_nav .main_nav_content li:hover ul {
  background: #e1e1e1 url(/images/global/dd-background.jpg) no-repeat;
  width: 245px;
  margin-left: -22px;
  padding-left: 22px;
  margin-top: 19px;
  padding-top: 18px;
  z-index: 300;
}

#main_nav .main_nav_content li:hover ul {
  visibility: visible;
  transition: visibility 0.6s ease-in;
}

#main_nav .main_nav_content li:hover ul li {
  height: 38px;
}

#main_nav .main_nav_content li:hover ul li:last-of-type {
  padding-bottom: 48px;
}

.main_nav_content {
  max-width: 1010px;
  margin: 0 auto;
  padding-left: 18px;
}

.main_nav_content ul {
  position: absolute;
  max-width: 1310px;
}

.main_nav_content ul li {
  float: left;
  padding-top: 20px;
  padding-right: 70px;
  height: 70px;
  list-style: none;
}

.main_nav_content a {
  text-decoration: none;
  color: #001e61;
}

.main_nav_content a:hover {
  text-decoration: none;
  color: #8b254f;
}

.main_nav_content a.current {
  text-decoration: none;
  color: #8b254f;
}

.main_nav_content ul li ul.secondary {
  background: #fff;
  max-width: 250px;
  list-style: none;
}
.main_nav_content ul li ul.secondary li {
    padding-right: 5px;
}

.sidebar-categories ul li { 
list-style: none; 
}

.mobile_menu {
  display: none;
}

#gs-body #gs-content-wrapper #gs-left #gs-left-content {
    line-height:150%;
}

/* FOOTER */
.newsletter {
  max-width: 1600px;
  margin: 0 auto;
  clear: both;
  height: 70px;
  background: #313131;
}

.newsletter .newsletter-content .join-wrapper {
  color: #fff;
  width: 36%;
  background: #8b254f;
  height: 60px;
  font-size: 20px;
  text-align: right;
  padding: 12px 80px 0 0;
  float:left;
}

.newsletter .newsletter-content .subscribe-wrapper {
  width: 45%;
  color: #fff;
  float: left;
  padding: 12px 0 0 0;
}

iframe.iframe3 {
    width: 79%;
    height: 50px;
    float:left;
}

.newsletter .newsletter-content .subscribe-wrapper .email-address {
  text-transform: capitalize;
  position: relative;
  width: 100%;
  top: 4px;
  padding-right: 20px;
  padding-left: 50px;
}

.subscribe-wrapper tr#Form6772_trButtons {
    display: table-row;
    float: right;
}

.newsletter .newsletter-content .subscribe-wrapper .mobile-form {
  position: relative;
  display: inline;
}

.newsletter .newsletter-content .subscribe-wrapper .unsubscribe a {
  font-size: 11px;
  font-style: italic;
  text-transform: capitalize;
  color: #d6d6d6;
  text-decoration: underline;
  float: left;
  padding:7px 0 0 0;
}

.newsletter img {
  height: 33px;
  vertical-align: middle;
}

.newsletter .newsletter-label {
  padding-left: 20px;
}

.signup-wrapper {
  position: relative;
  margin: 0 auto;
  text-align: center;
}

.leftcell {
  float: left;
  text-align: right;
  padding-top: 4px;
  font-size: 14px;
  line-height: 22px;
  color: #fff;
  font-weight: 100;
  padding-right: 12px;
  font-size: 100%;
  font-weight: 600;
  padding-right: 20px;
  padding-left: 50px;
}

.signup-form {
  display: inline;
  /* float: right; */
  width: 332px;
  text-align: left;
}

.button_submit {
  font-size: 13px !important;
  line-height: 22px !important;
  font-weight: 400 !important;
  width: 72px !important;
  background: #35559d !important;
  border: none !important;
}

.button_submit:hover {
  /* background: #a03561 !important; */
}

tr.rowstyle {
  display: inline;
  float: left;
}

.buttonrow {
  display: inline;
  float: left;
}

input[type="text"] {
  height: 29px;
  width: 196px;
  background: #ccc;
  outline: none;
  border: 1px solid #ccc;
  box-sizing: border-box;
}

input[type="submit"] {
  background-color: #35549d;
  display: inline-block;
  cursor: pointer;
  color: #ffffff;
  font-size: 14px;
  height: 30px;
  width: 106px;
  border: 1px solid #35549d;
  margin-left: -5px;
}

.sidebar-top-blurb a {
    color:#FFF;
}
#footer {
  position: relative;
  max-width: 1600px;
  margin: 0 auto;
  clear: both;
  background: url(/images/global/footer-bg.png) no-repeat;
  top: -10px;
}

.footer-content {
  width: 1010px;
  margin: 0 auto;
}

.footer-row {
  max-width: 1010px;
  margin: 0 auto;
}

.footer-row .footer-col-1 {
  width: 33%;
  float: left;
  border-right: 1px solid #2f2f2f;
  margin-top: 40px;
}

.footer-col-1 ul li, .footer-col-2 ul li {
    margin: 0 0 20px 0;
}

.footer-row .footer-col-1 ul, .footer-row .footer-col-2 ul {
  padding-left: 70px;
  list-style: none;
}

.footer-row .footer-col-1 a, .footer-row .footer-col-2 a {
  color: #fff;
  text-align: right;
  line-height: 130%;
  text-decoration: none;
  text-transform: capitalize;
  font-weight: 100;
}

.footer-row .footer-col-1 a:hover {
  color: #fff;
  text-decoration: underline;
}

.footer-row .footer-col-2 {
  width: 33%;
  float: left;
  border-right: 1px solid #2f2f2f;
  margin-top: 40px;
}

.footer-row .footer-col-2 a:hover {
  color: #fff;
  text-decoration: underline;
}

.footer-row .footer-col-3 {
  width: 33%;
  float: left;
}

.footer-row .footer-col-3 .connect-title {
  font-size: 26px;
  text-transform: capitalize;
  color: #fff;
  float: right;
  padding-top: 48px;
  margin-right: -6px;
}

.footer-row .footer-col-3 .purple-icon-group {
  float: right;
  padding-top: 50px;
  margin: -6px;
}

.footer-row .footer-col-3 .purple-icon-group img {
  width: 40px;
  margin-left: 4px;
}

.footer-row .footer-col-3 .copyright {
  float: right;
  padding-top: 50px;
  margin-right: -6px;
  font-size: 12px;
  color: #e0e1e2;
}


/* MEDIA QUERIES */
@media screen and (max-width: 1500px) {
    .newsletter .newsletter-content .subscribe-wrapper {
        width:55%;
    }
}

@media screen and (min-width: 1000px) {
  /*Only when browser window is wider than 1000px*/
  #mobile_menu {
    display: none;
  }
}

@media screen and (max-width: 1024px) {
  /*Only when browser window is narrower than 1000px*/
    #header_container #corporate {
       background-image:none !important;
       background-color:rgba(224, 224, 224, 0.92);
  }
  #main_nav {
    height:auto;
    clear: both;
  }
  .main_nav_content {
    display: none;
  }
  #header_container #corporate .corporate_content .right {
      width:80%;
  }
  #mobile_menu {
    display: block;
    width: 100%;

  }
  #mobile_menu img.hamburger {
    width: 32px;
    margin-top: 4px;
    float: right;
    margin-right: 13px;
  }
  #mobile_menu img.hamburger:hover {
    cursor: pointer;
  }
  #mobile_menu .drop-arrow {
    background: #ccc;
    float: right;
    display: block;
    position: absolute;
    right: 0;
    top: 7px;
    z-index: 10;
  }
  #mobile_menu img.drop-arrow:hover {
    cursor: pointer;
  }
  #mobile_menu img.arrow-down {
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
    cursor: pointer;
  }
  #mobile_menu img.arrow-right {
    background: teal;
    -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
    cursor: pointer;
  }
  #mobile_menu a {
    text-decoration: none;
    color: #001e61;
  }
  #mobile_menu ul {
    width: 100%;
    background-color: #e9e9e9;
    -webkit-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  #mobile_menu ul li {
    position: relative;
    display: block;
    z-index: 0;
    border-bottom: 1px solid #d5d5d5;
    padding-left: 50px;
  }
  #mobile_menu li a {
    display: block;
    text-decoration: none;
    padding: 20px;
  }
  #mobile_menu li:hover {
    background: #ccc;
  }
  #mobile_menu a {
    text-decoration: none;
  }
  #mobile_menu ul.mobSecondary li {
    background: #dddddd;
    margin-right: -20px;
    margin-top: 0px !important;
    border-bottom: 1px solid #BAB3B3;
  }
  #mobile_menu ul.mobSecondary ul li:first-of-type {
    margin-top: 20px;
  }
  #mobile_menu ul.mobSecondary li {
    margin-top: 20px;
  }
  .hamburger-row {
    cursor: pointer;
    display: block;
    height: 38px;
    width: 100%;
  }
  .corporate_content {
    max-width: 88.125% !important;
  }
  .newsletter .newsletter-content {
    width: 100%;
    height: 138px;
    background: #313131;
  }
  .newsletter .newsletter-content .join-wrapper {
    clear: both;
    position: relative;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding-right: 0;
  }
  .newsletter .newsletter-content .subscribe-wrapper {
    position: relative;
    margin: 0 auto;
    text-align: center;
    width: 100%;
    float: left;
    height: 52px;
    margin-top: 11px;
  }
  .newsletter .newsletter-content .subscribe-wrapper form#ctl00 {
    position: relative;
    margin: 0 auto;
    text-align: center;
    width: 436px;
  }
  .newsletter .newsletter-content .subscribe-wrapper .rowstyle .leftcell {
    padding-left: 0;
  }
  .newsletter .newsletter-content #unsubscribe .unsubscribe a {
    position: relative;
    margin: 0 auto;
    text-align: center;
    float: none;
  }
  .newsletter .gradient {
    clear: both;
    position: relative;
    top: 0;
    display: none;
  }
  #footer {
    position: relative;
    top: 15px;
  }
  #footer .footer-row .footer-col-1, #footer .footer-row .footer-col-2, #footer .footer-row .footer-col-3 {
    width: 30%;
  }
    iframe.iframe3 {
        width: 61%;
    }  
}

@media screen and (max-width: 970px) {
    .newsletter .newsletter-content .subscribe-wrapper .unsubscribe a {
        padding:11px 0 0 0;
    }
}
@media screen and (max-width: 960px) {
    .corporate_content .left {
        float:none;
        margin:0 auto;
    }
    #header_container #corporate .corporate_content .right {
        float:none;
        width:100%;
        text-align:center;
    }
    #header_container #corporate .corporate_content {
        height:auto;
    }
    #header_container #corporate {
        height:auto;
    }
    #header_container #corporate .corporate_content .right .top-right {
        float:none;
        text-align:center;
    }
    #header_container #corporate .corporate_content .right .bottom-right .social-media-icon-group {
        float:none;
        width:100%;
        display:block;
        paddinG:0 0 20px 0;
        text-align:center;
    }
    #header_container #corporate .corporate_content .right .bottom-right .button-group {
        float:none;
        width:100%;
        display:block;
        text-align:center;
        padding:0 0 20px 0;
    }
}

@media screen and (max-width: 910px) {
  /*Only when browser window is narrower than 910px*/
  .footer-row .footer-col-3 .purple-icon-group img {
    width: 36px;
    margin-left: 4px;
  }
}

@media screen and (max-width: 830px) {
  /*Only when browser window is narrower than 830px*/
  #footer {
    background: none;
  }
  #footer .footer-row .footer-col-1 {
    border-right: none;
  }
  #footer .footer-row .footer-col-2 {
    border-right: none;
  }
  #footer .footer-row .footer-col-3 .connect-title {
    font-size: 26px;
  }
  #footer .footer-row .footer-col-3 .purple-icon-group img {
    width: 30px;
  }
}

@media screen and (max-width: 750px) {
  /*Only when browser window is narrower than 750px*/
  .hideMob, .top-right .divider.hideMob {
      display:none;
  }
  .newsletter {
    height: 44px;
  }
  .newsletter .newsletter-content .join-wrapper {
    font-size: 18px;
    height: 44px;
  }
  .newsletter .newsletter-content .join-wrapper img {
    height: 27px;
  }
  .newsletter .newsletter-content .subscribe-wrapper {
    width: 100%;
    height: 62px;
    background: #313131;
  }
  .newsletter .newsletter-content .subscribe-wrapper .mobile-form {
    clear: both;
    position: relative;
    margin-left: 0;
  }
  iframe.iframe3 {
    height: 50px;
    margin-top: 0px !important;
    width:81%;
  }
  .newsletter .newsletter-content .subscribe-wrapper #unsubscribe .unsubscribe a {
    position: relative;
    margin: 0 auto;
    text-align: center;
    left: 0;
    top: 0;
  }
  #footer .footer-row .footer-col-1, #footer .footer-row .footer-col-2  {
    width: 30%;
    border-right: none;
    position: relative;
    margin: 0 auto;
    padding-top: 34px;
    float: left;
  }
    .footer-row .footer-col-1 ul, .footer-row .footer-col-2 ul {
        padding-left: 60px;
    }
  #footer .footer-row .footer-col-3 {
    width: 35%;
    position: relative;
    margin: 0 auto;
    text-align: center;
  }
  #footer .footer-row .footer-col-3 .connect-title {
    font-size: 24px;
  }
  #footer .footer-row .footer-col-3 .purple-icon-group img {
    width: 30px;
  }
}

@media screen and (max-width: 608px) {
  /*Only when browser window is narrower than 608px*/
  #footer .footer-row .footer-col-1 {
    width: 50%;
    border-right: none;
    position: relative;
    margin: 0 auto;
    padding-top: 20px;
    padding-bottom: 40px;
    float: left;
  }
  #footer .footer-row .footer-col-2 {
    width: 50%;
    border-right: none;
    border-right: none;
    position: relative;
    margin: 0 auto;
    padding-top: 20px;
    padding-bottom: 40px;
    float: left;
  }
  #footer .footer-row .footer-col-3 {
    clear: both;
    width: 100%;
    position: relative;
    margin: 0 auto;
    float: none;
    padding-top: 4px;
    padding-bottom: 30px;
  }
  #footer .footer-row .footer-col-3 .connect-title {
    font-size: 24px;
    padding-top: 2px;
    margin-right: 0;
    float: none;
  }
  #footer .footer-row .footer-col-3 .purple-icon-group {
    float: none;
    padding-top: 18px;
    padding-bottom: 12px;
    margin: 0;
  }
  #footer .footer-row .footer-col-3 .purple-icon-group img {
    width: 30px;
  }
  #footer .footer-row .footer-col-3 .copyright {
    float: none;
    margin-right: 0;
    padding-top: 0;
  }
    iframe.iframe3 {
        padding: 0;
    }
}

@media screen and (max-width: 550px) {
  /*Only when browser window is narrower than 550px*/
   #searchContainer.hideSmall, .top-right .divider.hideSmall {
       display:none;
   }
  .newsletter .newsletter-content {
    width: 100%;
    height: 154px;
    background: #313131;
  }
  .newsletter .newsletter-content .subscribe-wrapper {
    height: 104px;
  }
  .newsletter .newsletter-content .subscribe-wrapper .email-address {
    clear: both;
    position: relative;
    width: 100%;
    margin: 0 auto;
    top: 14px;
    left: 0;
    font-size: 14px;
  }
  .newsletter .newsletter-content .subscribe-wrapper .mobile-form {
    clear: both;
    position: relative;
    width: 100%;
    top: 12px;
    left: 0;
    margin-left: 0;
  }
  .newsletter .newsletter-content .subscribe-wrapper .mobile-form input[type="text"] {
    width: 200px;
  }
  .newsletter .newsletter-content .subscribe-wrapper .mobile-form .subscribe {
    margin-left: 0;
  }
  .newsletter .newsletter-content .subscribe-wrapper #unsubscribe {
    clear: both;
    width: 100%;
    text-align: center;
  }
  .newsletter .newsletter-content .subscribe-wrapper #unsubscribe .unsubscribe a {
    width: 100%;
  }
  iframe.iframe3 {
    width:100%;
    float:none;
  }
  .newsletter .gradient {
    height: 0px;
  }
  #footer {
    background: #1D1D1D;
    top: 0;
  }
  #footer .footer-row .footer-col-1 {
    width: 50%;
  }
  #footer .footer-row .footer-col-2 {
    width: 50%;
  }
  #footer .footer-row .footer-col-3 {
    width: 100%;
    background: #1d1d1d;
  }
  #footer .footer-row .footer-col-3 .connect-title {
    clear: both;
    font-size: 21px;
  }
  #footer .footer-row .footer-col-3 .purple-icon-group {
    clear: both;
    padding-top: 14px;
    paddin-bottom: 10px;
  }
  #footer .footer-row .footer-col-3 .copyright {
    clear: both;
    padding-bottom: 40px;
  }
  input#gsc-i-id1 {
    width: 76px !important;
    opacity: 1 !important;
  }
  #searchContainer:hover #gsc-i-id1, #gsc-i-id1:focus {
    width: 76px !important;
    opacity: 1 !important;
    margin: 0 0 0 0 !important;
    padding: 0 0 !important;
  }
}

@media screen and (max-width: 489px) {
  .newsletter .newsletter-content .subscribe-wrapper form#ctl00 {
    width: auto;
  }
  iframe.iframe3 {
    width: 100%;
    height: 52px;
  }
  .signup-label {
    position: relative;
    float: none;
    width: 100%;
    text-align: center;
    bottom: 7px;
  }
  .signup-form {
    display: block;
    float: none;
    text-align: center;
    width: 100%;
  }
  .signup-form table {
    margin: 0 auto;
  }
  signup-form .leftcell {
    text-align: left;
  }
  signup-form .buttoncell {
    text-align: right;
  }
  .newsletter .newsletter-content .subscribe-wrapper .rowstyle .leftcell {
    padding-top: 10px;
    display: block;
    float: none;
  }
  .newsletter .newsletter-content .subscribe-wrapper .rowstyle .rightcell {
    display: inline;
    float: none;
  }
  .subscribe-wrapper {
    display: block;
    float: none;
    text-align: center;
    width: 100%;
  }
  .subscribe-wrapper table {
    margin: 0 auto;
  }
  .subscribe-wrapper tr#Form6772_trButtons {
    display: table-row;
    float: none;
  }
  .subscribe-wrapper tr, td {
    /* display: block !important;
    float: none !important; */
  }
  .subscribe-wrapper .leftcell {
    text-align: left;
    padding-left: 0;
    font-size: 14px;
  }
  .subscribe-wrapper .buttoncell {
    text-align: right;
  }
}

@media screen and (max-width: 425px) {
    iframe.iframe3 {
        height: 112px;
    }
    .newsletter .newsletter-content .subscribe-wrapper {
        height:154px;
    }
}
@media screen and (max-width: 436px) {
  /*Only when browser window is narrower than 436px*/
  input[type="text"] {
    width: 180px !important;
  }
  input[type="submit"] {
    background-color: #35549d;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-size: 12px;
    height: 32px;
    width: 80px;
    border: 1px solid #35549d;
    margin-left: 0;
  }
  #footer .footer-row .footer-col-1 ul li {
    font-size: 14px;
  }
  #footer .footer-row .footer-col-2 {
    left: 0px;
  }
  #footer .footer-row .footer-col-2 ul li {
    font-size: 14px;
  }
  #footer .footer-row .footer-col-3 {
    width: 100%;
  }
  #footer .footer-row .footer-col-3 .purple-icon-group {
    padding-top: 20px;
    padding-bottom: 12px;
  }
  #footer .footer-row .footer-col-3 .copyright {
    padding-top: 26px;
    padding-bottom: 20px;
    margin-right: -10px;
  }
    .footer-row .footer-col-1 ul, .footer-row .footer-col-2 ul {
      padding-left: 40px;
    }
}

@media screen and (max-width: 380px) {
  /*Only when browser window is narrower than 380px*/
  .subscribe-wrapper {
    margin-top: 0 !important;
  }
  .newsletter .newsletter-content .join-wrapper {
    height: 58px;
  }
  .email-address {
    padding-right: 0 !important;
  }
  .mobile-form {
    display: block !important;
    top: 24px !important;
  }
}

@media screen and (max-width: 375px) {
  .newsletter .newsletter-content .join-wrapper {
    height: 58px;
  }
  #header_container #corporate .corporate_content .right .top-right ul li {
       font-size:12px;
  }
  #header_container #corporate .corporate_content .right .top-right ul{
      width:auto;
  }
}

@media screen and (max-width: 360px) {
  /*Only when browser window is narrower than 360px*/
  #header_container #corporate .corporate_content .right .top-right ul li {
    float: left;
    padding-left: 3px;
    font-size: 13px;
    color: #525252;
  }
  #footer .footer-row .footer-col-1 {
    width: 45%;
  }
  #footer .footer-row .footer-col-1 ul li {
    font-size: 14px;
  }
  #footer .footer-row .footer-col-2 {
    width: 45%;
    left: 0px;
  }
  #footer .footer-row .footer-col-2 ul li {
    font-size: 14px;
  }
  input[type="text"] {
    width: 200px;
  }
}

@media screen and (max-width: 359px) {
  #header_container #corporate .corporate_content .right .top-right ul li {
    float: none;
    padding-left: 1px;
    font-size: 12px;
    color: #525252;
    display: inline;
  }
}

@media screen and (max-width: 340px) {
  /*Only when browser window is narrower than 320px*/
  #corporate {
    height: auto !important;
  }
  #corporate .corporate_content .left {
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }
  #corporate .corporate_content .left .logo img {
    position: relative;
    top: 14px;
    width: 160px;
    height: auto;
  }
  #corporate .corporate_content .right {
    float: none;
    width: 100%;
  }
  #corporate .corporate_content .right .top-right {
    left: 0px;
  }
  #header_container #corporate .corporate_content .right .top-right ul li {
    float: left;
    padding-left: 6px;
    font-size: 14px;
    color: #525252;
}
  #corporate .corporate_content .right .top-right ul li a {
    font-size: 11px;
  }
  #corporate .corporate_content .right .bottom-right .button-group .light-blue-button {
    font-size: 11px !important;
  }
  #corporate .corporate_content .right .bottom-right .button-group .dark-blue-button {
    margin-right: 0px;
    font-size: 11px !important;
  }
  .newsletter .newsletter-content .join-wrapper .newsletter-label {
    font-size: 14px;
  }
  .newsletter .newsletter-content .subscribe-wrapper .email-address {
    font-size: 14px;
  }
  .newsletter .newsletter-content .subscribe-wrapper .mobile-form {
    left: 0px;
    margin-left: 0;
  }
  .newsletter .newsletter-content .subscribe-wrapper .mobile-form .subscribe {
    width: 160px;
  }
  .newsletter .newsletter-content .subscribe-wrapper .unsubscribe a {
    top: 1px;
    margin: 0 auto;
    left: 8px !important;
  }
  #footer .footer-row .footer-col-1 {
    width: 45%;
  }
  #footer .footer-row .footer-col-1 ul li {
    font-size: 14px;
  }
  #footer .footer-row .footer-col-2 {
    width: 45%;
    left: 0px;
  }
  #footer .footer-row .footer-col-2 ul li {
    font-size: 14px;
  }
  #footer .footer-row .footer-col-3 .copyright {
    margin-right: 0;
  }
  input[type="text"] {
    margin-left: 0px;
  }
  #header_container #corporate .corporate_content .right .top-right ul li {
      padding-left:0;
  }
}