html {
  font-size: 100%; }

html, body {
  font-family: "Lato", sans-serif; }

h1:not(.welcome-head) {
  text-align: center;
  position: relative;
  color: #376992;
  font-size: 46px;
  font-size: 2.875rem;
  line-height: 51px;
  line-height: 3.1875rem; }
  h1:not(.welcome-head)::after {
    content: ' ';
    display: block;
    margin: 40px auto 40px;
    width: 100px;
    height: 15px;
    background: #f8bd00; }

.home-content h1 {
  color: #fff; }

h1 {
  font-family: "PT Serif Caption", PTSerif, serif; }

h3, h4, h5, h6 {
  font-family: "Lato", sans-serif; }

h2, .c-team-section__container h4,
.c-team-section__container h4 a,
h2.c-team-detail__h2--moonlight {
  font-size: 28px;
  color: #333333;
  font-family: "PT Serif Caption", PTSerif, serif;
  margin-top: 0px; }
  h2 a, .c-team-section__container h4 a,
  .c-team-section__container h4 a a,
  h2.c-team-detail__h2--moonlight a {
    color: #337ab7; }

h4, .c-team-member__info-title {
  font-size: 18px;
  color: #999999; }

#content section .container,
.calcContent, .container-fluid {
  padding: 30px 0px !important; }

.main + .footer {
  margin-top: 100px; }

.flexbox-container {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center; }

header.header .row, nav .row {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center; }

section, section.c-team-list__section--moonlight {
  padding: 0px; }

.contactForm .submit, .submit, .learnmore {
  color: #fff;
  background-color: #376992; }
  .contactForm .submit:hover, .contactForm .submit:focus, .submit:hover, .submit:focus, .learnmore:hover, .learnmore:focus {
    background-color: #037dab;
    background-image: none; }

.back-to-top {
  background: #376992; }
  .back-to-top:hover, .back-to-top:active, .back-to-top:focus {
    background: #037dab; }

.row {
  margin: 0px; }

/*-----------------------------------------------------------------------------------*/
/*  main.css [framework]
/*-----------------------------------------------------------------------------------*/
/* Base styles: global defaults
============================================================================= */
/* Ektron Overrides */
#aspnetForm {
  margin: 0; }

.design_view_button {
  display: none; }

.design_content {
  padding: 0px !important;
  background-color: transparent !important;
  overflow: hidden !important; }

#uxPreviewExit {
  display: none !important; }

/* ### Ektron Page Builder Edit Mode ### */
.pageBuilderEditMode .hero-buttons {
  top: 0 !important; }

.pageBuilderEditMode .hero-buttons:after {
  margin-bottom: 0 !important; }

/* forms */
.form-horizontal label {
  display: inline-block !important; }

.design_textfield.form-control {
  width: 100% !important;
  height: 34px !important; }

.design_textfield.input-lg {
  height: 46px !important; }

.design_textfield.input-sm {
  height: 30px !important; }

html {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch; }

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

.cf:before, .cf:after {
  content: "";
  display: table; }

.cf:after {
  clear: both; }

.cf {
  *zoom: 1; }

/* Link Styles
================================================== */
a.btn, a.btn:hover {
  text-decoration: none; }

p a, p a:visited {
  line-height: inherit; }

h2 a:hover, h3 a:hover {
  text-decoration: none; }

a img {
  border: none;
  text-decoration: none; }

a:hover, a:active, a, object, embed, *:focus {
  -moz-outline-style: none;
  outline: none !important; }

a[href^=tel] {
  color: inherit;
  text-decoration: none; }

/* List Resets & Custom Lists
================================================== */
ul + p, ol + p {
  margin-top: 2%; }

/* Ektron List Item Fix */
li.PBItem {
  line-height: inherit; }

li.PBItem ul li {
  list-style-type: disc; }

li.PBItem ul ul li {
  list-style-type: circle; }

li.PBItem ul ul ul li {
  list-style-type: square; }

.widgetBody li {
  list-style-type: disc; }

.widgetBody ul ul li {
  list-style-type: circle; }

.widgetBody ul ul ul li {
  list-style-type: square; }

ul.square li {
  list-style-type: square; }

ul.circle li {
  list-style-type: disc; }

ul.arrow-list {
  list-style: none;
  margin-left: 0;
  padding-left: 1em; }

ul.arrow-list li:before {
  content: "\00BB";
  padding-right: 4px;
  color: #12668a; }

/* ## OVERRIDES AND HELPERS ## */
/* Bootstrap Overrides
============================================================================= */
/*  Bootstrap Carousel Fade Transition (for Bootstrap 3.3.x)
================================================== */
.carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity; }

.carousel-fade .carousel-inner .active {
  opacity: 1; }

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1; }

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1; }

.carousel-fade .carousel-control {
  z-index: 2; }

/*
  WHAT IS NEW IN 3.3: "Added transforms to improve carousel performance in modern browsers."
  Need to override the 3.3 new styles for modern browsers & apply opacity
*/
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-fade .carousel-inner > .item.next,
  .carousel-fade .carousel-inner > .item.active.right {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }

  .carousel-fade .carousel-inner > .item.prev,
  .carousel-fade .carousel-inner > .item.active.left {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }

  .carousel-fade .carousel-inner > .item.next.left,
  .carousel-fade .carousel-inner > .item.prev.right,
  .carousel-fade .carousel-inner > .item.active {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
/* No Gutter Column Trick
================================================== */
.row.no-gutters {
  margin-right: 0;
  margin-left: 0; }

.row.no-gutters [class^="col-"],
.row.no-gutters [class*=" col-"] {
  padding-right: 0;
  padding-left: 0; }

/* Helper Classes
============================================================================= */
.bold {
  font-weight: bold; }

.normal {
  font-weight: normal; }

.left {
  text-align: left; }

.right {
  text-align: right; }

img.align-center,
img.aligncenter {
  display: block;
  margin: 0 auto 2% auto; }

img.align-right,
img.alignright {
  float: right;
  margin: 0.5% 0 1% 2%; }

img.align-left,
img.alignleft {
  float: left;
  margin: 0.5% 2% 1% 0; }

img.add-margin-bottom {
  margin-bottom: 20px; }

img.add-margin-top {
  margin-top: 20px; }

.m20 {
  margin-top: 20px;
  margin-bottom: 20px; }

.mtop20 {
  margin-top: 20px; }

.mbot20 {
  margin-bottom: 20px; }

.mbot40 {
  margin-bottom: 40px; }

.p20 {
  padding-top: 20px;
  padding-bottom: 20px; }

.ptop20 {
  padding-top: 20px; }

.pbot20 {
  padding-bottom: 20px; }

.clickable {
  cursor: pointer; }

.shadow {
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.53);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.53);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.53); }

iframe[seamless] {
  display: block; }

iframe[seamless].centered,
iframe[seamless].center,
iframe[seamless].align-center,
iframe[seamless].aligncenter {
  margin: 0 auto; }

/* ## RESPONSIVE/RETINA MEDIA QUERIES ## */
/* Responsive Media Queries
============================================================================= */
/* Small Devices, Tablets
=========================================================== */
@media only screen and (max-width: 768px) {
  .team-member .photo {
    text-align: left; }

  .team-member .photo img {
    margin-top: 0; }

  .team-member .photo li {
    text-align: left; } }
/* Extra Small Devices, Phones
=========================================================== */
@media only screen and (max-width: 480px) {
  .team-member h2 {
    font-size: 20px; }

  .team-member h4 {
    font-size: 16px;
    margin: 0px 0 10px 0; } }
/* ##  END: RESPONSIVE MEDIA QUERIES ## */
.top-bar {
  display: none; }

header.header {
  margin-top: 0px !important;
  padding: 0; }
  header.header .site-logo {
    margin: 30px 20px 20px; }
  header.header .antlia-header-logo {
    padding: 20px 0; }

.header-btn {
  border-radius: 7px 7px 7px 7px;
  -moz-border-radius: 7px 7px 7px 7px;
  -webkit-border-radius: 7px 7px 7px 7px;
  border: 1px solid #cce1f1;
  font: 20px "Lato", sans-serif;
  color: #08375c;
  float: right;
  margin-left: 15px;
  padding: 12px; }
  .header-btn i {
    color: #f8bd00;
    margin-right: 10px; }

nav#main {
  background-color: #dcdedf;
  width: 100%;
  display: block;
  margin: 0;
  font-family: "PT Serif Caption", PTSerif, serif;
  /*
    .container .off-canvas {
  
      position:fixed;
      top:60px;
      left:0px;
      padding:30px;
      width:100%;
      height:auto;
  
      &.off-canvas-show {
        display:block;
      }
  
      background:$gray-1;
  
      ul li {
        border:0px;
      }
  
      ul li ul.dropdown-menu:before {
        display:none;
      }
  
      ul li ul.dropdown-menu {
        box-shadow:none !important;
        background:rbga($gray-1,.25);
      }
  
      ul, li {
        width:100%;
      }
  
      ul li a {
        background:none !important;
        border-bottom-width:0px !important;
      }
  
      ul li .dropdown-toggle {
        top:0px;
      }
  
      ul li a,
      ul li:hover ul.dropdown-menu li:hover a,
      ul li a.selected {
  //      color:$gray-1;
      }
  
      ul ul {
  
      }
  
    }
  */ }
  nav#main .container ul li:hover > a, nav#main .container ul li a.selected {
    background: #fff;
    color: #08375c; }
  nav#main .container ul li:hover .dropdown-menu,
  nav#main .container ul li .dropdown-menu {
    width: auto;
    min-width: 192px;
    top: 50px;
    padding-top: 0px;
    background-color: #fff; }
    nav#main .container ul li:hover .dropdown-menu li.dropdown,
    nav#main .container ul li .dropdown-menu li.dropdown {
      background: #fff;
      border-bottom: 1px solid #f5f6f7; }
      nav#main .container ul li:hover .dropdown-menu li.dropdown a,
      nav#main .container ul li .dropdown-menu li.dropdown a {
        font-family: "Lato", sans-serif;
        font-weight: normal;
        color: #08375c;
        padding: 10px 20px !important;
        text-transform: normal; }
        nav#main .container ul li:hover .dropdown-menu li.dropdown a:hover,
        nav#main .container ul li .dropdown-menu li.dropdown a:hover {
          background: #e6e6e6; }
  nav#main .container ul li a {
    font-size: 1.1em;
    padding: 15px 30px;
    font-weight: 600;
    text-transform: uppercase;
    color: #192537; }
  nav#main > .container {
    width: inherit;
    max-width: 1170px;
    display: block;
    position: relative;
    top: 0 !important; }

