.intrinsic-container {
  position: relative;
  height: 0;
  overflow: hidden;
}
 
/* 16x9 Aspect Ratio */
.intrinsic-container-16x9 {
  padding-bottom: 56.25%;
}
 
/* 4x3 Aspect Ratio */
.intrinsic-container-4x3 {
  padding-bottom: 75%;
}
 
.intrinsic-container iframe {
  position: absolute;
  top:0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*
 Table Of Contents 
 1.) Typography
 2.) Default Styles
 
 3.)  Home page
 3.1) Header
 3.2) Banner - Main
 3.3) section - 1
 3.4) section - 2
 3.5) section - Article
 3.6) section - 3
 3.7) Footer

 4.) Inner - Page
 5.) Meet - page
 6.) interior
 7.) Issues

===============================================*/


.banner-main .hero-box .hero-txt{
height: 415px;
}

/*
 1.) Typography
----------------------------------------*/

@font-face {
    font-family: 'gotham_lightregular';
    src: url('/fonts/gotham-light-webfont.eot');
    src: url('/fonts/gotham-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/gotham-light-webfont.woff2') format('woff2'),
         url('/fonts/gotham-light-webfont.woff') format('woff'),
         url('/fonts/gotham-light-webfont.ttf') format('truetype'),
         url('/fonts/gotham-light-webfont.svg#gotham_lightregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
  font-family: 'gothambookregular';
  src: url('/fonts/gothambook-webfont.eot');
  src: url('/fonts/gothambook-webfont.eot?#iefix') format('embedded-opentype'),
    url('/fonts/gothambook-webfont.woff') format('woff'),
    url('/fonts/gothambook-webfont.ttf') format('truetype'),
    url('/fonts/gothambook-webfont.svg#gothambookregular') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
    font-family: 'gothammediumregular';
    src: url('/fonts/gothammedium-webfont.eot');
    src: url('/fonts/gothammedium-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/gothammedium-webfont.woff') format('woff'),
         url('/fonts/gothammedium-webfont.ttf') format('truetype'),
         url('/fonts/gothammedium-webfont.svg#gothammediumregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'gothamboldregular';
    src: url('/fonts/gothambold-webfont.eot');
    src: url('/fonts/gothambold-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/gothambold-webfont.woff') format('woff'),
         url('/fonts/gothambold-webfont.ttf') format('truetype'),
         url('/fonts/gothambold-webfont.svg#gothamboldregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'futurastd-medium';
    src: url('/fonts/futurastd-medium.eot');
    src: url('/fonts/futurastd-medium.eot') format('embedded-opentype'),
         url('/fonts/futurastd-medium.woff') format('woff'),
         url('/fonts/futurastd-medium.ttf') format('truetype'),
         url('/fonts/futurastd-medium.svg#futurastd-medium') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Futura_Book';
    src: url('/fonts/futura-book.eot');
    src: url('/fonts/futura-book.eot') format('embedded-opentype'),
         url('/fonts/futura-book.woff') format('woff'),
         url('/fonts/futura-book.ttf') format('truetype'),
         url('/fonts/futura-book.svg#Futura_Book') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'CenturyGothicRegular';
    src: url('/fonts/cgot_wg_.eot');
    src: url('/fonts/cgot_wg_.eot') format('embedded-opentype'),
         url('/fonts/cgot_wg_.woff') format('woff'),
         url('/fonts/cgot_wg_.ttf') format('truetype'),
         url('/fonts/cgot_wg_.svg#CenturyGothicRegular') format('svg');
}

@font-face {
  font-family: 'Museo Slab 1000';
  src: url('/fonts/MuseoSlab-1000.eot');
  src: url('/fonts/MuseoSlab-1000.eot?#iefix') format('embedded-opentype'),
    url('/fonts/MuseoSlab-1000.woff') format('woff'),
    url('/fonts/MuseoSlab-1000.ttf') format('truetype'),
    url('/fonts/MuseoSlab-1000.svg#MuseoSlab-1000') format('svg');
  font-weight: 900;
  font-style: normal;
}

@font-face {
    font-family: 'arialnarrow';
    src: url('/fonts/arialn-webfont.eot');
    src: url('/fonts/arialn-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/arialn-webfont.woff') format('woff'),
         url('/fonts/arialn-webfont.ttf') format('truetype'),
         url('/fonts/arialn-webfont.svg#arialnarrow') format('svg');
    font-weight: normal;
    font-style: normal;
}


/*
 2.) Default Styles
----------------------------------------*/

* {
  margin: 0;
  padding: 0;
}

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, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, 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 {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* render html5 elements as block */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
  display: block;
}

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

sub, sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
  font-size:20px;
}

sub {
  bottom: -0.25em;
}

img {
  width:auto;
  height:auto;
  max-height:100%;
  max-width: 100%;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
  line-height:.5em;
}

/*  Custom animations
/*-------------------------------------------------- */
@-webkit-keyframes 
reveal {
 0% {
 opacity: 0;
}
 1% {
 opacity: 0;
 -webkit-transform: scale(0.98) translateY(-15px);
}
 80% {
 -webkit-transform: scale(1);
}
 100% {
 -webkit-transform: translateY(0);
}
}
 @-moz-keyframes 
reveal {
 0% {
 opacity: 0;
}
 1% {
 opacity: 0;
 -moz-transform: scale(0.98) translateY(-15px);
}
 80% {
 -moz-transform: scale(1);
}
 100% {
 -moz-transform: translateY(0);
}
}

/* #Basic Styles
================================================== */

body {
  font-family:"gothambookregular", Arial, Helvetica, sans-serif;
  font-size:18px;
  line-height:22px;
  color:#616161;  
  background:#007acc; 
  padding:0; 
  margin:0;
}

@media only screen and (max-width: 1023px) {
body {font-size:17px;}
}

@media only screen and (max-width: 767px) {
body {font-size:16px;}
}


/* #Links
================================================== */

a {
  color:#616161;
  outline:0;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
  cursor:pointer;
  text-decoration:underline;
}

a:hover {
  color:#007acc;
  text-decoration:underline;
  outline:0;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}

a:focus, a:active, a:visited {
  outline:0;
  text-decoration:none;
}


/* #Typography
================================================== */

h1, h2, h3, h4, h5, h6 {
  font-weight:normal; 
  font-size:20px; 
  color:#616161; 
  line-height:1.1em; 
  letter-spacing:normal; 
  text-transform:none; 
  padding:0 0 20px 0;  
}

h1 { 
  font-family:"Futura_Book", Arial, Helvetica, sans-serif;
  font-size:56px;
}

h2 {font-size:53px;}

h3 {font-size:24px;}

h4 {font-size:18px;}

p {
  padding:0 0 19px 0;
}

p:last-child {padding-bottom:0;}

em {font-style:italic;}

strong {
  font-weight:normal;
  font-family:"gothamboldregular", Arial, Helvetica, sans-serif;
}

.bold {
  font-family:"gothamboldregular", Arial, Helvetica, sans-serif;
}

.upper {text-transform:uppercase}

.highlight {color:#007acc;}

@media only screen and (max-width: 1023px) {
h1 {font-size:46px;}

h2 {font-size:43px;}

h3 {font-size:22px;}
}

@media only screen and (max-width: 767px) {
h1 {font-size:28px;}

h2 {font-size:26px;}

h3 {font-size:20px;}

h4 {font-size:17px;}
}


/* #Order and Unorder Styles
================================================= */

ul, li, ol {
  list-style:none; 
  padding:0; 
  margin:0;
}

/* Form Styles
================================================= */

.form-block-bg {
  width:40%;
  float: right;
    margin-top: 20px;

}

.form-block-bg .icon-bg {
  width:100%;
  height:50px;
  float:left;
  line-height:50px;
  text-align:center;
  background:#FFFFFF;
}

.form-block-bg .icon-bg img {max-width:100%;}

.form-block-bg .form-block {
  width:100%;
  float:right;
  overflow:hidden;
  padding: 0;
}

.form-block-bg .form-block h2 {
  width:100%;
  font-size:56px;
  font-weight: bold;
  color:#FFFFFF;
  text-align: center; 
  text-transform:none;
  line-height:1.4em;
  padding-bottom:0;
  text-transform: uppercase;
  padding-right: 100px;
}

@media screen and (max-width: 1220px)
{
   .form-block h2
   {
     font-size: 38px !important;
   }
}

.form-block-bg .form-block .input-bg {
  width:100%;
  float:left;
  position:relative;
  padding-right:100px;
      border-radius: 4px;
}

.form-block-bg .form-block .input-bg .zip {
  width:136px;
  position:absolute;
  top:0;
  right:0;

}

.form-block-bg .form-block .btn, #sync-submit-button, .rsform--submit__btn {
  width:100%;
  padding:0;
  margin-top:8px;
}



.btnc{
background-color: #c90b0b;
}

.btnc:after{
background-color: #ff2525;
}

.form-block-bg .social-block {
  width:100%;
  height:55px;
  float:left;
  text-align:center;
  background:none;
      padding-top: 5px;
      padding-right: 100px;
}

.form-block-bg .social-block li, .form-block-bg .social-block2 li {
  width:20px;
  height:40px;
  display:inline-block;
  list-style:none;
  margin:5px;
  margin-top: 0;
  padding:0;
  border-radius: 3px;
  transform: scale(1.2);
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
}

.form-block-bg .social-block li a, .form-block-bg .social-block2 li a {
  width:20px;
  height:40px;
  float:left;
  font-size:20px;
  color:#FFFFFF;
  text-decoration:none;
  line-height:35px;
  background:transparent;
  border-radius: 3px;
}

.form-block-bg .social-block li:hover a, .form-block-bg .social-block2 li:hover a {
  height:30px;
  line-height:30px;
}

/* .form-block-bg .social-block li.facebook, .form-block-bg .social-block2 li.facebook {background:#13306b;}

.form-block-bg .social-block li.facebook a, .form-block-bg .social-block2 li.facebook a {background:#3a5897;}

.form-block-bg .social-block li.twitter, .form-block-bg .social-block2 li.twitter {
  background: #0066b3; 
} */

/*
.form-block-bg .social-block li.twitter a, .form-block-bg .social-block2 li.twitter a {background:#49c9f2;}

.form-block-bg .social-block li.youtube, .form-block-bg .social-block2 li.youtube {background:#98150f;}

.form-block-bg .social-block li.youtube a, .form-block-bg .social-block2 li.youtube a {background:#ce332c;}

*/

@media only screen and (max-width: 767px){
.banner-main .banner-txt {
    padding: 0px 0;
}

.news-letter-bg {
    padding: 0px 0 25px 0;
}

}

@media only screen and (max-width: 979px){
.banner-main .banner-txt {
    height: auto;
    position: relative;
    padding: 0px 0;
    display: none;
}}

.bio p{
text-align: left;
}

.input-button-group {
  position: relative; }
  .input-button-group input {
    height: 45px;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    width: 75% !important;
    border: none;
    outline: none; }

  .input-button-group button {
    align-items: center;
    border: none;
    top: 0;
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
    display: flex;
    height: 45px;
    justify-content: center;
    margin: 0;
    position: absolute;
    right: 0;
    padding: 0;
    width: 25% !important; }


.form-btn, #sync-submit-button, .rsform--submit__btn {
  background: #0882d4;
  border: 1px solid #0882d4;
  color: white;
  cursor: pointer;
  font-size: 17px;
  font-weight: normal;
  padding: 15px 30px;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  
      -webkit-appearance: none !important;
  }
  .form-btn:hover, #sync-submit-button:hover {
    background: white;
    border: none;
    border-left: 1px solid #0882d4;
    color: #0882d4;
    
    }

