@media only screen and (max-width: 1400px) {
  /* max-width 1400px, xlarge screens*/
  .slick-dots {
    left: 15px;
    width: auto;
    margin-bottom: 10px;
  }

  .carousel .slick-prev,
  .carousel .slick-next {
    display: none !important;
  }
}
@media only screen and (max-width: 1200px) {
  .hero-slider .hero-caption-col {
    height: 500px;
    background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMDY3OTA3IiB5MT0iLTAuMDUzMDU0IiB4Mj0iMC45MzIwOTMiIHkyPSIxLjA1MzA1NCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAxNGI5NCIgc3RvcC1vcGFjaXR5PSIwLjQiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMjI1NGMiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
    background: -moz-linear-gradient(308deg, rgba(1, 75, 148, 0.4), #02254c);
    background: -webkit-linear-gradient(308deg, rgba(1, 75, 148, 0.4), #02254c);
    background: linear-gradient(142deg, rgba(1, 75, 148, 0.4), #02254c);
  }
  .hero-slider .slick-slide:after {
    content: none;
  }
  .hero-slider h1 {
    font-size: 60px;
  }
  .hero-slider h2 {
    font-size: 52px;
  }
  .hero-slider h3 {
    font-size: 44px;
  }
  .hero-slider h4 {
    font-size: 36px;
  }
  .hero-slider h5 {
    font-size: 28px;
  }
  .hero-slider h6 {
    font-size: 20px;
  }
  .hero-slider p {
    font-weight: 700;
    font-size: 20px;
  }

  #images-video .caption {
    font-size: 50px;
  }
}
/*-=Tablet screens=-*/
@media only screen and (max-width: 1024px) {
  .hero-slider .hero-caption-col {
    height: 500px;
    padding-left: 15px;
  }
  .hero-slider h1 {
    font-size: 40px;
  }
  .hero-slider h2 {
    font-size: 35px;
  }
  .hero-slider h3 {
    font-size: 30px;
  }
  .hero-slider h4 {
    font-size: 25px;
  }
  .hero-slider h5 {
    font-size: 20px;
  }
  .hero-slider h6 {
    font-size: 16px;
  }
  .hero-slider p {
    font-weight: 700;
    font-size: 16px;
  }

  .title {
    font-size: 24px;
  }

  /*max-width 1024px, tablet screens*/
  .logo a {
    height: 110px;
  }

  .hero-slider .slick-slide:after {
    width: 66.6%;
  }

  body #content-block .inner {
    width: 100% !important;
  }

  #videos .column:nth-child(n+4) {
    margin-top: 0;
  }

  #highlights {
    padding-bottom: 40px;
  }

  .highlight-item {
    margin: 40px 0;
  }

  #info-video {
    padding-bottom: 75px;
  }

  #images-video {
    padding: 25px 0;
  }
  #images-video .caption {
    font-size: 5vw;
  }

  #three-column-block {
    padding-bottom: 25px;
  }
  #three-column-block .column:nth-child(n+3) {
    margin-top: 20px;
  }

  .block-shadow:after {
    left: 7px;
    top: 7px;
    width: 100%;
    height: 100%;
  }

  .cta__video {
    margin-bottom: 50px;
  }

  #full-width-video {
    padding-bottom: 30px;
  }

  .video-quote {
    margin-top: 65px;
  }

  .footer {
    padding-top: 0;
  }

  .footer-row > .columns {
    padding: 20px 15px;
    border-bottom: 1px solid #fff;
  }

  .footer-bottom {
    padding: 15px 0;
  }

  .gform_wrapper {
    padding: 20px;
    margin-top: 30px;
  }

  .gform_title {
    font-size: 37px;
  }

  .gform_description {
    padding-bottom: 30px;
  }

  input[type="submit"] {
    line-height: 1.3;
  }

  .locations-list__items {
    margin-bottom: 40px;
  }

  .zip-search {
    margin-bottom: 20px;
  }
}
/*-=Small screens=-*/
@media only screen and (max-width: 640px) {
  /* TOP BAR Mobile STYLING */
  .slick-dots li button:before {
    box-shadow: inset 0 0 0 2px #fff;
  }
  .slick-dots li.slick-active button:before {
    box-shadow: none;
  }

  h1 {
    font-size: 40px;
    /*basic heading styles*/
  }

  h2 {
    font-size: 35px;
    /*basic heading styles*/
  }

  h3 {
    font-size: 30px;
    /*basic heading styles*/
  }

  h4 {
    font-size: 25px;
    /*basic heading styles*/
  }

  h5 {
    font-size: 20px;
    /*basic heading styles*/
  }

  h6 {
    font-size: 16px;
    /*basic heading styles*/
  }

  .title-bar {
    background-color: #012877;
    /* collapsed menu bar color */
    padding: 0;
    line-height: 45px;
  }
  .title-bar .title-bar-title {
    vertical-align: top;
  }
  .title-bar .menu-icon {
    position: relative;
    display: inline-block;
    padding: 0;
    width: 20px;
    min-width: 0;
    height: 45px;
    background-color: transparent;
    vertical-align: top;
    cursor: pointer;
    outline: none;
  }
  .title-bar .menu-icon:after {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 2px;
    background: #fefefe;
    top: 50%;
    left: 0;
    margin-top: -9px;
    -moz-box-shadow: 0 7px 0 #fefefe, 0 14px 0 #fefefe;
    -webkit-box-shadow: 0 7px 0 #fefefe, 0 14px 0 #fefefe;
    box-shadow: 0 7px 0 #fefefe, 0 14px 0 #fefefe;
  }

  .top-bar {
    display: none;
    height: auto;
    padding: 0;
    background: #012877;
    /* menu list background color */
  }
  .top-bar ul {
    background: transparent;
    margin: 0;
    list-style: none;
    padding: 0;
  }
  .top-bar ul li > a {
    display: block;
    font-family: "Helvetica-c", sans-serif;
    color: white;
    /* menu item text color */
    font-size: 14px;
    background: #012877;
    /* menu item background color */
    line-height: 45px;
    padding: 0 15px;
  }
  .top-bar ul li > a:hover {
    background: #01205e !important;
    /* menu item background color on hover */
  }
  .top-bar ul li.current-menu-item > a, .top-bar ul li.current_page_ancestor > a {
    background: #013190 !important;
    /* current/parent menu item background color */
  }
  .top-bar ul li.has-dropdown a:after {
    display: none;
  }
  .top-bar ul li.has-dropdown .accordion-toggle {
    display: block;
    position: absolute;
    width: 50px;
    height: 45px;
    right: 0;
    top: 0;
    color: #fff;
    /* dropdown arrow color */
    z-index: 100;
    text-align: center;
  }
  .top-bar ul li.has-dropdown .accordion-toggle i.fa {
    font-size: 13px;
    line-height: 1;
    height: 13px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
  .top-bar ul li[aria-expanded="true"] > a {
    background: #012368;
    /* menu item background color on open dropdown */
  }
  .top-bar ul li[aria-expanded="true"] > a .accordion-toggle i.fa {
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .top-bar ul li .submenu a {
    padding-left: 25px;
  }

  .alignright, .alignleft, .aligncenter, .alignnone {
    float: none;
    margin: 0 0 1em;
  }

  .logo, .form-search {
    margin-left: 10px;
    margin-right: 10px;
  }

  .hero-slider .slick-slide:after {
    width: 100%;
  }

  .hero-slider .slick-slide .hero-caption-col {
    padding: 40px 15px;
    height: auto;
  }
  .hero-slider .slick-slide .hero-caption-col .decorated {
    margin-bottom: 15px;
  }

  header .row {
    font-size: 0;
  }
  header .columns {
    display: inline-block;
    float: none;
    vertical-align: middle;
  }
  header .form-search {
    margin: 20px;
  }

  #three-column-block .descr {
    max-width: 100%;
  }

  .three-column-block-item {
    padding: 10px 0;
  }

  .block-title {
    font-size: 37px;
  }

  #full-width-video .title > * {
    font-size: 37px;
  }

  .video-quote {
    font-size: 21px;
  }

  footer .footer-bottom .column {
    text-align: center;
    float: none;
  }

  .copyright .column {
    float: none;
    text-align: center;
    margin: 5px 0;
  }
  .copyright .column p {
    text-align: center;
  }

  .sidebar {
    margin-top: 40px;
  }

  .locations-list-wrap .locations-list {
    margin-top: 40px;
  }

  .zip-search__input {
    margin-bottom: 20px;
  }

  .locations-list__newest,
  .locations-list__next {
    float: none;
    width: 100%;
    text-align: center;
  }

  #funfacts .item img {
    display: block;
    margin: auto;
  }
  #funfacts .item h3 {
    float: none;
    font-size: 24px;
  }

  #highlights {
    padding: 20px 0;
  }

  .highlight-item {
    margin: 15px 0 30px;
  }
  .highlight-item .img-wrap {
    margin: 10px  auto;
  }
  .highlight-item .title {
    margin-bottom: 20px;
  }
  .highlight-item .descr {
    margin-bottom: 20px;
  }

  .widget.widget_quick_links_widget li {
    margin-top: 10px;
  }
  .widget.widget_quick_links_widget li:after {
    border-width: 8px 0 8px 16px;
    margin-top: -8px;
  }
  .widget.widget_quick_links_widget a {
    font-size: 18px;
  }

  .locations-list__items {
    -moz-columns: 2;
    -webkit-columns: 2;
    columns: 2;
  }

  .locations-table thead {
    display: none;
  }
  .locations-table td {
    display: block;
  }
  .locations-table td:first-child {
    font-weight: 700;
  }
  .locations-table td:empty {
    background: red;
    display: none;
  }
  .locations-table__feature:before {
    content: attr(data-feature-name);
    float: left;
    width: 50%;
    text-align: left;
    font-size: 14px;
  }

  #funfacts .item {
    margin: 15px 0;
  }

  #content-with-sidebar .column {
    width: 100% !important;
  }
}
/* max-width 640px and lower. Use this for mobiles only */
/*-=Medium screens=-*/
@media only screen and (min-width: 641px) {
  /* TOP BAR STYLING */
  .section-title h1 {
    font-size: 77px;
  }
  .section-title h2 {
    font-size: 67px;
  }
  .section-title h3 {
    font-size: 57px;
  }
  .section-title h4 {
    font-size: 47px;
  }
  .section-title h5 {
    font-size: 37px;
  }
  .section-title h6 {
    font-size: 27px;
  }
  .section-title p {
    font-size: 27px;
  }

  .title-bar {
    display: none;
  }

  .dropdown.menu > li.is-dropdown-submenu-parent > a {
    padding-right: 10px;
  }

  .top-bar {
    padding: 0;
    background-color: transparent;
    /* Dropdown item styling */
  }
  .top-bar ul {
    background: transparent;
    margin: 0;
    list-style: none;
    padding: 0;
  }
  .top-bar .header-menu {
    padding-right: 5px;
  }
  .top-bar .header-menu li {
    float: left;
    background-color: transparent;
    padding: 0 7px;
  }
  .top-bar .header-menu li > a {
    /* Regular menu item style */
    display: block;
    padding: 0 10px;
    background: transparent;
    font-size: 16px;
    font-weight: 600;
    line-height: 40px;
    color: #012877;
    font-family: "Helvetica-c", sans-serif;
  }
  .top-bar .header-menu li.current-menu-item > a, .top-bar .header-menu li.current_page_ancestor > a, .top-bar .header-menu li.current_page_parent > a {
    /* Style of Current page and Ancestor page */
    background: transparent;
    box-shadow: inset 0 -4px 0 #012877;
  }
  .top-bar .header-menu li.has-dropdown > a {
    /* Style of item with dropdown */
    padding: 0 10px;
  }
  .top-bar .header-menu li.has-dropdown > a:after {
    /* Hide dropdown arrow */
    display: none !important;
  }
  .top-bar .header-menu li.has-dropdown > a:hover {
    /* Hover state for dropdown link */
  }
  .top-bar .header-menu li > a:hover {
    /* menu item style on hover */
    background: transparent;
    box-shadow: inset 0 -4px 0 #012877;
  }
  .top-bar .header-menu:after {
    content: '';
    display: table;
    clear: both;
  }
  .top-bar ul li:hover > a {
    /* Parent link style on dropdown hover */
    background: transparent;
    color: #0139aa;
  }
  .top-bar .submenu {
    display: none;
    border: none;
  }
  .top-bar .submenu.js-dropdown-active {
    display: block;
  }
  .top-bar .submenu li.menu-item {
    display: block;
  }
  .top-bar .submenu li.menu-item > a {
    /* Regular link in dropdown */
    background: white;
    color: #012877;
    padding: 0 10px;
  }
  .top-bar .submenu li.menu-item > a:hover {
    /* Dropdown link on hover */
    background: #0139aa;
    color: white;
  }
  .top-bar .is-dropdown-submenu .is-dropdown-submenu {
    margin-top: 0;
  }
  .top-bar .is-dropdown-submenu .is-dropdown-submenu li a {
    /* Styles for 2nd level dropdown menu link */
  }

  /* Align Menu to the right*/
  .top-bar .header-menu {
    float: right;
  }

  /* Align Menu to the center
  	 .top-bar .header-menu { text-align: center; }
  	 .top-bar .header-menu > li{ float: none; display: inline-block; } */
  .highlight-item {
    font-size: 20px;
  }

  .headquarter__btn-wrap {
    padding-top: 60px;
  }
}
/* min-width 641px */
@media only screen and (min-width: 641px) and (max-width: 1024px) {
  /* min-width 641px and max-width 1024px, use when QAing tablet-only issues*/
  .widget.widget_quick_links_widget ul.links li a {
    font-size: 24px;
  }
  .widget.widget_quick_links_widget ul.links li:after {
    border-width: 9px 0 9px 18px;
    margin-top: -9px;
  }

  .locations-table th, .locations-table td {
    font-size: 10px;
    padding: 6px 3px;
  }
  .locations-table__img {
    width: 10px;
  }
}
/*-=Large screens=-*/
@media only screen and (min-width: 1025px) {
  /*min-width 1025px, large screens*/
  #info-video .descr,
  #images-video .descr {
    padding-right: 27px;
  }
  #info-video .info-col,
  #images-video .info-col {
    margin-top: 45px;
  }
  #info-video .video-col,
  #images-video .video-col {
    margin-top: -55px;
  }
  #info-video .video-col-content,
  #images-video .video-col-content {
    margin-top: -25px;
  }

  .top-bar .header-menu li a {
    padding: 20px 10px;
  }
  .top-bar .header-menu li.has-dropdown > a {
    padding: 20px 10px;
  }

  .form-search {
    margin: 20px 20px 20px 0;
  }

  .logo a {
    padding: 10px 0;
    height: 80px;
    display: block;
  }
  .logo img {
    max-height: 56px;
  }

  .video-item .title {
    font-size: 28px;
  }

  #three-column-block .column:nth-child(n+4) {
    margin-top: 60px;
  }

  .three-column-block-item {
    padding: 0 65px 0 0;
  }

  .gform_description {
    font-size: 24px;
  }

  .funfacts-item__title {
    width: 85px;
    float: left;
    text-align: right;
  }
  .funfacts-item__descr {
    line-height: 1.6;
    width: calc(100% - 85px);
    float: left;
  }

  .carousel-block {
    margin: 0 55px;
  }
  .carousel-block .content {
    padding: 25px 30px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1200px) {
  /* max-width 1200px, large screens*/
  .hero-slider .slick-slide:after {
    width: 50%;
  }
}
@media only screen and (min-width: 1201px) {
  /* min-width 1201px, large screens*/
  body {
    font-size: 24px;
  }

  .col-title {
    padding-bottom: 50px;
  }

  .video-item .title {
    font-size: 32px;
  }
  .video-item .content {
    padding: 40px 15px 15px 15px;
  }

  .locations-list__next {
    font-size: 28px;
  }

  .funfacts-item__title {
    width: 100px;
  }
  .funfacts-item__descr {
    width: calc(100% - 100px);
  }

  .sidebar {
    padding-left: 30px;
  }
}
@media only screen and (min-width: 1401px) {
  /* min-width 1401px, xxlarge screens*/
  .slick-dots {
    left: calc(((100% - 1260px) / 2) + 15px);
    width: auto;
    margin-bottom: 10px;
  }

  .widget.widget_quick_links_widget li:after {
    right: 55px;
  }

  .top-bar .header-menu li {
    padding: 0 15px;
  }
}
@media only screen and (max-width: 776px) {
  #gravity-form .form ul.gform_fields.gform_column,
  #gravity-form .form ul.gform_fields.gform_column:last-child {
    width: 100%;
    padding-right: 0;
    float: none;
    display: block;
  }
  #gravity-form .form .ginput_container_select {
    float: none;
    width: 85%;
  }

  .top-bar .header-menu li {
    padding: 0 3px;
  }

  .top-bar .header-menu li > a {
    font-size: 14px;
  }
}
@media only screen and (max-width: 500px) {
  #gravity-form .gfield_radio li[class*="gchoice"] {
    width: 100%;
    display: block;
    float: none;
    margin-bottom: 20px;
  }
}