/*
.navbar-toggle,
.navbar-toggle:hover,
.navbar-toggle:focus {

  z-index:1030;
  background:$color-lt !important;
  width:50px;
  margin-top:0px;

  .text {
    display:none;
  }

  .icon-bar {
    background:$nav-font-color !important;
    left:13px;
  }

}
*/
nav {
  background-color: #dcdedf; }
  nav .sf-menu {
    font-family: PTSerif;
    color: #08375c;
    font-size: 16px;
    line-height: 24px; }
    nav .sf-menu > li {
      display: inline-block; }
      nav .sf-menu > li:hover a {
        background: #fff;
        color: #0c538b; }
      nav .sf-menu > li > a {
        padding: 15px 30px;
        color: #08375c;
        font-weight: 600;
        text-transform: uppercase;
        text-decoration: none; }

nav .row .soc {
  text-align: right;
  font-size: 16px;
  font-size: 1rem; }
  nav .row .soc a {
    color: #2b2b2b;
    padding: 0 4px; }

.menu {
  background-color: #dcdedf; }

/* SlickNav
================================================== */
/*!
* SlickNav Responsive Mobile Menu v1.0.3
* (c) 2015 Josh Cope
* licensed under MIT
*/
.slicknav_menu {
  *zoom: 1;
  font-size: 16px;
  box-sizing: border-box;
  padding: 5px;
  width: 100%;
  height: auto;
  min-height: 50px;
  background: #000; }

.slicknav_menu * {
  box-sizing: border-box; }

.slicknav_menu:before {
  content: " ";
  display: table; }

.slicknav_menu:after {
  content: " ";
  display: table;
  clear: both; }

.slicknav_menu .slicknav_menutxt {
  display: none;
  line-height: 1.188em;
  float: left;
  color: #fff;
  font-weight: bold;
  text-shadow: 0 1px 3px #000; }

.slicknav_menu .slicknav_icon {
  float: left; }

.slicknav_menu .slicknav_nav .nav li .slicknav_no-text {
  margin: 0; }

.slicknav_menu .slicknav_nav .nav li .slicknav_item a.dropdown-toggle {
  display: none; }

.slicknav_btn {
  position: relative;
  display: block;
  vertical-align: middle;
  float: right;
  padding: 0.438em 0.625em;
  line-height: 1.125em;
  cursor: pointer;
  margin: 5px 5px 6px;
  text-decoration: none;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #f8bd00; }

.slicknav_menu .slicknav_icon-bar {
  background-color: #fff;
  display: block;
  width: 1.125em;
  height: 0.125em;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25); }

.slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {
  margin-top: 0.188em; }

.slicknav_nav {
  clear: both;
  color: #fff;
  margin: 0;
  padding: 0;
  font-size: 0.875em;
  list-style: none;
  overflow: hidden; }

.slicknav_nav ul.nav {
  display: block;
  list-style: none;
  overflow: hidden;
  padding: 0;
  margin: 0 0 0 20px; }

.slicknav_nav .nav li {
  display: block; }

.slicknav_nav .nav li .slicknav_arrow {
  font-size: 0.8em;
  margin: 0 0 0 0.4em; }

.slicknav_nav .nav li .slicknav_item {
  cursor: pointer; }

.slicknav_nav .nav li .slicknav_item a {
  display: inline;
  padding: 0;
  margin: 0; }

.slicknav_nav .nav li .slicknav_parent-link a {
  padding: 0;
  margin: 0;
  display: inline; }

.slicknav_nav .nav li .slicknav_row {
  display: block;
  padding: 5px 10px;
  margin: 2px 5px; }

.slicknav_nav .nav li .slicknav_row:hover {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  background: #d2d1d1;
  color: #fff; }

.slicknav_nav .nav li a {
  display: block;
  padding: 5px 10px;
  margin: 2px 5px;
  text-decoration: none;
  color: #fff; }

.slicknav_nav .nav li a:hover {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  background: #d2d1d1;
  color: #000; }

.slicknav_nav .nav li .dropdown-menu a {
  color: #000; }

.slicknav_menu .dropdown-menu {
  position: static;
  float: none; }

.slicknav_brand {
  float: left;
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  padding: 7px 12px;
  height: 44px; }

.slicknav_nav .slicknav_txtnode {
  margin-left: 15px; }

/* hide menu */
.slicknav_menu {
  display: none; }

.hero-container #hero {
  display: none; }

.antlia-hero__section {
  background: url("http://fmg-websites-custom.s3.amazonaws.com/alp-themes/al-antlia/images/banner.jpg") no-repeat center center; }

.banner {
  margin-top: 0px;
  margin-bottom: 0px; }
  .banner div:first-child {
    padding-left: 4em; }
  .banner h1 {
    font-family: "PT Serif Caption", PTSerif, serif;
    color: #fff;
    font-size: 57px;
    line-height: 61px;
    text-transform: none; }
  .banner p {
    color: #fff; }
  .banner .photo figure {
    position: relative; }
    .banner .photo figure img {
      border-left: 60px solid #192537;
      border-right: 60px solid #192537; }
    .banner .photo figure figcaption {
      position: absolute;
      font-family: "Lato", sans-serif;
      top: 60px;
      left: 0;
      background: #fff;
      padding: 5px 40px;
      border-right: 10px solid #f8bd00; }
      .banner .photo figure figcaption h4 {
        font-family: "Lato", sans-serif;
        font-size: 18px;
        line-height: 24px;
        line-height: 1.5rem;
        margin: 5px 0;
        color: #08375c; }
      .banner .photo figure figcaption a {
        color: #037dab; }

.homepage #content section.main.home-content {
  background: #037dab;
  color: #fff; }

.main.home-content {
  padding-bottom: 0px;
  background: #037dab;
  color: #fff; }
  .main.home-content h3, .main.home-content h4, .main.home-content h5, .main.home-content h6 {
    color: #f8bd00; }
  .main.home-content p {
    font-size: 16px;
    font-size: 1rem; }
  .main.home-content .alp-1-box {
    padding-left: 0px;
    padding-right: 0px; }
    .main.home-content .alp-1-box .col-md-6 {
      display: inline-block; }
      .main.home-content .alp-1-box .col-md-6 .row {
        margin-left: 0px;
        margin-right: 0px; }

.panels {
  background: none; }
  .panels div[class^="col-"] {
    height: 124px;
    display: table-cell;
    vertical-align: top; }
    .panels div[class^="col-"] h1, .panels div[class^="col-"] h2, .panels div[class^="col-"] h3,
    .panels div[class^="col-"] h4, .panels div[class^="col-"] h5, .panels div[class^="col-"] h6 {
      font-family: "Lato", sans-serif; }
    .panels div[class^="col-"] h2 {
      font-size: 19px;
      font-size: 1.1875rem;
      margin-top: 10px;
      margin-top: 0.625rem; }
  .panels .row {
    background: #fff;
    display: table;
    border-bottom: 2px solid #037dab;
    padding: 0; }
    .panels .row .col-sm-4,
    .panels .row .col-sm-8 {
      display: table-cell; }
    .panels .row .col-sm-4,
    .panels .row .col-md-4 {
      padding: 0;
      overflow: hidden; }
      .panels .row .col-sm-4 img,
      .panels .row .col-md-4 img {
        object-fit: cover; }
  .panels .txt {
    background: #fff;
    color: #373737; }
    .panels .txt p {
      font-size: 14px;
      font-size: 0.875rem; }

.homepage #content section.section.featured {
  background: #f5f6f7;
  padding-bottom: 25px; }
  .homepage #content section.section.featured .featured-cols > .col-md-4 {
    padding-bottom: 10px;
    padding-top: 10px; }
    .homepage #content section.section.featured .featured-cols > .col-md-4:hover {
      background: white; }
  .homepage #content section.section.featured .featured-cols:not(:last-child):after {
    content: ' ';
    display: block;
    height: 1px;
    width: 98%;
    padding-top: 27px;
    border-bottom: 1px solid #373737;
    margin: 20px auto; }
  .homepage #content section.section.featured h1, .homepage #content section.section.featured h2, .homepage #content section.section.featured h3,
  .homepage #content section.section.featured h4, .homepage #content section.section.featured h5, .homepage #content section.section.featured h6 {
    color: #376992;
    font-family: "Lato", sans-serif; }
  .homepage #content section.section.featured h3 > i.fa {
    display: block;
    font-size: 36px;
    color: #1a9ecf;
    margin-bottom: 3px; }

.no-gutters > text {
  padding: 10px 60px 50px; }

.learn-more {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%; }
  .learn-more ul {
    color: #fff;
    list-item-style: none; }
    .learn-more ul li {
      background: #cce1f1;
      padding: 20px; }
      .learn-more ul li i {
        background: #dcdedf;
        border-right: 2px solid #fff; }
      .learn-more ul li a {
        display: inline-block;
        color: #fff; }

.body-container {
  clear: both; }

.subpage .body-container {
  padding-top: 232px;
  background: #06142b url(../img/header-inside@1x.png) no-repeat left top; }
  .subpage .body-container #content {
    background: #fff; }

.c-team-section__container .c-team-member__info-title, .c-team-section__container h4 {
  margin-bottom: 5px !important; }
.c-team-section__container .c-team-member__portrait {
  float: left; }
  .c-team-section__container .c-team-member__portrait .c-team-member__info-phone,
  .c-team-section__container .c-team-member__portrait .c-team-member__info-email {
    float: right; }
.c-team-section__container .img-square {
  max-width: 150px;
  float: right;
  margin-bottom: 10px; }
.c-team-section__container .c-team-member__info-phone,
.c-team-section__container .c-team-member__info-email {
  clear: both;
  font-size: 12px;
  margin-bottom: 0px; }
  .c-team-section__container .c-team-member__info-phone i.fa,
  .c-team-section__container .c-team-member__info-email i.fa {
    display: none; }
.c-team-section__container .c-team-list__section--moonlight {
  padding: 0px; }

#matterContent a div.flagBody {
  background: #376992;
  color: #fff; }

#matterContent a:hover div.flagBody,
#additional_xs .panel-heading {
  background: #037dab; }

#additional {
  background: #e6e6e6; }
  #additional .matterContent {
    padding-top: 20px;
    padding-bottom: 20px; }
  #additional nav {
    height: auto; }
    #additional nav ul.nav.nav-tabs {
      background: none;
      background-repeat: repeat-x;
      background-position: bottom;
      padding-bottom: 4px;
      padding-left: 0px;
      border-bottom-width: 1px;
      border-bottom-style: solid;
      border-bottom-color: #376992; }
      #additional nav ul.nav.nav-tabs li {
        border: 0px; }
        #additional nav ul.nav.nav-tabs li a {
          color: #376992;
          border: 0px; }
          #additional nav ul.nav.nav-tabs li a:hover, #additional nav ul.nav.nav-tabs li a.selected {
            color: #037dab;
            background: none !important; }
  #additional h4.viewAll {
    margin-top: 20px;
    padding-bottom: 0px; }
    #additional h4.viewAll a {
      color: #376992; }
      #additional h4.viewAll a:hover, #additional h4.viewAll a.selected {
        color: #037dab;
        background: none !important; }

.floating-broker-check {
  margin-top: 0px; }

.calcContent {
  max-width: 100%;
  overflow: auto; }

iframe.calcFrame {
  width: 100%;
  max-width: 700px; }

.page-blog .blog-archives {
  display: none; }

.inside-banner {
  height: 270px;
  background: #06142b url(../img/header-inside@1x.png) no-repeat left top;
  background-position: 50% 50%;
  background-size: cover; }

.divider {
  height: 232px;
  background: #06142b url(http://fmg-websites-custom.s3.amazonaws.com/alp-themes/al-antlia/images/divider%401x.png) no-repeat left top;
  margin-bottom: 30px; }

div.footer-container {
  /*  .socialMedia {
      a{
        color:$color-11;
        width:auto;
        @include rem(font-size, 31px);
        padding-right:10px;
        &:hover{
          color:$color-lt;
        }
      }
    }*/ }
  div.footer-container footer {
    background: #172f48;
    padding-top: 0;
    padding-bottom: 30px; }
    div.footer-container footer, div.footer-container footer .note {
      color: #d2d1d1;
      font-family: "Lato", sans-serif;
      font-size: 18px;
      font-size: 1.125rem; }
    div.footer-container footer .socialMedia a {
      color: #d2d1d1;
      font-size: 31px !important;
      width: auto; }
      div.footer-container footer .socialMedia a.facebook, div.footer-container footer .socialMedia a.twitter, div.footer-container footer .socialMedia a.linkedin {
        background: none; }
      div.footer-container footer .socialMedia a.facebook {
        padding-left: 0px !important; }
  div.footer-container a {
    color: #f8bd00;
    text-decoration: none; }
    div.footer-container a:hover {
      text-decoration: underline; }

address .address1,
address .address2 {
  display: block; }
address .address-comma {
  display: none; }

.footer-fax {
  display: block; }

@media (max-width: 1100px) {
  nav#main .col-sm-10 {
    width: 100%; }
  nav#main .social-media.col-sm-2.soc {
    position: absolute;
    top: -40px;
    right: 15px; } }
/* Medium Devices, Desktops */
@media (max-width: 991px) {
  .slicknav_menu {
    display: block; }

  nav#main {
    display: none; }

  .header-phone {
    text-align: right;
    padding-bottom: 15px; }
    .header-phone .btn.header-btn, .header-phone p {
      display: inline-block;
      clear: none;
      float: none;
      margin-bottom: 5px; } }
@media (max-width: 500px) {
  .banner {
    text-align: center; }
    .banner h1 {
      font-size: 40px;
      line-height: 43px; }
    .banner div:first-child {
      padding-left: 15px; }

  header.header .row {
    display: block; }

  h1:not(.welcome-head) {
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 41px;
    line-height: 2.5625rem; }

  .antlia-header-logo {
    width: 100%;
    padding: 15px;
    text-align: center; }

  .header-phone {
    clear: both;
    width: 100%;
    text-align: center;
    padding-bottom: 15px; }
    .header-phone .btn.header-btn, .header-phone p {
      display: inline-block;
      clear: none;
      float: none;
      margin-bottom: 5px; } }
/**
 * { Blog Design } *
 */
h1#ctl00_PageContent_ctl00_ContentTitle {
  font-size: 46px;
  font-family: "PT Serif Caption", PTSerif, serif;
  color: #376992;
  line-height: 1.109; }

div.blog-header {
  background: transparent;
  border-bottom: none;
  color: #376992;
  font-size: 26px;
  font-family: "PT Serif Caption", PTSerif, serif;
  text-transform: uppercase;
  padding-left: 0px; }

#ctl00_PageContent_ctl00_ctl00_uxBlogPostHeaderWrapper p,
div.blog-post-teaser {
  font-size: 16px;
  font-family: "Lato", sans-serif;
  color: #787878; }

div.blog-post-header {
  font-size: 16px;
  font-family: "Roboto" sans-serif;
  color: #1a9ecf; }

div.blog-post-head h3 {
  font-size: 24px;
  font-family: "PT Serif Caption", PTSerif, serif;
  color: #376992;
  background: transparent;
  border-bottom: none; }

div.blog-post-teaser {
  font-size: 16px;
  font-family: "Lato", sans-serif;
  border-bottom: 1px solid #f5f6f7;
  padding-bottom: 20px; }

.blog-post-teaser .timestamp {
  font-size: 16px;
  color: #1a9ecf;
  line-height: 1.5;
  font-style: normal; }

.blog-post-teaser .btn.readmore {
  background-color: #1a9ecf;
  color: #fff;
  padding: 8px 32px;
  text-transform: uppercase; }

.blog-post-teaser .btn.readmore:hover,
.blog-post-teaser .btn.readmore:active,
div#subscribe:hover,
div#subscribe:active,
a.blog-rss:hover,
a.blog-rss:active {
  opacity: 0.6; }

a.blog-return-main {
  background: #1a9ecf;
  border-color: #1a9ecf; }

a.blog-return-main:hover,
a.blog-return-main:active {
  opacity: 0.6;
  background: #1a9ecf;
  border-color: #1a9ecf; }

nav {
  background-color: transparent; }

div#subscribeForm,
div#ctl00_PageContent_ctl00_ctl00_uxBlogRecentWrapper,
div#ctl00_PageContent_ctl00_ctl00_uxBlogCategoriesWrapper {
  background: #204768; }

#subscribeForm .well {
  margin-bottom: 0px;
  border-bottom: none;
  border-radius: 0px;
  background: #f5f6f7;
  padding-bottom: 60px; }

#subscribeForm h4, li.nav-header {
  color: #376992;
  font-family: "Lato", sans-serif;
  font-size: 24px; }

#subscribeForm input {
  border-radius: 0px;
  border-color: #1a9ecf;
  margin-bottom: 10px; }

div#subscribe {
  background: #1a9ecf;
  border-color: #1a9ecf;
  text-transform: uppercase;
  border-radius: 0px;
  width: 100%; }

ul.nav-tabs {
  border-bottom: none;
  background-color: #f5f6f7;
  padding-right: 20px;
  padding-left: 20px;
  padding-bottom: 50px; }

ul.nav-tabs li:not(:first-child) {
  border: 1px solid #1a9ecf;
  margin-top: 0px;
  background: #fff; }

ul.nav-tabs li a {
  color: #333333; }

ul.nav-tabs li a:hover {
  background: #f8bd00; }

.nav-tabs > li > a {
  border: none;
  border-radius: 0px;
  margin-right: 0px; }

div#ctl00_PageContent_ctl00_ctl00_uxBlogRSSWrapper {
  background: #f5f6f7;
  border-right: 15px solid #204768;
  border-left: 15px solid #204768;
  padding-bottom: 20px; }

a.blog-rss {
  color: #376992;
  font-family: "Lato", sans-serif;
  font-size: 24px;
  text-decoration: none; }

#ctl00_PageContent_ctl00_ctl00_uxBlogRSSWrapper a:after {
  content: "\f09e";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  float: right;
  font-size: 32px;
  margin-top: -5px;
  color: #1a9ecf; }

.pagination > li > a,
.pagination > li > span,
.pagination > li:first-child > a,
.pagination > li:first-child > span,
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  margin-right: 5px; }

.pagination li {
  padding: 0;
  margin: 0 5px 0 0;
  border-bottom: none;
  font-size: 14px;
  display: inline-block;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px; }

.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus,
.pagination > li > a,
.pagination > li > span {
  background-color: #f5f6f7; }

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  background-color: #1a9ecf;
  color: #fff; }

.pagination > li > a,
.pagination > li > span {
  color: #1a9ecf; }

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  background-color: #376992;
  border-color: #376992; }

/*# sourceMappingURL=alp-antlia.css.map */