/* #Input Styles
================================================= */

form ul li:before {
  content:"";
  display:none; 
}

input, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {outline:0;}

textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus {
  outline: 0;
}

input, textarea {
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  -ms-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
}

label {
  width:100%;
  float:left; 
  font-weight:normal;
  font-family:"futurastd-medium", Arial, Helvetica, sans-serif;
  font-size:17px;
  color:#bbbbbb; 
  line-height:20px;
  padding:0 0 10px 0; 
  margin:0;
}

.input, .textarea, .rsform__field--email, .rsform__field--tel, .rsform__field--number {
  width:100%;
  height:45px;
  font-family:"futurastd-medium", Arial, Helvetica, sans-serif;
  font-size:17px; 
  color:#bbbbbb;
  line-height:30px;
  background:#ffffff; 
  border:none;
  border-radius: 3px;
  position:relative; 
  padding:12px 30px;
  margin:0 0 10px 0;
}

.textarea {
  height:170px; 
  line-height:normal; 
  padding:12px 30px;
  outline:none;
  resize:none;
}
  

@media only screen and (max-width: 767px) {
label {
  font-size:14px;
  padding:0 0 8px 0; 
}

.input, .textarea {
  font-size:16px; 
  padding:10px 15px;
}

.textarea {
  height:140px; 
  padding:10px 15px;
}
}
  
  
/* #Buttons
================================================= */

.btn {
  height:45px; 
  float:none;
  display:inline-block; 
  font-weight:normal;
  font-family:"gothambookregular", Arial, Helvetica, sans-serif;
  font-size:17px;
  color:#ffffff;
  line-height:45px; 
  text-align:center;
  letter-spacing:normal;
  text-decoration:none;
  text-transform:none;
  white-space:normal;
  vertical-align:middle;
  background:#007acc;
  border-radius:0; 
  border:none;
  filter:0;
  overflow:hidden;
  z-index:1;
  position:relative; 
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
  cursor:pointer;
  padding:0 40px;
}

.btn:hover,
.btn:focus,
.btn:active,
.btn:active:focus,
.btn.active:focus {
  color:#ffffff;
  text-decoration:none;
  outline:0;
  text-decoration:none;
  border-color: none;
  -webkit-transition: none;
}

.btn.disabled, 
.btn[disabled], 
fieldset[disabled] .btn {
  cursor:not-allowed;
  filter:alpha(opacity=65);
  -webkit-box-shadow:none;
  box-shadow:none;
  opacity:.65;
}

a.btn.disabled, 
fieldset[disabled] a.btn {pointer-events:none;}

.btn:after { 
  content:"\f054"; 
  width:40px; 
  height:100%; 
  float:left; 
  font-family:"FontAwesome"; 
  font-size:20px; 
  color:#ffffff; 
  text-align:center; 
  line-height:46px; 
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
  background:#2393fb; 
  position:absolute; 
  top:0; 
  right:0;  
}

.btn:hover:after {
  width:46px; 
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;   
}

.btn-out { 
  width:100%; 
  float:left;
}

@media only screen and (max-width: 767px) {
.btn {font-size:16px;}
}


/* #Show-Hide Responsive Options
================================================== */

.show_mobile {display:none;}

.hide_mobile {display:block;}

.show_both {display:none;}

.hide_both {display:block;}

@media only screen and (max-width: 979px) {
.show_both {display:block;}

.hide_both {display:none;}
}

@media only screen and (max-width: 767px) {
.show_mobile {display:block}

.hide_mobile {display:none}
}


/*= Grow & flip
=======================================================*/

.grow {
  display: inline-block;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.grow:hover, .grow:focus, .grow:active {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.flip {
  -webkit-transition: all 0.9s ease-out;
  -moz-transition: all 0.9s ease-out;
  -ms-transition: all 0.9s ease-out;
  -o-transition: all 0.9s ease-out;
  transition: all 0.9s ease-out;
  cursor:pointer
}

.flip:hover {
  -webkit-transform: rotateY(360deg);
  -webkit-box-sizing: border-box;
  -moz-transform: rotateY(360deg);
  -moz-box-sizing: border-box;
  -o-transform: rotateY(360deg);
  -o-box-sizing: border-box;
  transform: rotateY(360deg);
  box-sizing: border-box;
  cursor:pointer
}


/* #Flexslider
=======================================================*/

.flex-container a:active, .flexslider a:active, .flex-container a:focus, .flexslider a:focus {
  outline: none;
}

.slides, .flex-control-nav, .flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* FlexSlider Necessary Styles
*********************************/ 
.flexslider {
  width:100%;
  float:left;
  margin: 0;
  padding: 0;
}

.flexslider .slides {
  width:100%;
  float:left;
}

.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}

.flexslider .slides li {position:relative;}

.slides:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

html[xmlns] .slides {
  display: block;
}

* html .slides {
  height: 1%;
}

.no-js .slides > li:first-child {
  display: block;
}

.flex-direction-nav {
  *height: 0;
  width:100%;
  display: block;
  position:absolute;
  top:50%;
  left:0;
  margin:0;
}

.flex-direction-nav a {
  width:65px;
  height:65px;
  display:block; 
  text-decoration:none;
  position:absolute;
  top:0;
  z-index: 10;
  cursor: pointer;
  opacity: 1;
  text-indent:-9999px; 
  line-height:65px;
  margin:-33px 0 0 0; 
}

.flex-direction-nav a:before { 
  width:100%; 
  height:100%;
  font-family:"FontAwesome";
  font-size:50px;
  color:#ffffff;
  display:block;
  position: absolute;
  top:0;
  left:0;
  z-index: 10;
  cursor: pointer;
  opacity: 1;
  text-indent:0;
  margin:0;
}

.flex-direction-nav a:hover:before {color:#2393fb;}

.flex-direction-nav .flex-prev {left:-13px;}

.flex-direction-nav .flex-prev:before {
  content:"\f053";
  left:-3px;
}

.flex-direction-nav .flex-next {right:-13px;}

.flex-direction-nav .flex-next:before {
  content:"\f054";
  left:auto;
  right:-3px;
}

.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {
  opacity: 1;
}

.flex-direction-nav .flex-disabled {
  opacity:0!important;
  filter:alpha(opacity=30);
  cursor: default;
}

@media only screen and (max-width: 979px) {
.flex-direction-nav a {
  width:55px;
  height:55px;
  line-height:55px;
  margin:-28px 0 0 0; 
}

.flex-direction-nav a:before {font-size:40px;}

.flex-direction-nav .flex-prev {left:-40px;}

.flex-direction-nav .flex-next {right:-40px;}
}

@media only screen and (max-width: 767px) {
.flex-direction-nav a {
  width:50px;
  height:50px;
  line-height:50px;
  margin:-25px 0 0 0; 
}

.flex-direction-nav a:before {font-size:27px;}

.flex-direction-nav .flex-prev {left:-35px;}

.flex-direction-nav .flex-next {right:-35px;}
}

/* Control Nav */
.flex-control-nav {
  width:100%;
  float:left;
  text-align:center;
  display: block;
  z-index:100;
  padding:0;
  margin:25px 0 0 0;
}

.flex-control-nav li {
  width:13px;
  height:13px;
  line-height:normal;
  margin:0 6px;
  display:inline-block;
  zoom:1;
  *display:inline;
  text-indent:-99999px;
}

.flex-control-paging li a {
  width:13px;
  height:13px;
  float:left;
  display:block;
  color:#e79124;
  line-height:normal;
  overflow:hidden;
  background:#0664bd; 
  border:none;
  border-radius:15px;
  behavior: url(PIE.htc);
  position:relative;
  text-indent:-99999px;
}

.flex-control-paging li a.flex-active {background:#1dbbff;}

.flex-control-thumbs {display:none;}


/*
 3.) Home page
----------------------------------------*/

.container-main {
  width:100%;
  float:left;
  background:#ffffff;
  overflow:hidden; 
}

.container {
  width:100%;
  max-width:1240px;
  margin:0 auto;
  padding:0 30px;
}

.outer-bg {
  width:100%;
  height:100%;
  float:none;
  display:table;
}

.inner-bg {
  width:100%;
  height:100%;
  float:none;
  display:table-cell;
  vertical-align:middle;
}


@media only screen and (max-width: 767px) {
.container {
  max-width:100%;
  padding:0 5%;
}
}


/* Menu - Btn */
.menu-btn {
  width:30px;
  height:26px;
  float:right;
  background:none;
  display:none;
  -webkit-transition:all 0.8s; 
  -moz-transition:all 0.8s; 
  transition:all 0.8s;
  position:absolute;
  top:15px;
  right:220px;
}

.menu-btn .icon-bar {
  width:100%;
  float:right;
  text-decoration:none;
  position:relative; 
  padding:0;
}

.menu-btn .icon-bar span {
  width:100%;
  height:4px;
  float:left;
  background:#ffffff;
  position:relative;
  transition:all 0.4s ease;
  margin:10px 0; 
}

.menu-btn .icon-bar span:before {
  content:"";
  width:100%;
  height:4px;
  float:left;
  background:#ffffff;
  position:absolute;
  top:-9px;
  left:0;
  transition:all 0.4s ease; 
}

.menu-btn .icon-bar span:after {
  content:"";
  width:100%;
  height:4px;
  float:left;
  background:#ffffff;
  position:absolute;
  top:9px;
  left:0;
  transition: all 0.4s ease; 
}

.menu-btn.active .icon-bar span {background:none;}

.menu-btn.active .icon-bar span:before {
  height:4px;
  top:0;
  -webkit-transform:rotate3d(0, 0, 1, 45deg);
  transform:rotate3d(0, 0, 1, 45deg); 
}

.menu-btn.active .icon-bar span:after {
  height:4px;
  top:0;
  -webkit-transform:rotate3d(0, 0, 1, -45deg);
  transform:rotate3d(0, 0, 1, -45deg); 
}

@media only screen and (max-width: 1199px) {
.menu-btn {display:block;}
}


@media only screen and (max-width: 767px) {
.menu-btn {right:147px;}
}


/* Social - Links */
.social-links {
  width:100%;
  float:left;
  text-align:center; 
  padding:0; 
  margin:0;
}

.social-links ul {
  width:100%;
  float:left;
  padding:0;
  margin:0 0 -4px 0;
}

.social-links ul li {
  width:32px;
  height:32px; 
  float:none;
  display:inline-block; 
  vertical-align:top; 
  background:#ffffff;
  padding:0;
  margin:0 4px 4px 4px;
}

.social-links ul li span {display:none;}

.social-links ul li a {
  width:32px;
  height:32px;
  float:left;
  font-size:18px;
  color:#335f7f;
  line-height:33px;
  text-decoration:none;
  background:#ffffff; 
  padding:0; 
  margin:0;
}

.social-links ul li a:hover {
  color:#ffffff; 
  text-decoration:none;
  background:#335f7f;
}



/*News - Letter*/
.news-letter-bg {
  width:100%;
  float:left; 
  text-align:center;
  background:rgba(0, 101, 196, 0.50);
  padding:18px 0 13px 0;
  position:absolute;
  bottom:0;
  left:0; 
  margin:0;
}

.news-letter {
  width:100%;
  max-width:775px; 
  float:none; 
  display:inline-block;
}
 
.news-letter .input {margin:0;}

.news-letter .email-cl {
  width:50%;
  float:left;
}

.news-letter .zip-code-cl {
  width:50%;
  float:left;
}

@media screen and (max-width: 992px)
{
  .news-letter .zip-code-cl input
  {
    position: absolute;
    left: 0;
  }
}

.news-letter .input-bg {
  width:100%;
  float:left;
  position:relative;
  padding:0 205px 0 0;
}

.news-letter .btn {
  width:205px;
  float:right;
  padding:0 40px 0 20px;
  position:absolute;
  top:0;
  right:0;
}

@media only screen and (max-width: 1023px) {
.news-letter {max-width:730px;}
}

@media only screen and (max-width: 979px) {
.news-letter-bg {
  position:static; 
  background:#0664bd;
  padding: 0 0 55px 0;
}

.news-letter .btn
{
  display: none;
}

.news-letter h3
{
  color: white;
  font-size: 40px;
}

.news-letter .input-bg
{
  position: inherit;
  padding: 0; 
}

.news-letter {
  max-width:630px;
  padding: 25px; 
}

.email-cl, .zip-code-cl, .cell-phone-cl
{
  width: 100% !important;
  margin-bottom: 8px;
}
}

@media only screen and (max-width: 767px) {
.news-letter-bg {
  padding:0 0 35px 0;
}

.news-letter .input-bg {
  padding:0 180px 0 0;
}

.news-letter .btn {width:180px;}
}

@media only screen and (max-width: 639px) {
.news-letter .email-cl {width:100%;}

.news-letter .zip-code-cl {
  width:100%;
  padding:0 0 15px 0;
}

.news-letter .input-bg {padding:0;}

.news-letter .btn {
  width:100%;
  float:left;
  position:relative;
}
}


/*
 3.1) Header
----------------------------------------*/

.header-main {
  width:100%;
  height:55px;
  float:left; 
  position:relative;
  background:#007acc; 
  z-index:500; 
}

.header-main .logo {
  width:39px;
  float:left;
  margin:3px -39px 0 0;
  position:relative;
  z-index:20;
}

.header-main .logo img {width:100%;}

.header-main .btn {
  width:203px;
  height:55px;
  float:right;
  font-family:"gothammediumregular", Arial, Helvetica, sans-serif;
  font-size:15px;
  color:#ffffff;
  line-height:55px;
  text-transform:uppercase;
  background:#ff2525;
  padding:0;
  margin:0 0 0 40px;
}

.header-main .btn:after {display:none;}

.header-main .btn:hover, 
.header-main .btn:focus, 
.header-main .btn:active, 
.header-main .btn:active:focus, 
.header-main .btn.active:focus {background:#c90b0b;}

.nav-bar {float:right;}

.nav-bar nav {float:left;}

.nav-bar nav ul {float:left;}

.nav-bar nav ul li {
  height:55px;
  float:left;
  font-family:"gothammediumregular", Arial, Helvetica, sans-serif;
  font-size:15px;
  color:#ffffff;
  line-height:20px;
  text-transform:uppercase;
  padding:0;
  margin:0 0 0 60px;
}

.nav-bar nav ul li a {
  height:55px;
  float:left;
  color:#ffffff;
  line-height:55px;
  text-decoration:none;
}

.nav-bar nav ul li a:hover {
  color:#ffffff;
  text-decoration:underline;
}

.nav-bar nav ul li a.active {
  color:#ffffff;
  text-decoration:underline;
}


@media only screen and (max-width: 1239px) {
.nav-bar nav ul li { 
  margin:0 0 0 50px;
}
}

@media only screen and (max-width: 1199px) {
.header-main {
  padding:0 0 0 30px;
}

.header-main .container {padding:0;}

.header-main .btn {margin:0;}

.nav-bar {
  width:100%;
  float:left;
}

.nav-bar .collapse {
  height:0;
  overflow:hidden;
  -webkit-transition:height .35s ease;
  -moz-transition:height .35s ease;
  -o-transition:height .35s ease;
  transition:height .35s ease;
}

.nav-bar .collapse.in {height:auto;}

.nav-bar .menu-collapse {
  width:100%;
  float:left;
  background:#007acc;
  box-shadow:rgba(0, 0, 0, .15) 0 15px 15px;
  position:absolute;
  top:55px;
  left:0;
}

.nav-bar nav ul {
  width:100%;
  border-top:1px solid #ffffff;
  padding:20px 0;
}

.nav-bar nav ul li {
  width:100%;
  height:auto;
  margin:0;
}

.nav-bar nav ul li a {
  width:100%;
  height:auto;
  line-height: inherit;
  padding:5px 30px
}
}

@media only screen and (max-width: 767px) {
.header-main {
  padding:0 0 0 5%;
}

.header-main .btn {width:130px;}

.nav-bar nav ul li a {
  padding:8px 5%
}
}


/* 
 3.2) Banner - Main
----------------------------------------*/

.banner-main {
  width:100%;
  float:left;
  position:relative;
  overflow:hidden;
}

.banner-main figure {
  width:100%;
  float:left;
  text-align:center;
  overflow:hidden;
}

.banner-main figure img {
  width:100%;
  margin:0 -1000px;
}

@media only screen and (max-width: 1089px) {
.banner-main figure img {}}

@media only screen and (max-width: 979px) {
.banner-main figure img {
  min-width:1000px;
  margin:0 -500px;
}
}

@media only screen and (max-width: 767px) {
.banner-main figure img {
  min-width:500px;
  margin:0 -250px;
}
}

@media only screen and (max-width: 399px) {
.banner-main figure img {
  margin:0 -270px 0 -230px;
}
}

.banner-main .banner-txt {
  width:100%;
  height:100%;
  float:left;
  position:absolute;
  top:0;
  left:0;
}

.banner-main .logo-jacky { 
  width:100%; 
  float:left; 
  text-align:center; 
  position:absolute; 
  top:18px; 
  left:0;
}

.banner-main .hero-box-bg {
  width:100%;
  max-width:670px;
  float:right;
  text-align:center;
  position:relative;
}

.banner-main .hero-box {
  width:100%; 
  max-width:550px;
  float:none; 
  display:inline-block;
}

.banner-main .hero-box ul {
  width:100%;
  float:left;
  padding:0;
  margin:0;
}

.banner-main .hero-box ul li {
  width:100%;
  float:left;
  list-style:none;
  padding:0;
  margin:0;
}

.banner-main .hero-box .hero-txt {
  width:100%;
  float:left;
  background:rgba(0, 0, 0, 0.45);
}

.banner-main .hero-box .hero-txt h2 { 
  font-family:"gotham_lightregular", Arial, Helvetica, sans-serif;
  font-size:26px;
  color:#ffffff; 
  padding-bottom:14px;
}

.banner-main .hero-box .hero-txt h2 strong { 
  font-family:"gothammediumregular", Arial, Helvetica, sans-serif;
} 

.banner-main .hero-box .hero-txt p {
  font-family:"gotham_lightregular", Arial, Helvetica, sans-serif;
  font-size:16px;
  color:#ffffff;
  line-height:21px;
}

.banner-main .hero-box .hero-txt p:last-child {padding-bottom:0;}

.banner-main .hero-box .hero-txt p strong {   
  font-family:"gothammediumregular", Arial, Helvetica, sans-serif;
}

.banner-main .hero-box .hero-txt aside { 
  width:100%; 
  float:left; 
  padding:18px 25px 25px 25px;
} 

.banner-main .hero-box .btn {
  width:100%; 
  height:81px; 
  font-family:"gothammediumregular", Arial, Helvetica, sans-serif;
  font-size:26px; 
  line-height:81px; 
  background:#0065c4;
}

.banner-main .hero-box .btn:after { 
  font-size:30px; 
  line-height:82px;
}

.banner-main .hero-box .video {
  width:100%;
  float:left;
  position:relative;
}

.banner-main .hero-box .video img {width:100%;}

.banner-main .hero-box .video a:before {
  width:100%;
  height:100%;
  float:left;
  content:'';
  background:url(/images/icon-play-01.png) no-repeat center center;
  position:absolute;
  top:0;
  left:0;
}

.banner-main .hero-box .flex-control-nav {display:none;}

@media only screen and (max-width: 1023px) {
.banner-main .logo-jacky img {max-width:160px;}

.banner-main .hero-box-bg {max-width:620px;}

.banner-main .hero-box {max-width:520px;}

.banner-main .hero-box .btn {
  height:75px; 
  font-size:23px; 
  line-height:75px; 
}

.banner-main .hero-box .btn:after { 
  font-size:26px; 
  line-height:76px;
}
}

@media only screen and (max-width: 979px) {
.banner-main .banner-txt {
  height:auto;
  position:relative;
  padding:50px 0;
}

.banner-main .logo-jacky img {max-width:130px;}

.banner-main .hero-box-bg {
  max-width:550px;
  float:none;
  padding:0;
  margin:0 auto; 
}

.banner-main .hero-box .hero-txt { 
  background:none; 
  padding:0;
}

.banner-main .hero-box .hero-txt h2 { 
  font-size:24px;
  color:#616161;
}

.banner-main .hero-box .hero-txt p { 
  font-size:15px; 
  color:#616161; 
  line-height:19px;
}

.banner-main .hero-box .btn {
  height:65px; 
  font-size:22px; 
  line-height:65px; 
}

.banner-main .hero-box .btn:after { 
  font-size:23px; 
  line-height:66px;
}
}

@media only screen and (max-width: 767px) {
.banner-main .banner-txt {
  padding:30px 0;
}

.banner-main .logo-jacky {padding-left:10%;}

.banner-main .logo-jacky img {max-width:80px;}

.banner-main .hero-box-bg {
  max-width:100%;
  float:left; 
  padding:0;
  margin:0;
}

.banner-main .hero-box .hero-txt h2 {font-size:22px;}

.banner-main .hero-box .hero-txt p {
  font-size:14px;
  line-height:20px;
}

.banner-main .hero-box .hero-txt aside { 
  padding:13px 15px 15px 15px;
} 

.banner-main .hero-box .video a:before {
  background-size:60px auto;
}

.banner-main .flex-direction-nav {display:none;}

.banner-main .hero-box .flex-control-nav {display:block;}

.banner-main .hero-box .btn {
  height:45px; 
  font-size:20px; 
  line-height:45px; 
}

.banner-main .hero-box .btn:after { 
  font-size:20px; 
  line-height:46px;
}
}


/*
 3.3) Section - 1
----------------------------------------*/

.section-1 {
  width:100%;
  float:left;
  text-align:center; 
  background:#007acc;
  padding:8px 0 15px 0; 
}

.donate-info {
  width:100%;
  float:left;
}

.donate-info h2 { 
  font-family:"gotham_lightregular", Arial, Helvetica, sans-serif; 
  color:#ffffff;
  font-size:30px; 
  padding:0;
}

.donate-info p {
  font-family:"gothambookregular", Arial, Helvetica, sans-serif;
  font-size:10px;
  color:#ffffff;
  text-transform:uppercase;
  font-style:italic;
  line-height:14px;
  padding:0 0 8px 0;
}

.donate-info ul {
  width:102%;
  float:left;
  margin:0 -1% -8px -1%;
}

.donate-info ul li {
  min-width:11.8%;
  float:none;
  display:inline-block;
  vertical-align:top;
  margin:0 0.3% 8px 0.3%;
}

.donate-info ul li a {
  width:100%;
  height:100%;
  float:left; 
  font-family:"gothamboldregular", Arial, Helvetica, sans-serif;
  font-size:20px;
  color:#ffffff;
  line-height:22px;
  border-radius:4px;
  text-decoration:none; 
  position:relative;
  background:#c2c2c2;
  padding:14px 10px;
}

.donate-info ul li a:after { 
  content:""; 
  width:100%; 
  height:6px; 
  float:left; 
  border-radius:0 0 4px 4px; 
  background:#ffffff; 
  position:absolute; 
  bottom:0; 
  left:0; 
  display:none;
}

.donate-info ul li a:hover {background:#ff4949;}

.donate-info ul li a:hover:after {display:block;}

.donate-info ul li a.active {background:#ff4949;}

.donate-info ul li a.active:after {display:block;}

.donate-info aside {
  width:100%;
  max-width:570px;
  float:none;
  display:inline-block;
}

@media only screen and (max-width: 767px) {
.section-1 {
  border-bottom:4px solid #ffffff;
  padding:25px 0;
}

.donate-info h2 { 
  font-size:24px;
  padding-bottom:15px; 
}

.donate-info ul {
  width:100%;
  margin:10px 0 -9px 0;
}

.donate-info ul li {
  min-width:20.5%;
  margin:0 2px 9px 2px;
}

.donate-info ul li a {
  font-size:16px;
  line-height:18px;
  padding:12px 8px;
}

.donate-info ul li a:after {height:4px;}

.donate-info aside {max-width:100%;}
}


/*
 3.4) Section - 2
----------------------------------------*/

.section-2 {
  width:100%;
  float:left;
  text-align:center;
  box-shadow:inset #e6e6e6 0px 40px 65px, inset #e6e6e6 0px -40px 65px;
  background:#ffffff;
  padding:21px 0 20px 0;
  padding-top: 80px;
  padding-bottom: 60px;
}

.section-2 h2 {
  font-size:40px;
  color:#007acc;
  text-transform:uppercase;
  padding:0;
}

.section-2 p {
  font-size:15px;
  line-height:26px;
  padding:0 0 25px 0;
}

.section-2 p:last-child {padding:0;}

.section-2 p.lrg-txt {
  font-size:19px;
  color:#007acc;
  line-height:24px;
  text-transform:uppercase;
}

.section-2 p span.author {color:#727272;}

.section-2 .col-2
{
  width: 50%;
  margin: 0;
  padding: 25px;
  float: left;
}

.section-2 .col-2.issues-col:nth-of-type(2)
{
  padding: 15px;
}

.section-2 .col-2 h2
{
  font-size: 32px;
  font-weight: normal;
  color: #616161;
  text-transform: none;
  margin-bottom: 15px;
  text-align: left;
  font-family: "gothamboldregular", Arial, Helvetica, sans-serif;
}

.section-2 .col-2 p:last-of-type
{
  padding-bottom: 40px;
}

.section-2 .col-2 .learn-more-cta
{
    background: #b10808;
    padding: 12px 40px;
    text-decoration: none;
    color: white;
    font-weight: bold;
    margin-top: 30px;
    border: 1px solid #b10808;
}

.section-2 .col-2 .learn-more-cta:hover
{
  background: white;
  color: #b10808;
}

.section-2 .title-txt {
  width:100%;
  float:left;
  padding:0 0 15px 0;
}

.section-2 article {
  width:100%;
  max-width:1060px;
  float:none;
  display:inline-block;
}


@media only screen and (max-width: 1023px) {
.section-2 {
  box-shadow:inset #e6e6e6 0px 30px 55px, inset #e6e6e6 0px -30px 55px;
}

.section-2 h2 {font-size:34px;}

.section-2 p {padding-bottom:22px;}

.section-2 p.lrg-txt {
  font-size:18px;
  line-height:23px;
}

.section-2 article {max-width:750px;}
}

@media screen and (max-width: 992px)
{
  .section-2 .col-2
  {
    width: 100%;
    float: none;
    padding: 25px !important;
  }

  .section-2 .col-2 h2, .section-2 .col-2 p
  {
    text-align: center;
  }
}

@media only screen and (max-width: 767px) {
.section-2 {
  box-shadow:inset #e6e6e6 0px 20px 35px, inset #e6e6e6 0px -20px 35px;
  padding:35px 0;
}

.section-2 h2 {font-size:26px;}

.section-2 p {
  font-size:14px;
  line-height:24px;
  padding-bottom:18px;
}

.section-2 p.lrg-txt {
  font-size:17px;
  line-height:22px;
}

.section-2 .title-txt {
  padding:0 0 20px 0;
}

.section-2 article {max-width:100%;}
}


/*
 3.5) Section - Article
----------------------------------------*/

.section-article {
  width:100%;
  float:left; 
  background:#ffffff; 
  overflow:hidden; 
}

.section-article ul {
  width:100%;
  float:left;
  padding:0; 
  margin:0;
}

.section-article ul li {
  width:33.33%;
  height:142px;
  float:left;
  font-family:"CenturyGothicRegular", Arial, Helvetica, sans-serif;
  font-size:22px;
  color:#07526f;
  line-height:1em; 
  letter-spacing:normal;
  list-style:none;
  text-transform:uppercase;
  text-align:center;
}

.section-article ul li a {color:#07526f;}

.section-article ul li span {
  width:100%;
  float:left;
}

.section-article ul li .icon-bg {
  width:100%;
  height:75px;
  float:left;
  font-family:"Museo Slab 1000", Arial, Helvetica, sans-serif;
  font-size:70px;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
  margin-top:20px; 
  margin-bottom:5px;
}

.section-article ul li .txt {padding-top:24px;}

.section-article ul li.btn-bg {height:142px;}

.section-article ul li.btn-bg a {
  width:1000%;
  height:142px;
  float:left;
  color:#ffffff;
  letter-spacing:1px;
  background:#b10808;
  padding-right:900%;
}

.section-article ul li a:hover .icon-bg {
  margin-top:10px;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}

@media only screen and (max-width: 1023px) {
.section-article ul li {font-size:19px;}
}

@media only screen and (max-width: 767px) {
.section-article .container {padding:0;}

.section-article ul li {
  height:100px;
  font-size:15px;
}

.section-article ul li .icon-bg {
  height:55px;
  font-size:45px;
  margin-top:10px;
}

.section-article ul li .icon-bg img {max-width:50px;}

.section-article ul li:first-child .icon-bg img {max-width:55px;}

.section-article ul li .txt {padding-top:18px;}

.section-article ul li.btn-bg {height:100px;}

.section-article ul li.btn-bg a {
  width:100%;
  height:100px;
  padding-right:0;
}

.section-article ul li a:hover .icon-bg {margin-top:5px;}
}

@media only screen and (max-width: 479px) {
.section-article ul li {
  height:100px;
  width:50%;
}

.section-article ul li.btn-bg {
  width:100%;
  height:100px;
  padding:0;
  margin:0;
}
}


/*
 3.6) Section - 3
----------------------------------------*/

.section-3 {
  width:100%;
  float:left;
  text-align:center;
  background:url(/images/bg-01.jpg) no-repeat top center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding:80px 0 75px 0;
}

.section-3 h2 {
  font-family:"gotham_lightregular", Arial, Helvetica, sans-serif; 
  color:#ffffff;
  letter-spacing:3px;
  padding:0 0 60px 0;
}

.section-3 .latest-info {
  width:100%;
  float:left;
  position:relative;
  padding:0 190px;
  margin-bottom:150px;
}

.section-3 .latest-info p {
  font-size:26px;
  color:#ffffff;
  line-height:39px;
}

.section-3 .latest-info p.month { 
  font-size:16px; 
  text-transform:uppercase; 
  line-height:18px; 
  padding:0 0 10px 0;
} 

.section-3 .latest-info ul {
  width:100%;
  float:left;
  padding:0;
  margin:0;
}

.section-3 .latest-info ul li {
  width:100%;
  float:left;
  list-style:none;
  padding:0;
  margin:0
}

.section-3 .latest-info figure { 
  width:123px; 
  height:123px; 
  float:none; 
  display:inline-block; 
  border-radius:123px; 
  background:#ffffff; 
  padding:2px; 
  margin:0 0 15px 0;
}

.section-3 .latest-info figure img { 
  width:100%; 
  height:100%; 
  border-radius:123px;
}

.section-3 .latest-info .flex-direction-nav {
  top:auto;
  left:0; 
  bottom:80px;
  margin:0;
}

.section-3 .latest-info .flex-direction-nav a {
  width:80px;
  height:80px; 
  text-align:center; 
  line-height:80px; 
  border-radius:80px; 
  background:rgba(0, 101, 196, 0.8);
  margin:0;
}

.section-3 .latest-info .flex-direction-nav a:hover { 
  background:rgba(0, 101, 196, 1);
}

.section-3 .latest-info .flex-direction-nav a:before { 
  width:100%; 
  height:100%; 
  font-family:"FontAwesome";
  font-size:30px; 
  color:#ffffff;
  position:absolute; 
  top:auto; 
  display:block;
  cursor:pointer;
  opacity:1;
  border-radius:80px; 
  text-indent:0;
  margin:0;
  z-index: 10;
}

.section-3 .latest-info .flex-direction-nav a:hover:before {color:#ffffff;}

.section-3 .latest-info .flex-direction-nav .flex-prev {left:-28px;}

.section-3 .latest-info .flex-direction-nav .flex-prev:before {left:-3px;}

.section-3 .latest-info .flex-direction-nav .flex-next {right:-28px;}

.section-3 .latest-info .flex-direction-nav .flex-next:before {right:-3px;}

.section-3 .latest-info .flex-control-nav {display:none;}


@media only screen and (max-width: 1239px) {
.section-3 .latest-info .flex-direction-nav .flex-prev {left:0;}

.section-3 .latest-info .flex-direction-nav .flex-next {right:0;}
}


@media only screen and (max-width: 1023px) {
.section-3 {
  padding:65px 0;
}

.section-3 h2 {
  padding:0 0 45px 0;
}

.section-3 .latest-info {
  padding:0 90px;
  margin-bottom:80px;
}

.section-3 .latest-info p {
  font-size:22px;
  line-height:30px;
}

.section-3 .latest-info p.month {font-size:15px;} 

.section-3 .latest-info .flex-direction-nav {bottom:60px;}

.section-3 .latest-info .flex-direction-nav a {
  width:60px;
  height:60px; 
  line-height:60px; 
}

.section-3 .latest-info .flex-direction-nav .flex-prev:before {left:-2px;}

.section-3 .latest-info .flex-direction-nav .flex-next:before {right:-2px;}

.section-3 .latest-info .flex-direction-nav a:before {font-size:25px;}
}

@media only screen and (max-width: 767px) {
.section-3 {
  padding:50px 0;
}

.section-3 h2 { letter-spacing:1px;
  padding:0 0 30px 0;
}

.section-3 .latest-info {
  padding:0px;
  margin-bottom:60px;
}

.section-3 .latest-info p {
  font-size:17px;
  line-height:25px;
}

.section-3 .latest-info p.month {font-size:14px;} 

.section-3 .latest-info figure { 
  width:100px; 
  height:100px; 
  margin:0 0 10px 0;
}

.section-3 .latest-info .flex-direction-nav {display:none;}

.section-3 .latest-info .flex-control-nav { 
  display: block;
}
}


/*
 Content Box
----------------------------------------*/

/* Content - Box */
.content-box {
  width: 100%;
  float: left;
  position: relative;
  z-index: 10;
  margin-bottom: 50px;
}

.endorsements
{
  padding-left: 15px;
  padding-right: 15px;
}

.content-box .title-box
{
  padding: 0;
  background: #3897d7;
  display: flex;
  align-items: center;
}

.content-box .title-box .box-title
{
  padding: 25px;
  float: left;
  width: 70%;
}

.content-box .title-box .box-image
{
  float: left;
  width: 30%;
}

.content-box .title-box h3
{
  padding: 25px 0;
  color: white;
  font-weight: bold;
  font-size: 20px;
}

.content-issues
{
  z-index: 20;
  margin-top: -60vh !important;
}

.content-box figure {
  width: 465px;
  float: left;
  position: relative;
  margin: 0 -465px 0 0;
  z-index: 10;
}

.content-box figure img {
  width: 100%;
}

.content-box aside {
  width: 100%;
  float: left;
  padding: 0 0 0 525px;
}

.content-box .middle-content {
  width: 100%;
  float: left;
}

.content-box .article {
  width: 100%;
  float: left;
  background: #ffffff;
  padding: 20px 50px 105px 50px;
  margin: 0 0 25px 0;
}

.content-box .article:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 1199px) {
.content-box figure {
  width: 365px;
  margin: 0 -365px 0 0;
}

.content-box aside {
  padding: 0 0 0 405px;
}
}

@media only screen and (max-width: 1023px) {
.content-box {
  margin: 0px 0 0 0;
}

.endorsements
{
  margin: 0 !important;
}

.content-box figure {
  width: 260px;
  margin: 0 -260px 0 0;
}

.content-box aside {
  padding: 0 0 0 285px;
}

.content-box .article {
  box-shadow: rgba(0, 0, 0, 0.2) 0 0 25px;
  padding: 20px 35px 85px 35px;
}
}

@media only screen and (max-width: 767px) {
.content-box {
  margin: 0px 0 0 0;
}

.endorsements
{
  margin: 0 !important;
}

.content-box figure {
  width: 100%;
  margin: 0 0 20px 0;
}

.content-box aside {
  padding: 0;
}

.content-box .article {
  box-shadow: rgba(0, 0, 0, 0.2) 0 0 20px;
  padding: 20px 20px 50px 20px;
}
}

/*
 3.7) Footer
----------------------------------------*/

.footer-main {
  width:100%;
  float:left;
  text-align:center;
  background:#007acc;
  padding:30px 0;
}

.footer-main .container {max-width:1460px;}

.footer-main p {
  font-family:"arialnarrow", Arial, Helvetica, sans-serif;
  font-size:12px;
  color:rgba(255, 255, 255, 0.6);
  line-height:18px;
  letter-spacing:2px;
  text-transform:uppercase;
  padding:0;
}

.footer-main p a {
  font-style:italic;
  color:rgba(255, 255, 255, 0.6);
}

.footer-main p a:hover {
  color:rgba(255, 255, 255, 1);
}

.footer-main p a.active {
  color:rgba(255, 255, 255, 1);
}

.footer-main p.box {
  width:auto;
  float:none;
  display:inline-block;
  vertical-align:middle;
  text-transform:uppercase;
  border:1px solid rgba(255, 255, 255, 0.6);
  padding:5px 60px 6px 60px;
  margin:0 0 10px 0;
}

.footer-main p.box a { 
  text-decoration:none; 
  font-style:inherit;
}

.footer-main aside {
  width:100%;
  float:left;
  padding:0 0 19px 0
}

.footer-main aside ul {
  width:auto;
  float:none;
  display:inline-block;
  vertical-align:top;
  margin:0 -28px -14px -28px;
}

.footer-main aside ul li {
  width:auto;
  float:none;
  display:inline-block;
  vertical-align:top;
  font-family:"gothammediumregular", Arial, Helvetica, sans-serif;
  font-size:15px;
  color:#ffffff;
  line-height:20px;
  letter-spacing:3px;
  text-transform:uppercase;
  margin:0 28px 14px 28px;
}

.footer-main aside ul li a {
  color:#ffffff;
  text-decoration:none;
}

.footer-main aside ul li a:hover {
  color:#ffffff;
  text-decoration:underline;
}

.footer-main aside ul li a.active {
  color:#ffffff;
  text-decoration:underline;
}

@media only screen and (max-width: 1023px) {
.footer-main aside ul {
  margin:0 -15px 0 -15px;
}

.footer-main aside ul li {
  margin:0 15px 14px 15px;
}
}

@media only screen and (max-width: 767px) {
.footer-main p.box {
  padding:5px 30px 6px 30px;
}
}


/*
 4.) Inner - Page
----------------------------------------*/

.content-inner {
  width:100%;
  float:left; 
  background:#f9f9f9;
  padding:50px 0;
}

.content-inner-issues
{
  padding-bottom: 0 !important;
}

.content-endorsements .endorsement-container
{
  position: relative;
  background: white;
  padding: 15px;
}

.content-endorsements .endorsement-container.last-endorsement
{
  margin-top: 15px;
  padding: 80px;
}

.content-endorsements .endorsement-container > img
{
  margin: 0 auto;
  padding: 10px;
  display: block;
}

.content-endorsements .endorsement-container .endorsement-text-inner
{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  padding-left: 25px;
}

.content-endorsements .endorsement-container .endorsement-text h4
{
  font-weight: bold;
  color: #474747;
}

.content-endorsements .endorsement-container .endorsement-text p
{
  font-size: 15px;
  color: grey;
  font-weight: bold;
}

.content-endorsements .endorsement-container .col-3 h4
{
  color: #474747;
  font-weight: bold;
  margin-bottom: 10px;
}

.content-endorsements .endorsement-container .col-3 p
{
  font-size: 16px;
}


.content-endorsements .endorsement-container h4,
.content-endorsements .endorsement-container p
{
  margin: 0;
  padding: 0;
}

.content-endorsements .endorsement-container .endorsement-text h4, .content-endorsements .endorsement-container .endorsement-text p
{
  margin: 0;
  padding: 0;
}

.content-endorsements .endorsement-container .endorsement-image, .content-endorsements .endorsement-container .endorsement-text
{
  float: left;
}

@media only screen and (max-width:767px) {
.content-inner {
  padding:20px 0;
}

.last-endorsement
{
  text-align: center;
  padding-left: 30px !important;
  padding-right: 30px !important;
}

.content-endorsements .endorsement-container .col-3 h4
{
  font-size: 15px;
  padding-right: 15px;
}

.content-endorsements .endorsement-container .col-3 p
{
  font-size: 14px;
  padding-right: 15px;
}
}


/*
 4.1) Banner - Inner
----------------------------------------*/
 
.banner-inner {
  width:100%;
  float:left; 
  text-align:center; 
  position:relative;
  overflow:hidden;
}

.banner-inner h1 { 
  color:#ffffff;
  text-transform:uppercase;
  padding-bottom:0;
}

.banner-inner figure {
  width:100%;
  float:left; 
  text-align:center; 
  overflow:hidden;
}

.banner-inner figure img {
  width:100%;
  min-width:2000px; 
  margin:0 -1000px;
}

.banner-inner .banner-txt {
  width:100%;
  height:100%;
  float:left;
  position:absolute;
  top:0;
  left:0;
}

.inner2 figure img {
  min-width:1600px; 
  margin:0 -800px;
}

.inner2 .banner-txt {
  width:100%;
  height: auto;
  float:left; 
  padding:0 0 95px 0;
  position:absolute; 
  top:auto;
  bottom:0;
  left:0;
}

.inner2 .banner-txt h1 { 
  font-family:"gotham_lightregular", Arial, Helvetica, sans-serif;
}

.inner2 .banner-txt h1 strong {
   font-family:"gothammediumregular", Arial, Helvetica, sans-serif;
}


@media only screen and (max-width: 1023px) {
.banner-inner figure img {
  min-width:1300px;
  margin:0 -650px;
}

.inner2 figure img {
  min-width:900px; 
  margin:0 -450px;
}

.inner2 .banner-txt {
  padding:0 0 50px 0;
}
}

@media only screen and (max-width: 767px) {
.banner-inner .banner-txt {
  background:#007acc; 
  padding:15px 0 13px 0;
  position:static;
}

.banner-inner figure img {
  min-width:800px;
  margin:0 -160px;
}

.inner2 figure img {
  min-width: 500px; 
  margin:0 -250px;
}
}


/*
 5.) Meet
----------------------------------------*/

.left-col2 {
  width:30%;
  float:left;
}

.left-col2 p {
  font-size:14px;
  line-height:20px;
  padding-left:25px;
  padding-right:25px;
}

.left-col2 p a {text-decoration:none;}

.left-col2 p a:hover {text-decoration:underline;}

.left-col2 figure {
  width:100%;
  float:left;
  text-align:center;
  overflow:hidden;
  margin:0 0 10px 0;
}

.left-col2 figure img {
  width:100%;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
}

.left-col2 figure:hover img, 
.left-col2 figure:focus img, 
.left-col2 figure:active img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.left-col2 article {
  width:100%;
  float:left;
  text-align:center;
  padding:0 0 25px 0;
}

.left-col2 article:last-child {padding:0;}


@media only screen and (max-width:979px) {
.left-col2 {
  width:100%;
  float:left;
}

.left-col2 p {
  padding-left:15px;
  padding-right:15px;
}

.left-col2 article {
  width:48%;
  padding:0 0 25px 0;
}

.left-col2 article:nth-child(even) {float:right;}
}

@media only screen and (max-width:479px) {
.left-col2 article {width:100%;}
}


.right-col2 { 
  width:67%; 
  float:right;
}


@media only screen and (max-width:979px) {
.right-col2 { 
  width:100%; 
  float:right; 
  padding:0 0 50px 0;
}
}

@media only screen and (max-width:767px) {
.right-col2 { 
  padding:0 0 40px 0;
}
}


/*
 6.) Interior
----------------------------------------*/

.left-col {
  width:63%;
  float:left;
}

.right-col {
  width:33%;
  float:right;
}

.col-box {
  width:100%;
  float:left;
  padding-bottom:30px;
}

.col-box:last-child {padding-bottom:0;}

.col-box h3 { 
  width:100%; 
  float:left; 
  font-family:"gothammediumregular", Arial, Helvetica, sans-serif; 
  font-size:21px; 
  color:#ffffff; 
  text-transform:uppercase; 
  text-align:center; 
  background:#3897d7;
  padding:23px 15px; 
  margin:0 0 12px 0;
}

.col-box p { 
  font-size:16px; 
  line-height:22px;
}

.col-box p a {text-decoration:none;}

.col-box p a:hover {text-decoration:underline;}

.col-box2 { 
  width:100%; 
  float:left; 
  text-align:center;
}

.col-box2 p a {text-decoration:none;}

.col-box2 p a:hover {text-decoration:underline;}

.col-box2 figure { 
  width:100%; 
  float:left;
  text-align:center;
  overflow:hidden; 
  margin:0 0 18px 0;
}

.col-box2 figure img {
  width:100%;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
}

.col-box2 figure:hover img, 
.col-box2 figure:focus img, 
.col-box2 figure:active img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

@media only screen and (max-width:979px) {
.left-col {
  width:100%;
  padding-bottom:50px;
}

.right-col {width:100%;}

.col-box h3 { 
  padding:20px 13px; 
}
}

@media only screen and (max-width:767px) {
.left-col {padding-bottom:40px;}

.col-box {padding-bottom:20px;}

.col-box h3 { 
  font-size:18px; 
  padding:15px 10px; 
  margin:0 0 8px 0;
}

.col-box p { 
  font-size:14px; 
  line-height:20px;
}
}


/*
 7.) Issuse
----------------------------------------*/

.section-issue {
  width:100%;
  float:left;
  text-align:center;
}

.section-issue figure {
  width:100%;
  float:left;
  text-align:center;
  overflow:hidden;
}

.section-issue figure img {
  width:100%;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
}

.section-issue aside {
  width:100%;
  float:left; 
  border-bottom:3px solid #c9c9c9;
  padding:22px 25px 20px 25px;
}

.section-issue aside h3 {
  text-transform:uppercase; 
  position:relative;  
  padding-bottom:22px;
  margin-bottom:10px;
}

.section-issue aside h3:after { 
  content:""; 
  width:122px; 
  height:4px; 
  float:left; 
  position:absolute; 
  bottom:0; 
  left:50%; 
  background:#007acc; 
  margin:0 0 0 -61px;
}

.section-issue aside p { 
  font-family:"gotham_lightregular", Arial, Helvetica, sans-serif;
  font-size:16px; 
  color:#616161;
  line-height:25px;
}

.section-issue aside p:last-child {padding:0;}

.section-issue article {
  width:28.10%;
  float:none; 
  display:inline-block; 
  vertical-align:top;
  background:#f6f6f6; 
  margin:0 2.4% 50px 2.4%;
}

.section-issue article a {
  width:100%;
  float:left;
  text-decoration:none;
}

.section-issue article .btn-more {
  width:100%;
  height:50px;
  float:left;
  font-family:'gothammediumregular', Arial, Helvetica, sans-serif;
  font-size:16px;
  color:#007acc; 
  text-transform:uppercase;
  line-height:50px;
  letter-spacing:1px;
  border:none; 
  position:relative;
  background:none; 
  padding:0 20px;
}

.section-issue article:hover .btn-more,
.section-issue article:focus .btn-more,
.section-issue article:active .btn-more,
.section-issue article:active:focus .btn-more,
.section-issue article.active:focus .btn-more {
  color:#ffffff; 
  background:#007acc; 
}

.section-issue article:hover figure img, 
.section-issue article:focus figure img, 
.section-issue article:active figure img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.section-issue .article-bg {
  width:105%;
  float:left;
  margin:0 -2.5% -50px -2.5%;
}

@media only screen and (max-width:979px) {
.section-issue article {width:44.5%;}
}

@media only screen and (max-width:767px) {
.section-issue aside {
  border-bottom:2px solid #c9c9c9;
  padding:20px 15px;
}

.section-issue aside h3 {padding-bottom:18px;}

.section-issue aside h3:after { 
  width:100px; 
  height:3px; 
  margin:0 0 0 -50px;
}

.section-issue aside p { 
  font-size:15px; 
  line-height:24px;
}

.section-issue article {
  margin:0 2.4% 35px 2.4%;
}

.section-issue article .btn-more {
  height:45px;
  font-size:15px;
  line-height:45px;
  padding:0 15px;
}

.section-issue .article-bg {
  margin:0 -2.5% -35px -2.5%;
}
}

@media only screen and (max-width:639px) {
.section-issue article {
  width:100%; 
  max-width:350px;
  margin:0 0 30px 0;
}

.section-issue .article-bg { 
  width:100%;
  margin:0 0 -30px 0;
}
}


/*= #Fancybox
=======================================================*/

.fancybox-tmp iframe, .fancybox-tmp object {
  vertical-align: top;
  padding: 0;
  margin: 0;
}

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1002;
}

.fancybox-outer {
  padding: 0;
  margin: 0;
  background:#f9fcff;
  color: #444444;
  text-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.fancybox-opened {
  z-index: 1003;
}

.fancybox-opened .fancybox-outer {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-inner {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  position: relative;
  outline: none;
  overflow: hidden;
}

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 10px;
}

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  padding: 0;
  margin: 0;
  border:5px solid #007acc;
  vertical-align: top;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -21px;
  margin-left: -21px;
  width: 42px;
  height: 42px;
  background: url(/images/fancybox/fancybox_loading.gif);
  opacity: 0.8;
  cursor: pointer;
  z-index: 1010;
}

.fancybox-close, .fancybox-prev span, .fancybox-next span {background-image:url(/images/fancybox_sprite.jpg);}

.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  background:url(/images/fancybox_sprite.png) no-repeat top center;
  z-index: 1004;
}

.fancybox-prev, .fancybox-next {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  background: transparent url(/images/fancybox/blank.gif); /* helps IE */
  z-index: 1003;
}

.fancybox-prev {
  left: 0;
}

.fancybox-next {
  right: 0;
}

.fancybox-prev span, .fancybox-next span {
  position: absolute;
  top: 50%;
  left: -9999px;
  width: 36px;
  height: 36px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 1003;
}

.fancybox-prev span {
  background-position: 0 -36px;
}

.fancybox-next span {
  background-position: 0 -72px;
}

.fancybox-prev:hover, .fancybox-next:hover {
  visibility: visible;
}

.fancybox-prev:hover span {
  left: 20px;
}

.fancybox-next:hover span {
  left: auto;
  right: 20px;
}

.fancybox-tmp {
  position: absolute;
  top: -9999px;
  left: -9999px;
  padding: 0;
  overflow: visible;
  visibility: hidden;
}

/* Overlay helper */
#fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 1001;
  background: #000;
}

/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 1005;
}

.fancybox-opened .fancybox-title {
  visibility: visible;
}

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 1003;
  text-align: center;
}

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent; /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.7);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}

.fancybox-title-inside-wrap {
  margin-top: 10px;
}

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, .8);
}

#slider2 span, #slider2 a{
color: white;
}


/* =================================
          Basic Grid Styles
   ================================= */

.clearfix::after {
    content: "";
    clear: both;
    display: table;
}

.col-2
{
  width: 50%;
  margin: 0;
  padding: 15px;
  float: left;
}

.col-3
{
  width: 33.33%;
  margin: 0;
  padding: 15px;
  float: left;
}

.col-4
{
  width: 25%;
  margin: 0;
  padding: 15px;
  float: left;
}

@media screen and (max-width: 991px)
{
  .col-2, .col-3
  {
    width: 100%;
    float: none;
  }

  .col-4
  {
    width: 50%;
  }
}

@media screen and (max-width: 767px)
{
  .col-4
  {
    width: 100%;
    float:none;
  }
}

/* =========================================
              WYSIWYG STYLES
   ========================================= */
   
/* #Basic Styles
================================================== */

.wysiwyg b {
  font-weight: bold;
}

.wysiwyg strong {
  font-size: 120%;
  font-weight: bold;
}

/* #Typography
================================================== */

.wysiwyg h1, .wysiwyg h2, .wysiwyg h3, .wysiwyg h4, .wysiwyg h5, .wysiwyg h6 {
  font-weight:normal; 
  font-size:20px; 
  color:#616161; 
  line-height:1.1em; 
  letter-spacing:normal; 
  text-transform:none; 
  padding:0 0 20px 0;  
}

.wysiwyg h1 { 
  font-family:"Futura_Book", Arial, Helvetica, sans-serif;
  font-size:60px;
}

.wysiwyg h2 {font-size:50px;}

.wysiwyg h3 {font-size:40px;}

.wysiwyg h4 {font-size:30px;}

.wysiwyg h5 {
  font-size: 25px;
}

.wysiwyg h6 {
  font-size: 22px;
}

@media only screen and (max-width: 1023px) {
.wysiwyg h1 {font-size:54px;}

.wysiwyg h2 {font-size:40px;}

.wysiwyg h3 {font-size:27px;}

.wysiwyg h4 {
  font-size: 23px;
}

.wysiwyg h5 {
  font-size: 20px;
}



}

@media only screen and (max-width: 767px) {
.wysiwyg h1 {font-size:35px;}

.wysiwyg h2 {font-size:30px;}

.wysiwyg h3 {font-size:23px;}

.wysiwyg h4 {font-size:20px;}

.wysiwyg h5, h6 {
  font-size: 18px;
}



}

@media only screen and (max-width: 1300px) {
.rosenlogo { width: 50px !important;}
}

@media only screen and (max-width: 1100px) {
.rosenlogo {display:none;}
}

/* #Order and Unorder Styles
================================================= */

.wysiwyg ul, ol {
  padding-bottom:10px; 
  margin:0;
}           

.img-mobile{
width: 100%;
max-width: none;
}

/* NGP Signup Form */

.ngp-form {margin-bottom:15px;}
.at-inner {
    background-color: transparent !important;
}

.at-inner header.at-title, .at-inner header.at-markup.HeaderHtml, .at-inner .at-legend {
	display:none !important;
}

.at-inner label.at-text {
    color: #fff !important;
    font-size: 1.2rem;
    font-family: "gothammediumregular", Arial, Helvetica, sans-serif;
    font-weight:400;
    padding-bottom: 0 !important;
    text-align: left;
    letter-spacing:.05em;
} 

.at-fields .at-text input::placeholder {
    color: #bbb !important;
       font-size: 1rem;
    font-family: "gothammediumregular", Arial, Helvetica, sans-serif;
    font-weight:400;
}


.at-row.at-row-solo.at-row-full.UpdateMyProfile {
    display: none;
}

.at-form-submit .at-submit {
    margin: 0 0.625rem 0 .625rem !important;
    display: inline-block;
    animation: none;
    float:left !important;
    width: fit-content;
    font-family: "gothammediumregular", Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 1.4rem !important;
    text-transform: uppercase;
    letter-spacing:.1em;
}

@media screen and (max-width:767px) {
.at-form-submit .at-submit {
width: 95%;
}
}

.at-form-submit {
    padding: 0 .625rem .625rem .625rem !important;
}

.form-block-bg .social-block2 {
    width: 100%;
    height: 55px;
    float: none;
    text-align: center;
    background: none;
    padding-top: 5px;
    padding-right: 100px;
}
.at .at-fieldset {
    padding: 0.625rem .625rem 0 .625rem !important;
}

.form-block-bg .form-block h2.jacky {
  width:100%;
  font-size:56px;
  font-weight: bold;
  color:#FFFFFF;
  text-align: center; 
  text-transform:none;
  line-height:1.4em;
  padding-bottom:0;
  text-transform: uppercase;
  padding-right: 0;
}

.at-fields input {
    padding: 22px 0 22px 10px !important;
    margin-bottom: .675rem !important;
}

.at .error small.error {
color: #fff !important;
}

.updatemay21 .form-block {
    padding-right: 100px !important;
}

.rosenlogo3 {
padding-right:0px !important;
}