@charset "UTF-8";
/*----------------------------------------------------------------
Crown Pointe Academy Custom Styles
Author:	Josh Southern :: Paradigm Shift Interactive
----------------------------------------------------------------*/
/*----------------------------------------------------------------
Crown Pointe Custom Variables
Author:	Josh Southern :: Paradigm Shift Interactive
----------------------------------------------------------------*/
.cpa-blue {
  background-color: #135e76; }

.cpa-blue-text {
  color: #135e76; }

.cpa-dark-blue {
  background-color: #1f4058; }

.cpa-dark-blue-text {
  color: #1f4058; }

.cpa-med-blue {
  background-color: #08465f; }

.cpa-med-blue-text {
  color: #08465f; }

.cpa-light-blue {
  background-color: #8ca3b1; }

.cpa-light-blue-text {
  color: #8ca3b1; }

.cpa-orange {
  background-color: #c3795e; }

.cpa-orange-text {
  color: #c3795e; }

.cpa-gold {
  background-color: #cd9d5b; }

.cpa-gold-text {
  color: #cd9d5b; }

.cpa-light-gold {
  background-color: #fbf2d8; }

.cpa-light-gold-text {
  color: #fbf2d8; }

.cpa-green {
  background-color: #63836d; }

.cpa-green-text {
  color: #63836d; }

.cpa-light-grey {
  background-color: #eaeaef; }

html {
  line-height: 1.4; }
  @media only screen and (min-width: 1200px) {
    html {
      font-size: 14px; } }

body {
  font-family: "Source Serif 4", Times, serif;
  font-weight: normal;
  color: #333;
  letter-spacing: 0.3px;
  overflow-x: hidden !important;
  overflow-y: visible !important; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Geologica", Arial, sans-serif;
  color: #1f4058;
  margin: 1.0rem 0 0;
  font-weight: bold; }
  h1.normal-font, h2.normal-font, h3.normal-font, h4.normal-font, h5.normal-font, h6.normal-font {
    font-family: "Source Serif 4", Times, serif; }
  h1.alt-font, h2.alt-font, h3.alt-font, h4.alt-font, h5.alt-font, h6.alt-font {
    font-family: "Roboto", "Helvetica Neue", Arial, sans-serif; }
  h1.highlight, h2.highlight, h3.highlight, h4.highlight, h5.highlight, h6.highlight {
    position: relative;
    text-align: center;
    text-transform: uppercase;
    font-size: 50px;
    font-weight: 500;
    color: #1f4058;
    letter-spacing: 3px;
    line-height: 100%;
    margin-top: 0px;
    margin-bottom: 20px; }
    h1.highlight .smaller, h2.highlight .smaller, h3.highlight .smaller, h4.highlight .smaller, h5.highlight .smaller, h6.highlight .smaller {
      font-size: 50%;
      display: block; }
    h1.highlight:before, h2.highlight:before, h3.highlight:before, h4.highlight:before, h5.highlight:before, h6.highlight:before {
      display: block;
      position: absolute;
      top: 45px;
      left: 50%;
      width: 300px;
      margin-left: -150px;
      height: 30px;
      background: #fbf2d8;
      content: '';
      z-index: -1; }
    h1.highlight span, h2.highlight span, h3.highlight span, h4.highlight span, h5.highlight span, h6.highlight span {
      position: relative;
      z-index: 10; }

h1 {
  font-size: 42px;
  margin-bottom: 0.6rem; }
  @media only screen and (max-width: 992px) {
    h1 {
      font-size: 36px; } }
  @media only screen and (max-width: 600px) {
    h1 {
      font-size: 32px; } }
  h1.bigger {
    font-size: 68px; }
    @media only screen and (max-width: 992px) {
      h1.bigger {
        font-size: 42px; } }
    @media only screen and (max-width: 600px) {
      h1.bigger {
        font-size: 36px; } }

h2 {
  font-size: 36px; }
  @media only screen and (max-width: 992px) {
    h2 {
      font-size: 30px; } }
  @media only screen and (max-width: 600px) {
    h2 {
      font-size: 24px; } }
  h2.bigger {
    font-size: 42px; }
    @media only screen and (max-width: 992px) {
      h2.bigger {
        font-size: 36px; } }
    @media only screen and (max-width: 600px) {
      h2.bigger {
        font-size: 28px; } }

h3 {
  font-size: 26px; }
  @media only screen and (max-width: 992px) {
    h3 {
      font-size: 24px; } }
  @media only screen and (max-width: 600px) {
    h3 {
      font-size: 22px; } }
  h3.bigger {
    font-size: 36px; }
    @media only screen and (max-width: 992px) {
      h3.bigger {
        font-size: 30px; } }
    @media only screen and (max-width: 600px) {
      h3.bigger {
        font-size: 24px; } }
  h3.huge {
    font-size: 42px; }
    @media only screen and (max-width: 992px) {
      h3.huge {
        font-size: 36px; } }
    @media only screen and (max-width: 600px) {
      h3.huge {
        font-size: 32px; } }

h4 {
  font-size: 24px; }
  @media only screen and (max-width: 600px) {
    h4 {
      font-size: 20px; } }

h5 {
  font-size: 24px; }
  @media only screen and (max-width: 600px) {
    h5 {
      font-size: 18px; } }

h6 {
  font-size: 24px; }
  @media only screen and (max-width: 600px) {
    h6 {
      font-size: 18px; } }

h1 + h2, h1 + h3, h1 + h4, h1 + h5, h1 + h6,
h2 + h1, h2 + h3, h2 + h4, h2 + h5, h2 + h6,
h3 + h1, h3 + h2, h3 + h4, h3 + h5, h3 + h6,
h4 + h1, h4 + h2, h4 + h3, h4 + h5, h4 + h6,
h5 + h1, h5 + h2, h5 + h3, h5 + h4, h5 + h6,
h6 + h1, h6 + h2, h6 + h3, h6 + h5, h6 + h5 {
  margin-top: 0; }

p {
  font-size: 21px;
  margin: 0.4rem 0 1.4rem;
  color: #444; }
  @media only screen and (max-width: 992px) {
    p {
      font-size: 19px; } }
  @media only screen and (max-width: 600px) {
    p {
      font-size: 16px; } }
  p.tight-top {
    margin-top: 0; }
  p.all-caps {
    text-transform: uppercase; }
  p.featured {
    font-size: 24px;
    color: #8ca3b1; }
  p.bigger {
    font-size: 18px; }
  p a {
    color: #c3795e;
    text-decoration: underline; }
    p a:hover {
      color: #8ca3b1; }
  p .material-icons {
    position: relative;
    top: 6px; }

a {
  color: #cd9d5b; }
  a:hover {
    color: #1f4058; }

.section ul li a, .section ol li a {
  color: #c3795e;
  text-decoration: underline; }
  .section ul li a:hover, .section ol li a:hover {
    color: #8ca3b1; }

hr {
  border: 0px none;
  border-top: 2px solid #8ca3b1; }

blockquote {
  border-left: 5px solid #c3795e; }

strong {
  font-weight: 700; }
  strong .material-icons {
    font-weight: bold; }

sup {
  font-size: 40%;
  top: -1em; }

img {
  max-width: 100%;
  height: auto; }

@media only screen and (max-width: 600px) {
  iframe {
    max-width: 100% !important;
    min-height: 200px !important; } }

.alignright {
  float: right;
  position: relative;
  margin: 1rem 0 15px 25px; }
  @media only screen and (max-width: 992px) {
    .alignright {
      float: none;
      margin-left: 0;
      margin-bottom: 0; } }

.alignleft {
  float: left;
  position: relative;
  margin: 1rem 25px 15px 0; }
  @media only screen and (max-width: 992px) {
    .alignleft {
      float: none;
      margin-right: 0;
      margin-bottom: 0; } }

.two-columns-inner {
  width: 46%;
  margin-left: 2%;
  margin-right: 2%;
  float: left; }
  @media only screen and (max-width: 600px) {
    .two-columns-inner {
      float: none;
      width: 100%;
      margin-left: 0;
      margin-right: 0; } }

.clear {
  clear: both; }

.desktop-break {
  display: block; }
  @media only screen and (max-width: 992px) {
    .desktop-break {
      display: inline; } }

.mobile-break {
  display: inline; }
  @media only screen and (max-width: 600px) {
    .mobile-break {
      display: block; } }

.btn, .btn-large, .btn-small, .btn-flat {
  font-family: "Roboto", "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  line-height: 30px;
  padding: 0 25px;
  border-radius: 18px;
  border-style: solid;
  border-color: #1f4058;
  border-width: 2px;
  color: #1f4058;
  background: transparent;
  letter-spacing: 1px;
  text-transform: uppercase;
  box-shadow: none;
  text-align: center;
  vertical-align: middle; }
  .btn:hover, .btn-large:hover, .btn-small:hover, .btn-flat:hover {
    border-color: #1f4058;
    color: #fff;
    background: #1f4058;
    box-shadow: none; }
  .btn:active, .btn:focus, .btn-large:active, .btn-large:focus, .btn-small:active, .btn-small:focus, .btn-flat:active, .btn-flat:focus {
    background: transparent;
    box-shadow: none; }
  .btn.cpa-light-blue, .btn-large.cpa-light-blue, .btn-small.cpa-light-blue, .btn-flat.cpa-light-blue {
    border-color: #8ca3b1;
    color: #8ca3b1; }
    .btn.cpa-light-blue:hover, .btn-large.cpa-light-blue:hover, .btn-small.cpa-light-blue:hover, .btn-flat.cpa-light-blue:hover {
      border-color: #1f4058;
      color: #1f4058; }
  .btn.cpa-orange, .btn-large.cpa-orange, .btn-small.cpa-orange, .btn-flat.cpa-orange {
    border-color: #c3795e;
    color: #c3795e; }
    .btn.cpa-orange:hover, .btn-large.cpa-orange:hover, .btn-small.cpa-orange:hover, .btn-flat.cpa-orange:hover {
      border-color: #8ca3b1;
      color: #8ca3b1; }
  .btn.cpa-gold, .btn-large.cpa-gold, .btn-small.cpa-gold, .btn-flat.cpa-gold {
    border-color: #cd9d5b;
    color: #cd9d5b; }
    .btn.cpa-gold:hover, .btn-large.cpa-gold:hover, .btn-small.cpa-gold:hover, .btn-flat.cpa-gold:hover {
      border-color: #c3795e;
      color: #c3795e; }
  .btn.white, .btn-large.white, .btn-small.white, .btn-flat.white {
    border-color: #fff;
    color: #fff;
    background: transparent !important; }
    .btn.white:hover, .btn-large.white:hover, .btn-small.white:hover, .btn-flat.white:hover {
      opacity: 0.7; }
  .btn.cpa-orange-bg, .btn-large.cpa-orange-bg, .btn-small.cpa-orange-bg, .btn-flat.cpa-orange-bg {
    border-color: #c3795e;
    background-color: #c3795e;
    color: #fff; }
    .btn.cpa-orange-bg:hover, .btn-large.cpa-orange-bg:hover, .btn-small.cpa-orange-bg:hover, .btn-flat.cpa-orange-bg:hover {
      border-color: #8ca3b1;
      background-color: #8ca3b1;
      color: #fff; }

.btn-large {
  font-size: 20px;
  height: 48px;
  line-height: 36px;
  border-width: 2px;
  border-radius: 24px; }
  .btn-large i.material-icons {
    position: relative;
    top: 4px; }

.btn-small {
  font-size: 16px;
  height: 32px;
  line-height: 27px;
  border-width: 2px;
  border-radius: 16px;
  padding: 0 15px; }
  .btn-small i.material-icons {
    position: relative;
    top: 2px; }

.waves-effect.waves-cpa .waves-ripple {
  /* The alpha value allows the text and background color
   of the button to still show through. */
  background-color: rgba(52, 153, 204, 0.65); }

.section {
  padding-top: 2rem;
  padding-bottom: 2rem; }

.wrapper {
  width: 100%;
  overflow: hidden; }

@media only screen and (min-width: 1201px) {
  .container {
    width: 80% !important; } }

@media only screen and (min-width: 993px) {
  .container {
    width: 85% !important; } }

@media only screen and (min-width: 601px) {
  .container {
    width: 90% !important; } }

@media only screen and (max-width: 600px) {
  .container {
    width: 95% !important; } }

.page-footer #footer-utility:after {
  content: "";
  display: table;
  clear: both; }

.navbar-fixed {
  height: 0px; }

nav {
  height: 84px;
  overflow: visible;
  background-color: rgba(31, 64, 88, 0.8);
  transition: background-color 500ms ease-out, opacity 500ms ease-out; }
  nav.overlay {
    background-color: transparent; }
  nav .nav-wrapper {
    width: 100%;
    text-align: center; }
  nav .brand-logo {
    position: relative;
    float: left;
    width: 330px;
    height: 25px;
    top: 20px;
    text-indent: -9000px;
    background: transparent url(../img/CPA-navbar-logo.png) top center no-repeat;
    background-size: 330px;
    overflow: visible;
    margin-left: -260px;
    z-index: 12; }
    nav .brand-logo::before, nav .brand-logo::after {
      display: block;
      position: absolute;
      top: 12px;
      width: 180px;
      height: 1px;
      background: #fff;
      color: #fff;
      left: -210px;
      content: ''; }
    nav .brand-logo:after {
      left: 360px; }
    @media only screen and (max-width: 992px) {
      nav .brand-logo {
        width: 150px;
        height: 150px;
        top: -1px;
        left: 0px !important;
        margin-left: 0;
        background: transparent url(../img/CPA-circle-logo.png) top left no-repeat;
        background-size: 150px;
        -webkit-transform: none !important;
        transform: none !important; }
        nav .brand-logo::before, nav .brand-logo::after {
          display: none; } }
  nav #nav-btn {
    display: inline-block;
    /*position: relative;
		width: 40px;
		height: 64px;
		line-height: 64px;
		top: 5px;
		font-size: 30px;
		color: #fff;
		margin-right: 12px;
		margin-left: 40px;
		
		&:hover {
			color: $cpa-gold;
			background: transparent;
		}
		
		i.material-icons {
			font-size: 30px;
		}
		
		@media only screen and (max-width : 1200px) {
			margin-left: 20px;
		} 
		
		@media only screen and (max-width : 992px) {
			top: 1px;	
		}
		
		@media only screen and (max-width : 600px) {
			top: 5px;	
		}*/ }
  nav #search-btn {
    text-align: center;
    left: auto;
    right: 200px;
    padding-top: 10px; }
    @media only screen and (max-width: 992px) {
      nav #search-btn {
        right: 106px; } }
    nav #search-btn .nav-label {
      display: block;
      font-family: "Geologica", Arial, sans-serif;
      color: #fff;
      font-size: 12px;
      line-height: 15px;
      text-transform: uppercase;
      text-align: center;
      margin-left: auto;
      margin-right: auto;
      text-shadow: 0px 0px 4px rgba(31, 64, 88, 0.9); }
    nav #search-btn .material-icons {
      height: 40px;
      width: 40px;
      line-height: 40px;
      color: #cd9d5b;
      font-size: 40px;
      margin-left: auto;
      margin-right: auto;
      text-shadow: 0px 0px 4px rgba(31, 64, 88, 0.9); }
    nav #search-btn:hover {
      background: transparent;
      cursor: pointer; }
      nav #search-btn:hover .material-icons {
        color: #fff; }
  nav form {
    z-index: 10; }
  nav #search {
    height: 64px;
    padding-left: 2rem;
    width: calc(100% - 2rem); }
    nav #search::placeholder {
      color: transparent; }
    nav #search:focus::placeholder {
      color: #666; }
  nav #search-close-btn {
    top: 74px; }
    @media only screen and (max-width: 992px) {
      nav #search-close-btn {
        top: 153px; } }
  nav ul {
    position: relative;
    z-index: 100; }
    nav ul li {
      padding-top: 10px; }
      nav ul li a {
        text-align: center; }
        nav ul li a .nav-label {
          display: block;
          font-family: "Geologica", Arial, sans-serif;
          color: #fff;
          font-size: 12px;
          line-height: 15px;
          text-transform: uppercase;
          text-align: center;
          margin-left: auto;
          margin-right: auto;
          text-shadow: 0px 0px 4px rgba(31, 64, 88, 0.9); }
        nav ul li a .material-icons, nav ul li a .fab {
          height: 40px;
          width: 40px;
          line-height: 40px;
          color: #cd9d5b;
          font-size: 40px;
          margin-left: auto;
          margin-right: auto;
          text-shadow: 0px 0px 4px rgba(31, 64, 88, 0.9); }
        nav ul li a .fab {
          font-size: 26px;
          position: relative;
          top: -7px; }
          @media only screen and (max-width: 992px) {
            nav ul li a .fab {
              display: none; } }
        nav ul li a:hover {
          background: transparent; }
          nav ul li a:hover .material-icons, nav ul li a:hover .fab {
            color: #fff; }
        nav ul li a.sidenav-trigger {
          margin: 0px 18px 0 0; }
        @media only screen and (max-width: 992px) {
          nav ul li a.facebook-icon {
            display: none; } }
  nav ul.primary-navigation {
    width: 900px;
    position: relative;
    display: inline-block;
    top: 5px;
    text-align: center;
    padding: 5px 0 0;
    margin: 5px 0 0;
    transform: translateX(-10%);
    font-size: 0;
    line-height: 32px; }
    @media only screen and (max-width: 1280px) {
      nav ul.primary-navigation {
        display: block;
        float: right;
        transform: none;
        margin-top: 11px;
        margin-right: 20px; } }
    @media only screen and (max-width: 1200px) {
      nav ul.primary-navigation {
        width: 750px; } }
    @media only screen and (max-width: 992px) {
      nav ul.primary-navigation {
        display: none; } }
    nav ul.primary-navigation li {
      display: inline-block;
      position: relative;
      margin: 0;
      padding: 0 20px 0 26px;
      font-size: 16px;
      line-height: 32px;
      height: 32px;
      overflow: visible;
      float: none; }
      nav ul.primary-navigation li:before {
        position: absolute;
        top: 0px;
        left: 0px;
        font-size: 20px;
        content: '•';
        color: #cd9d5b; }
      @media only screen and (max-width: 1200px) {
        nav ul.primary-navigation li {
          padding: 0 13px 0 19px; } }
      nav ul.primary-navigation li a {
        display: inline-block;
        color: #fff;
        text-transform: uppercase;
        font-family: "Source Serif 4", Times, serif;
        font-size: 16px;
        font-weight: 700;
        letter-spacing: 1px;
        line-height: 16px;
        padding: 0;
        margin: 0; }
        nav ul.primary-navigation li a:hover {
          background: transparent;
          color: #cd9d5b; }
      nav ul.primary-navigation li:first-child {
        border-left: 0px none; }
        nav ul.primary-navigation li:first-child:before {
          content: ''; }
      nav ul.primary-navigation li.divider-left {
        border-left: 2px solid #cd9d5b;
        padding-left: 20px; }
        nav ul.primary-navigation li.divider-left:before {
          content: ''; }
        @media only screen and (max-width: 1200px) {
          nav ul.primary-navigation li.divider-left {
            padding-left: 13px; } }
      nav ul.primary-navigation li.current_page_item a {
        padding-bottom: 3px;
        border-bottom: 4px solid #8ca3b1; }

#nav-drawer {
  background: #08465f;
  width: 300px;
  height: auto;
  max-height: 100%;
  padding-bottom: 10px;
  overflow: visible;
  transition: transform 300ms ease-out, left 250ms ease-out;
  z-index: 1003; }
  #nav-drawer.show-sub-menu {
    width: 600px;
    position: absolute; }
    @media only screen and (max-width: 600px) {
      #nav-drawer.show-sub-menu {
        width: 300px; } }
  #nav-drawer li:not(.close) a, #nav-drawer li:not(.back) a {
    color: #fff;
    font-size: 22px;
    font-weight: 300;
    background: transparent;
    display: flex;
    vertical-align: middle; }
    @media only screen and (max-width: 992px) {
      #nav-drawer li:not(.close) a, #nav-drawer li:not(.back) a {
        font-size: 20px;
        height: 44px;
        line-height: 44px;
        padding: 0 28px; } }
    #nav-drawer li:not(.close) a:hover, #nav-drawer li:not(.close) a.active, #nav-drawer li:not(.back) a:hover, #nav-drawer li:not(.back) a.active {
      background: #8ca3b1; }
      #nav-drawer li:not(.close) a:hover .material-icons, #nav-drawer li:not(.close) a.active .material-icons, #nav-drawer li:not(.back) a:hover .material-icons, #nav-drawer li:not(.back) a.active .material-icons {
        color: #fff; }
    #nav-drawer li:not(.close) a .material-icons, #nav-drawer li:not(.back) a .material-icons {
      color: #8ca3b1;
      float: none;
      margin: 0 0 0 3px;
      font-weight: bold; }
  #nav-drawer li .sub-menu {
    display: none;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 300px;
    height: auto;
    min-height: 100%;
    background: #08465f;
    border-left: 1px solid #8ca3b1;
    padding-top: 37px;
    transition: transform 300ms ease-out, left 250ms ease-out; }
    #nav-drawer li .sub-menu.active {
      display: block;
      left: 300px; }
      @media only screen and (max-width: 600px) {
        #nav-drawer li .sub-menu.active {
          left: 0px; } }
    #nav-drawer li .sub-menu li a {
      display: block;
      height: auto;
      padding: 0;
      display: flex;
      vertical-align: middle;
      width: 100%;
      padding: 13px 32px;
      height: auto;
      line-height: 30px; }
      @media only screen and (max-width: 992px) {
        #nav-drawer li .sub-menu li a {
          padding: 11px 28px; } }
      #nav-drawer li .sub-menu li a .material-icons {
        vertical-align: middle;
        height: 34px;
        line-height: 34px; }
      #nav-drawer li .sub-menu li a + .material-icons {
        display: none; }
      #nav-drawer li .sub-menu li a:hover {
        background: #8ca3b1;
        cursor: pointer; }
  #nav-drawer li.close, #nav-drawer li.back {
    line-height: 38px;
    text-align: right;
    position: relative;
    z-index: 10; }
    #nav-drawer li.close a, #nav-drawer li.back a {
      height: 38px;
      line-height: 38px;
      text-align: right;
      display: inline-block;
      padding-right: 10px !important; }
      #nav-drawer li.close a .material-icons, #nav-drawer li.back a .material-icons {
        color: #fff;
        height: 38px;
        line-height: 38px; }
      #nav-drawer li.close a:hover, #nav-drawer li.back a:hover {
        background: transparent !important; }
        #nav-drawer li.close a:hover .material-icons, #nav-drawer li.back a:hover .material-icons {
          color: #8ca3b1; }
  #nav-drawer li.back {
    display: none; }
    @media only screen and (max-width: 600px) {
      #nav-drawer li.back {
        display: block;
        position: absolute;
        top: 0px;
        left: 0px; } }
    #nav-drawer li.back a {
      padding: 5px 0 0 10px !important; }
  #nav-drawer li.testing {
    display: none !important; }

.section.animated-header-hero {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 760px;
  padding: 0;
  margin-bottom: 0; }
  @media only screen and (max-width: 1200px) {
    .section.animated-header-hero {
      min-height: 700px; } }
  @media only screen and (max-width: 992px) {
    .section.animated-header-hero {
      height: 500px;
      min-height: 500px; } }
  @media only screen and (max-width: 600px) {
    .section.animated-header-hero {
      height: auto;
      min-height: 300px;
      padding-top: 300px;
      margin-top: 0px; } }
  .section.animated-header-hero .hero-background {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center; }
    @media only screen and (max-width: 600px) {
      .section.animated-header-hero .hero-background {
        height: 300px; } }
  .section.animated-header-hero .hero-text {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%; }
    .section.animated-header-hero .hero-text h3 {
      position: absolute;
      top: 150px;
      left: 0px;
      padding: 1% 3%;
      margin: 0;
      width: 52%;
      height: auto;
      line-height: 1.4;
      font-family: "Geologica", Arial, sans-serif;
      font-weight: 400;
      font-size: 67px;
      color: #fff;
      background-color: #08465f;
      text-transform: none;
      vertical-align: middle;
      overflow: hidden; }
      @media only screen and (max-width: 1280px) {
        .section.animated-header-hero .hero-text h3 {
          font-size: 56px; } }
      @media only screen and (max-width: 1200px) {
        .section.animated-header-hero .hero-text h3 {
          top: 176px;
          font-size: 42px; } }
      @media only screen and (max-width: 992px) {
        .section.animated-header-hero .hero-text h3 {
          top: 145px;
          width: 60%;
          font-size: 30px; } }
      @media only screen and (max-width: 600px) {
        .section.animated-header-hero .hero-text h3 {
          top: auto;
          bottom: 87px;
          width: 100%;
          font-size: 24px;
          text-align: center; } }
      .section.animated-header-hero .hero-text h3.no-bg {
        background-color: transparent; }
      .section.animated-header-hero .hero-text h3.small-font {
        font-size: 48px; }
        @media only screen and (max-width: 1280px) {
          .section.animated-header-hero .hero-text h3.small-font {
            font-size: 40px; } }
        @media only screen and (max-width: 1200px) {
          .section.animated-header-hero .hero-text h3.small-font {
            font-size: 28px; } }
        @media only screen and (max-width: 992px) {
          .section.animated-header-hero .hero-text h3.small-font {
            font-size: 22px; } }
        @media only screen and (max-width: 600px) {
          .section.animated-header-hero .hero-text h3.small-font {
            font-size: 20px; } }
      .section.animated-header-hero .hero-text h3.med-font {
        font-size: 56px; }
        @media only screen and (max-width: 1280px) {
          .section.animated-header-hero .hero-text h3.med-font {
            font-size: 44px; } }
        @media only screen and (max-width: 1200px) {
          .section.animated-header-hero .hero-text h3.med-font {
            font-size: 32px; } }
        @media only screen and (max-width: 992px) {
          .section.animated-header-hero .hero-text h3.med-font {
            font-size: 26px; } }
        @media only screen and (max-width: 600px) {
          .section.animated-header-hero .hero-text h3.med-font {
            font-size: 22px; } }
      .section.animated-header-hero .hero-text h3.normal-font {
        font-family: "Source Serif 4", Times, serif; }
      .section.animated-header-hero .hero-text h3 strong {
        font-weight: 700; }
    .section.animated-header-hero .hero-text h1 {
      position: absolute;
      bottom: 90px;
      left: 0px;
      padding: 0 0 0 3%;
      width: 60%;
      font-size: 48px;
      font-family: "Source Serif 4", Times, serif;
      font-weight: 400;
      color: #fff;
      text-shadow: 0px 0px 12px #555; }
      @media only screen and (max-width: 1280px) {
        .section.animated-header-hero .hero-text h1 {
          bottom: 45px;
          font-size: 40px;
          width: 620px; } }
      @media only screen and (max-width: 1200px) {
        .section.animated-header-hero .hero-text h1 {
          bottom: 45px;
          font-size: 28px;
          width: 560px; } }
      @media only screen and (max-width: 992px) {
        .section.animated-header-hero .hero-text h1 {
          bottom: 25px;
          font-size: 22px;
          width: 55%;
          max-width: 500px; } }
      @media only screen and (max-width: 600px) {
        .section.animated-header-hero .hero-text h1 {
          position: relative;
          bottom: auto;
          font-size: 20px;
          width: 100%;
          max-width: none;
          padding: 20px 15px 35px;
          background-color: #08465f;
          display: none; } }
      .section.animated-header-hero .hero-text h1.large-font {
        font-size: 67px; }
        @media only screen and (max-width: 1280px) {
          .section.animated-header-hero .hero-text h1.large-font {
            font-size: 56px; } }
        @media only screen and (max-width: 1200px) {
          .section.animated-header-hero .hero-text h1.large-font {
            font-size: 42px; } }
        @media only screen and (max-width: 992px) {
          .section.animated-header-hero .hero-text h1.large-font {
            font-size: 30px; } }
        @media only screen and (max-width: 600px) {
          .section.animated-header-hero .hero-text h1.large-font {
            font-size: 24px; } }
      .section.animated-header-hero .hero-text h1.med-font {
        font-size: 56px; }
        @media only screen and (max-width: 1280px) {
          .section.animated-header-hero .hero-text h1.med-font {
            font-size: 44px; } }
        @media only screen and (max-width: 1200px) {
          .section.animated-header-hero .hero-text h1.med-font {
            font-size: 32px; } }
        @media only screen and (max-width: 992px) {
          .section.animated-header-hero .hero-text h1.med-font {
            font-size: 26px; } }
        @media only screen and (max-width: 600px) {
          .section.animated-header-hero .hero-text h1.med-font {
            font-size: 22px; } }
      .section.animated-header-hero .hero-text h1.x-small-font {
        font-size: 36px; }
        @media only screen and (max-width: 1280px) {
          .section.animated-header-hero .hero-text h1.x-small-font {
            font-size: 36px; } }
        @media only screen and (max-width: 1200px) {
          .section.animated-header-hero .hero-text h1.x-small-font {
            font-size: 30px; } }
        @media only screen and (max-width: 992px) {
          .section.animated-header-hero .hero-text h1.x-small-font {
            font-size: 22px; } }
        @media only screen and (max-width: 600px) {
          .section.animated-header-hero .hero-text h1.x-small-font {
            font-size: 20px; } }
      .section.animated-header-hero .hero-text h1 strong {
        font-weight: 900; }
      .section.animated-header-hero .hero-text h1.slab-font {
        font-family: "Geologica", Arial, sans-serif; }
  .section.animated-header-hero .hero-logo {
    position: absolute;
    text-align: center;
    width: 100%;
    top: 50px; }
    .section.animated-header-hero .hero-logo img {
      max-width: 250px;
      height: auto; }
    @media only screen and (max-width: 992px) {
      .section.animated-header-hero .hero-logo {
        display: none; } }
  .section.animated-header-hero #background-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: right center;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0; }
  .section.animated-header-hero #home-modal {
    position: absolute;
    width: 375px !important;
    left: 60%; }
    .section.animated-header-hero #home-modal .modal-content {
      padding: 24px 24px 10px; }
    @media only screen and (max-width: 600px) {
      .section.animated-header-hero #home-modal {
        left: 0;
        width: 80% !important; } }

.section.top-heading {
  position: relative;
  width: 100%;
  padding: 0;
  background-size: cover;
  background-position: top right; }
  .section.top-heading .container, .section.top-heading .row, .section.top-heading .col {
    height: 100%; }
  .section.top-heading .col {
    position: relative; }
  .section.top-heading h1 {
    position: absolute;
    bottom: 10px;
    left: .75rem;
    font-family: "Geologica", Arial, sans-serif;
    font-weight: 600;
    color: #fff;
    text-transform: none;
    vertical-align: middle; }
  .section.top-heading.secondary {
    height: 400px; }
    @media only screen and (max-width: 992px) {
      .section.top-heading.secondary {
        height: 430px; } }
    @media only screen and (max-width: 600px) {
      .section.top-heading.secondary {
        height: 320px;
        margin-top: 0px; } }
  .section.top-heading.tertiary {
    height: 255px; }

.section.wysiwyg {
  background-size: cover;
  background-position: center; }
  .section.wysiwyg.no-bottom-padding {
    padding-bottom: 0;
    margin-bottom: 0; }
    .section.wysiwyg.no-bottom-padding .row {
      padding-bottom: 0;
      margin-bottom: 0; }
  .section.wysiwyg.no-top-padding {
    padding-top: 0;
    margin-top: 0; }
    .section.wysiwyg.no-top-padding .row {
      padding-top: 0;
      margin-top: 0; }
  .section.wysiwyg h2 {
    text-align: center;
    margin-bottom: 36px; }
    .section.wysiwyg h2.left-align {
      text-align: left; }
  .section.wysiwyg p, .section.wysiwyg ul, .section.wysiwyg ol, .section.wysiwyg li {
    font-size: 16px;
    color: #444; }
    .section.wysiwyg p.featured, .section.wysiwyg ul.featured, .section.wysiwyg ol.featured, .section.wysiwyg li.featured {
      font-size: 24px;
      color: #8ca3b1; }
      @media only screen and (max-width: 600px) {
        .section.wysiwyg p.featured, .section.wysiwyg ul.featured, .section.wysiwyg ol.featured, .section.wysiwyg li.featured {
          font-size: 18px; } }
    .section.wysiwyg p.bigger, .section.wysiwyg ul.bigger, .section.wysiwyg ol.bigger, .section.wysiwyg li.bigger {
      font-size: 20px; }
      .section.wysiwyg p.bigger li, .section.wysiwyg ul.bigger li, .section.wysiwyg ol.bigger li, .section.wysiwyg li.bigger li {
        font-size: 20px; }
    .section.wysiwyg p.white-text, .section.wysiwyg ul.white-text, .section.wysiwyg ol.white-text, .section.wysiwyg li.white-text {
      color: #fff; }
      .section.wysiwyg p.white-text li, .section.wysiwyg ul.white-text li, .section.wysiwyg ol.white-text li, .section.wysiwyg li.white-text li {
        color: #fff; }
  .section.wysiwyg ul {
    list-style: disc;
    margin: 0.4rem 0 1.4rem; }
    .section.wysiwyg ul li {
      list-style: disc outside;
      margin: 0 0 7px 25px; }
  .section.wysiwyg ol {
    list-style: decimal;
    margin: 0.4rem 0 1.4rem; }
    .section.wysiwyg ol li {
      list-style: decimal outside;
      margin: 0 0 7px 25px; }

.section.two-columns {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }
  .section.two-columns .two-columns-row {
    /*.col, .col div {
			@media only screen and (max-width : 600px) {
				text-align: center !important;
			}
		}*/ }
    @media only screen and (max-width: 600px) {
      .section.two-columns .two-columns-row {
        display: block !important; } }
  .section.two-columns p, .section.two-columns ul, .section.two-columns ol, .section.two-columns li {
    font-size: 20px; }
    .section.two-columns p.featured, .section.two-columns ul.featured, .section.two-columns ol.featured, .section.two-columns li.featured {
      font-size: 28px; }
      @media only screen and (max-width: 600px) {
        .section.two-columns p.featured, .section.two-columns ul.featured, .section.two-columns ol.featured, .section.two-columns li.featured {
          font-size: 18px; } }
  .section.two-columns ul {
    list-style: disc;
    margin: 0.4rem 0 1.4rem; }
    .section.two-columns ul li {
      list-style: disc outside;
      margin: 0 0 7px 25px; }
  .section.two-columns ol {
    list-style: decimal;
    margin: 0.4rem 0 1.4rem; }
    .section.two-columns ol li {
      list-style: decimal outside;
      margin: 0 0 7px 25px; }

.section.image-heading {
  width: 100%;
  background-image: url(../img/solutions-heading-bkg-pattern-1.png);
  background-repeat: repeat;
  padding: 40px 0;
  margin: 0;
  text-align: center; }
  .section.image-heading h2 {
    width: 95%;
    max-width: 950px;
    font-size: 36px;
    font-family: "Geologica", Arial, sans-serif;
    font-weight: 300;
    text-align: center;
    line-height: 1.4;
    margin: 0 auto;
    padding: 0; }
  .section.image-heading img {
    display: block;
    margin: 0 auto 30px;
    max-width: 500px;
    max-height: 275px; }

.section.logos-grid {
  text-align: center; }
  .section.logos-grid .container {
    padding-top: 35px; }
    @media only screen and (max-width: 600px) {
      .section.logos-grid .container {
        padding-top: 0; } }
  .section.logos-grid img {
    max-width: 95%; }
  .section.logos-grid .icon-images {
    text-align: center; }
    .section.logos-grid .icon-images a {
      display: inline-block;
      width: 16.6%;
      padding: 10px 0 30px; }
      @media only screen and (max-width: 992px) {
        .section.logos-grid .icon-images a {
          width: 24%; } }
      @media only screen and (max-width: 600px) {
        .section.logos-grid .icon-images a {
          width: 49%; } }
      .section.logos-grid .icon-images a span {
        display: block;
        color: #8ca3b1;
        text-transform: uppercase;
        font-family: "Geologica", Arial, sans-serif;
        font-weight: 600;
        padding-top: 10px; }
      .section.logos-grid .icon-images a img {
        max-width: 100%;
        display: block;
        margin: 0 auto; }
      .section.logos-grid .icon-images a:hover span {
        color: #cd9d5b; }
  .section.logos-grid.randomized #logos-grid {
    position: relative; }
    .section.logos-grid.randomized #logos-grid .col {
      margin-bottom: 20px; }
  .section.logos-grid.randomized #next-logo {
    position: absolute; }

.blog-sidebar .icon-images {
  text-align: center; }
  .blog-sidebar .icon-images a {
    display: inline-block;
    width: 49%;
    padding: 10px 0 30px; }
    .blog-sidebar .icon-images a span {
      display: block;
      color: #8ca3b1;
      text-transform: uppercase;
      font-family: "Geologica", Arial, sans-serif;
      font-weight: 600;
      padding-top: 10px; }
    .blog-sidebar .icon-images a img {
      max-width: 100%;
      display: block;
      margin: 0 auto; }
    .blog-sidebar .icon-images a:hover span {
      color: #cd9d5b; }

.section.events-list {
  min-height: 300px;
  padding-top: 4rem;
  padding-bottom: 4rem;
  position: relative; }
  .section.events-list .heading-stuff {
    position: relative;
    width: 25%;
    text-align: center; }
    @media only screen and (max-width: 992px) {
      .section.events-list .heading-stuff {
        width: 100%;
        padding-bottom: 30px; } }
    .section.events-list .heading-stuff h2 {
      position: relative;
      text-align: center;
      text-transform: uppercase;
      font-size: 50px;
      font-weight: 500;
      color: #1f4058;
      letter-spacing: 3px;
      line-height: 100%;
      margin-top: 0px;
      margin-bottom: 20px; }
      .section.events-list .heading-stuff h2 .smaller {
        font-size: 50%;
        display: block; }
      .section.events-list .heading-stuff h2:before {
        display: block;
        position: absolute;
        top: 45px;
        left: 50%;
        width: 250px;
        margin-left: -125px;
        height: 30px;
        background: #fbf2d8;
        content: '';
        z-index: 1; }
      .section.events-list .heading-stuff h2 span {
        position: relative;
        z-index: 10; }
    .section.events-list .heading-stuff .carousel-nav {
      padding-top: 20px; }
      .section.events-list .heading-stuff .carousel-nav span {
        color: #1f4058; }
        .section.events-list .heading-stuff .carousel-nav span:hover {
          color: #cd9d5b;
          cursor: pointer; }
    .section.events-list .heading-stuff .btn {
      line-height: 30px; }
  .section.events-list .events-slider {
    position: absolute;
    top: 4rem;
    left: calc(25% - 75px);
    width: calc(75% + 75px);
    overflow: hidden;
    float: left;
    height: 220px;
    overflow: hidden;
    margin-top: -15px; }
    @media only screen and (max-width: 992px) {
      .section.events-list .events-slider {
        position: relative;
        top: 0px;
        left: 0px;
        width: 100%; } }
    .section.events-list .events-slider:before {
      display: block;
      position: absolute;
      top: 38px;
      width: 100%;
      height: 1px;
      background: #cd9d5b;
      content: ''; }
  .section.events-list #events-container {
    position: absolute;
    left: 0px;
    top: 0px; }
  .section.events-list .simcal-calendar {
    position: static; }
    .section.events-list .simcal-calendar.simcal-default-calendar-list {
      padding: 0;
      position: static; }
    .section.events-list .simcal-calendar .simcal-calendar-head, .section.events-list .simcal-calendar .simcal-day-label {
      display: none; }
    .section.events-list .simcal-calendar .simcal-day {
      margin-left: 0; }
    .section.events-list .simcal-calendar .simcal-event {
      display: block;
      float: left;
      width: 200px;
      height: 220px;
      margin: 0;
      padding: 0 20px;
      border: 0px none !important; }
      .section.events-list .simcal-calendar .simcal-event .gce-date-icon {
        display: block;
        position: relative;
        width: 50px;
        height: 52px;
        padding: 0;
        margin: 0 auto;
        font-size: 20px;
        font-weight: bold;
        text-align: left;
        letter-spacing: 0px;
        line-height: 36px;
        border-radius: 3px;
        background: #1f4058;
        font-family: "Roboto", "Helvetica Neue", Arial, sans-serif; }
        .section.events-list .simcal-calendar .simcal-event .gce-date-icon .month-name {
          display: block;
          height: 22px;
          font-size: 12px;
          font-weight: bold;
          letter-spacing: 1px;
          line-height: 12px;
          color: #fff;
          background: transparent;
          padding: 5px 0 0;
          text-transform: uppercase;
          text-align: center;
          box-sizing: border-box; }
        .section.events-list .simcal-calendar .simcal-event .gce-date-icon .simcal-event-start-date {
          display: block;
          background: transparent;
          color: #fff;
          text-align: center;
          height: 22px;
          line-height: 22px;
          letter-spacing: 0; }
      .section.events-list .simcal-calendar .simcal-event h5.gce-event-title {
        padding: 20px 0 0;
        margin: 0 0 10px;
        font-size: 16px;
        font-weight: bold;
        line-height: 1.3;
        text-align: center;
        text-transform: uppercase;
        font-family: "Roboto", "Helvetica Neue", Arial, sans-serif;
        font-weight: 500; }
        .section.events-list .simcal-calendar .simcal-event h5.gce-event-title a {
          color: #1f4058;
          text-decoration: none; }
          .section.events-list .simcal-calendar .simcal-event h5.gce-event-title a:hover {
            color: #135e76; }
          .section.events-list .simcal-calendar .simcal-event h5.gce-event-title a.with-time {
            display: block;
            /*height: 21px;*/
            overflow: visible; }
        .section.events-list .simcal-calendar .simcal-event h5.gce-event-title .simcal-event-start-time {
          color: #cd9d5b; }
    .section.events-list .simcal-calendar p {
      display: none; }

.section.testimonials {
  background-position: left center;
  background-size: 50% auto;
  background-repeat: no-repeat;
  padding-top: 4rem; }
  @media only screen and (max-width: 992px) {
    .section.testimonials {
      background-size: 30% auto; } }
  @media only screen and (max-width: 600px) {
    .section.testimonials {
      background-image: none !important;
      padding-top: 0; } }
  .section.testimonials .testimonials-container {
    position: relative;
    margin: 0 0 0 50%;
    height: 600px;
    padding: 0;
    width: 50%;
    background: #1f4058 url(../img/quote-marks.png) 50px 50px no-repeat;
    border-bottom: 50px solid #cd9d5b;
    overflow: hidden; }
    @media only screen and (max-width: 992px) {
      .section.testimonials .testimonials-container {
        margin-left: 30%;
        width: 70%; } }
    @media only screen and (max-width: 600px) {
      .section.testimonials .testimonials-container {
        margin-left: 0;
        width: 100%;
        background-position: 15px 50px; } }
    .section.testimonials .testimonials-container h2 {
      font-size: 26px;
      color: #cd9d5b;
      text-transform: uppercase;
      padding-left: 180px;
      padding-top: 65px; }
      @media only screen and (max-width: 600px) {
        .section.testimonials .testimonials-container h2 {
          padding-left: 135px; } }
  .section.testimonials #testimonials-slider {
    position: relative;
    top: 25px;
    height: 400px;
    overflow: hidden; }
  .section.testimonials .testimonial-container {
    position: absolute;
    left: 0px;
    height: 400px;
    padding: 75px 200px 50px 50px;
    z-index: 10; }
    @media only screen and (max-width: 600px) {
      .section.testimonials .testimonial-container {
        padding: 15px; } }
  .section.testimonials .testimonial {
    font-family: "Roboto", "Helvetica Neue", Arial, sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.3;
    color: #fff;
    overflow: visible;
    padding: 0;
    margin: 0; }
    @media only screen and (max-width: 992px) {
      .section.testimonials .testimonial {
        font-size: 18px; } }
    @media only screen and (max-width: 600px) {
      .section.testimonials .testimonial {
        font-size: 16px; } }
  .section.testimonials .credit {
    font-family: "Roboto", "Helvetica Neue", Arial, sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 1;
    color: #fff;
    padding: 30px 0 0;
    margin: 0; }
    @media only screen and (max-width: 992px) {
      .section.testimonials .credit {
        font-size: 18px; } }
    @media only screen and (max-width: 600px) {
      .section.testimonials .credit {
        font-size: 16px; } }
    .section.testimonials .credit .title {
      font-size: 18px; }
      @media only screen and (max-width: 992px) {
        .section.testimonials .credit .title {
          font-size: 15px; } }
      @media only screen and (max-width: 600px) {
        .section.testimonials .credit .title {
          font-size: 14px; } }
  .section.testimonials .indicators {
    display: block;
    position: absolute;
    top: 50%;
    right: 10%;
    width: 10px;
    z-index: 1000; }
    @media only screen and (max-width: 600px) {
      .section.testimonials .indicators {
        right: 2.5%;
        top: 50px; } }
    .section.testimonials .indicators .indicator {
      display: block;
      width: 4px;
      height: 20px;
      background: #cd9d5b;
      margin: 0 0 5px;
      padding: 0; }
      .section.testimonials .indicators .indicator:hover, .section.testimonials .indicators .indicator.active {
        background: #fff;
        cursor: pointer; }

.thumb-link {
  display: block; }
  .thumb-link img {
    display: block;
    width: 100%; }
  .thumb-link span {
    display: block;
    width: 100%;
    height: 50px;
    line-height: 50px;
    background: #cd9d5b;
    color: #1f4058;
    text-align: center;
    font-family: "Roboto", "Helvetica Neue", Arial, sans-serif;
    font-weight: 500;
    font-size: 20px;
    text-transform: uppercase; }
  .thumb-link:hover span {
    background: #135e76;
    color: #fff; }
  @media only screen and (max-width: 600px) {
    .thumb-link {
      margin-bottom: 25px; } }

.section.blog .blog-content {
  padding-right: 30px; }
  @media only screen and (max-width: 600px) {
    .section.blog .blog-content {
      padding-right: .75rem; } }
  .section.blog .blog-content .container {
    width: 100% !important; }
  .section.blog .blog-content h2.blog-heading {
    margin-bottom: 30px; }
  .section.blog .blog-content .blog-subheading {
    font-family: "Source Serif 4", Times, serif;
    font-size: 26px;
    font-weight: 300;
    color: #333;
    margin: 0 0 30px;
    line-height: 100%; }
  .section.blog .blog-content p.meta {
    display: inline-block;
    vertical-align: top;
    margin-right: 20px;
    margin-top: 0; }
  .section.blog .blog-content .social-links {
    height: 26px;
    width: 380px;
    max-width: 100%;
    display: inline-block;
    vertical-align: top; }
    @media only screen and (max-width: 600px) {
      .section.blog .blog-content .social-links {
        height: auto; } }
    .section.blog .blog-content .social-links > * {
      position: relative; }
    .section.blog .blog-content .social-links iframe {
      height: 20px !important;
      min-height: 20px !important; }
    .section.blog .blog-content .social-links .email-friend {
      top: -6px;
      border: 0px none; }
    .section.blog .blog-content .social-links .fb-like {
      top: 3px; }
    .section.blog .blog-content .social-links .IN-widget {
      top: -6px; }
      @media only screen and (max-width: 600px) {
        .section.blog .blog-content .social-links .IN-widget {
          margin-left: 8px !important; } }
    .section.blog .blog-content .social-links .twitter-share-button {
      position: relative !important;
      top: 0px;
      margin-left: 10px;
      display: none; }
    .section.blog .blog-content .social-links .twitter-share-button.twitter-share-button-rendered {
      display: inline-block; }
    .section.blog .blog-content .social-links .btn-social,
    .section.blog .blog-content .social-links .btn-social:link,
    .section.blog .blog-content .social-links .btn-social:active,
    .section.blog .blog-content .social-links .btn-social:focus {
      display: inline-block;
      background-color: #8ca3b1;
      border-radius: 4px;
      color: #fff;
      font-size: 12px;
      font-weight: 500;
      height: 20px;
      line-height: 20px;
      padding: 0 8px;
      text-decoration: none; }
    .section.blog .blog-content .social-links .btn-social:hover {
      background-color: #1f4058;
      color: #fff; }
  .section.blog .blog-content img.post-thumbnail {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 0 18px; }
  .section.blog .blog-content p, .section.blog .blog-content ul, .section.blog .blog-content ol {
    font-size: 16px; }
  .section.blog .blog-content ul {
    list-style: disc;
    margin: 0.4rem 0 1.4rem;
    color: #444; }
    .section.blog .blog-content ul li {
      list-style: disc outside;
      margin: 0 0 7px 25px; }
  .section.blog .blog-content ol {
    list-style: decimal;
    margin: 0.4rem 0 1.4rem;
    color: #444; }
    .section.blog .blog-content ol li {
      list-style: decimal outside;
      margin: 0 0 7px 25px; }
  .section.blog .blog-content a.btn-large {
    line-height: 42px; }
    .section.blog .blog-content a.btn-large i {
      font-size: 18px; }
  .section.blog .blog-content .related-posts {
    margin-top: 40px; }
  .section.blog .blog-content .related-post {
    margin-bottom: 20px; }
  .section.blog .blog-content .section.pull-quote .quote p {
    font-size: 22px; }
  .section.blog .blog-content .author-avatar {
    display: block;
    position: relative;
    margin: 15px auto;
    padding: 0;
    max-width: 220px; }
  .section.blog .blog-content .author-title {
    text-align: center;
    color: #8ca3b1;
    font-family: "Source Serif 4", Times, serif;
    margin-top: -18px;
    margin-bottom: 30px; }

.section.blog .blog-sidebar {
  margin: 0;
  padding: 10px 0 10px 30px;
  border-left: 2px solid #8ca3b1; }
  @media only screen and (max-width: 600px) {
    .section.blog .blog-sidebar {
      padding: 30px 0.75rem;
      border-left: 0px none;
      border-top: 2px solid #8ca3b1; } }
  .section.blog .blog-sidebar h3 {
    margin-top: 20px;
    margin-bottom: 10px; }
  .section.blog .blog-sidebar .teaser {
    padding: 0 0 20px;
    border-top: 2px solid #8ca3b1; }
  .section.blog .blog-sidebar .featured-posts {
    padding-bottom: 0;
    border-top: 0px none; }
    .section.blog .blog-sidebar .featured-posts h3 {
      margin-top: 0; }
    .section.blog .blog-sidebar .featured-posts .featured-post {
      margin: 0 0 20px; }
    .section.blog .blog-sidebar .featured-posts p {
      font-size: 16px; }
  .section.blog .blog-sidebar .search .screen-reader-text {
    display: block;
    visibility: hidden;
    height: 1px; }
  .section.blog .blog-sidebar .search input {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 50px);
    height: 30px;
    margin: 0;
    padding: 2px 5px;
    border: 1px solid #ccc;
    color: #666;
    font-size: 16px; }
    .section.blog .blog-sidebar .search input:focus {
      box-shadow: none; }
  .section.blog .blog-sidebar .search button {
    display: inline-block;
    vertical-align: top;
    height: 36px;
    width: 36px;
    line-height: 36px;
    margin: 0;
    padding: 0;
    border: 1px solid #ccc;
    border-left: 0px none;
    color: #c3795e; }

.section.blog .blog-post-grid h6 {
  font-size: 16px;
  font-family: "Source Serif 4", Times, serif;
  margin-bottom: 5px;
  color: #777; }

.section.blog .blog-post-grid h5 {
  font-size: 18px;
  font-family: "Source Serif 4", Times, serif;
  margin-bottom: 5px; }
  .section.blog .blog-post-grid h5 a {
    color: #c3795e; }
    .section.blog .blog-post-grid h5 a:hover {
      color: #8ca3b1; }

.section.blog .blog-post-grid img.post-thumbnail {
  margin-bottom: 5px; }

.section.blog .blog-post-grid p {
  margin-bottom: 0.6rem; }

.section.blog .post-categories a {
  display: inline-block;
  background-color: #c3795e;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  height: 22px;
  line-height: 20px;
  padding: 0 8px;
  margin: 0 1px 5px 0;
  text-decoration: none; }
  .section.blog .post-categories a:hover {
    background-color: #8ca3b1;
    color: #fff; }

.section.blog .recent-post {
  padding-top: 15px; }
  .section.blog .recent-post h4 {
    margin-bottom: 15px;
    margin-top: 0; }
  .section.blog .recent-post h3 {
    margin-top: 40px;
    margin-bottom: 15px;
    font-family: "Source Serif 4", Times, serif;
    font-weight: 400; }
    @media only screen and (max-width: 992px) {
      .section.blog .recent-post h3 {
        margin-top: -20px; } }
    .section.blog .recent-post h3 a {
      color: #c3795e; }
      .section.blog .recent-post h3 a:hover {
        color: #8ca3b1; }

.section.blog .recent-posts h4 {
  margin-bottom: 15px;
  margin-top: 30px; }

.section.blog .recent-posts.top-padding {
  padding-top: 25px; }

.section.blog .breadcrumbs {
  margin-top: -15px; }

.section.blog #ajax-load-more {
  background: transparent !important; }
  .section.blog #ajax-load-more button, .section.blog #ajax-load-more .alm-load-more-btn {
    font-family: "Source Serif 4", Times, serif;
    font-weight: 400;
    padding: 0 25px;
    border-radius: 0px;
    border-style: solid;
    background: transparent;
    letter-spacing: 1px;
    text-transform: none;
    box-shadow: none;
    text-align: center;
    vertical-align: middle;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    font-size: 16px;
    height: 32px;
    line-height: 27px;
    border-width: 2px;
    border-color: #c3795e;
    color: #c3795e; }
    .section.blog #ajax-load-more button:hover, .section.blog #ajax-load-more .alm-load-more-btn:hover {
      border-color: #8ca3b1;
      color: #8ca3b1; }

.breadcrumbs {
  font-size: 13px; }
  .breadcrumbs a {
    color: #c3795e; }
    .breadcrumbs a:hover {
      color: #8ca3b1; }

.wrapper .gform_wrapper h4,
.wrapper .gform_wrapper.gravity-theme h4 {
  font-size: 20px;
  margin-bottom: 15px; }

.wrapper .gform_wrapper .row .col,
.wrapper .gform_wrapper.gravity-theme .row .col {
  padding-left: 0; }

.wrapper .gform_wrapper .input-field,
.wrapper .gform_wrapper.gravity-theme .input-field {
  margin-top: 30px; }

.wrapper .gform_wrapper .gfield_label,
.wrapper .gform_wrapper .input-field label,
.wrapper .gform_wrapper.gravity-theme .gfield_label,
.wrapper .gform_wrapper.gravity-theme .input-field label {
  left: 0;
  font-size: 16px;
  font-weight: 700;
  font-family: "Roboto", "Helvetica Neue", Arial, sans-serif;
  color: #1f4058; }

.wrapper .gform_wrapper .gfield_required,
.wrapper .gform_wrapper.gravity-theme .gfield_required {
  color: #c3795e; }

.wrapper .gform_wrapper input[type=text],
.wrapper .gform_wrapper input[type=email],
.wrapper .gform_wrapper input[type=tel],
.wrapper .gform_wrapper input[type=number],
.wrapper .gform_wrapper textarea,
.wrapper .gform_wrapper select,
.wrapper .gform_wrapper.gravity-theme input[type=text], .wrapper .gform_wrapper.gravity-theme input[type=email], .wrapper .gform_wrapper.gravity-theme input[type=tel], .wrapper .gform_wrapper.gravity-theme input[type=number], .wrapper .gform_wrapper.gravity-theme textarea, .wrapper .gform_wrapper.gravity-theme select {
  color: #333;
  border: 0px none;
  border-bottom: 1px solid #1f4058;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
  font-size: 16px;
  padding: 0; }

.wrapper .gform_wrapper .input-field label,
.wrapper .gform_wrapper.gravity-theme .input-field label {
  color: #1f4058; }

.wrapper .gform_wrapper .input-field input[type=text]:focus + label,
.wrapper .gform_wrapper .input-field input[type=email]:focus + label,
.wrapper .gform_wrapper .input-field input[type=tel]:focus + label,
.wrapper .gform_wrapper .input-field input[type=number]:focus + label,
.wrapper .gform_wrapper.gravity-theme .input-field input[type=text]:focus + label,
.wrapper .gform_wrapper.gravity-theme .input-field input[type=email]:focus + label,
.wrapper .gform_wrapper.gravity-theme .input-field input[type=tel]:focus + label,
.wrapper .gform_wrapper.gravity-theme .input-field input[type=number]:focus + label {
  color: #1f4058;
  font-family: "Roboto", "Helvetica Neue", Arial, sans-serif; }

.wrapper .gform_wrapper .input-field input[type=text]:focus,
.wrapper .gform_wrapper .input-field input[type=email]:focus,
.wrapper .gform_wrapper .input-field input[type=tel]:focus,
.wrapper .gform_wrapper .input-field input[type=number]:focus,
.wrapper .gform_wrapper .input-field textarea:focus,
.wrapper .gform_wrapper.gravity-theme .input-field input[type=text]:focus,
.wrapper .gform_wrapper.gravity-theme .input-field input[type=email]:focus,
.wrapper .gform_wrapper.gravity-theme .input-field input[type=tel]:focus,
.wrapper .gform_wrapper.gravity-theme .input-field input[type=number]:focus,
.wrapper .gform_wrapper.gravity-theme .input-field textarea:focus {
  border: 0px none;
  border-bottom: 1px solid #1f4058;
  box-shadow: none; }

.wrapper .gform_wrapper .input-field input[type=text].valid,
.wrapper .gform_wrapper .input-field input[type=email].valid,
.wrapper .gform_wrapper .input-field input[type=tel].valid,
.wrapper .gform_wrapper .input-field input[type=number].valid,
.wrapper .gform_wrapper.gravity-theme .input-field input[type=text].valid,
.wrapper .gform_wrapper.gravity-theme .input-field input[type=email].valid,
.wrapper .gform_wrapper.gravity-theme .input-field input[type=tel].valid,
.wrapper .gform_wrapper.gravity-theme .input-field input[type=number].valid {
  border-bottom: 1px solid #1f4058;
  box-shadow: none; }

.wrapper .gform_wrapper .input-field input[type=text].invalid,
.wrapper .gform_wrapper .input-field input[type=email].invalid,
.wrapper .gform_wrapper .input-field input[type=tel].invalid,
.wrapper .gform_wrapper .input-field input[type=number].invalid,
.wrapper .gform_wrapper.gravity-theme .input-field input[type=text].invalid,
.wrapper .gform_wrapper.gravity-theme .input-field input[type=email].invalid,
.wrapper .gform_wrapper.gravity-theme .input-field input[type=tel].invalid,
.wrapper .gform_wrapper.gravity-theme .input-field input[type=number].invalid {
  border-bottom: 1px solid #c3795e;
  box-shadow: none; }

.wrapper .gform_wrapper .input-field .prefix.active,
.wrapper .gform_wrapper.gravity-theme .input-field .prefix.active {
  color: #1f4058; }

.wrapper .gform_wrapper .input-field .select-dropdown,
.wrapper .gform_wrapper.gravity-theme .input-field .select-dropdown {
  list-style: none; }
  .wrapper .gform_wrapper .input-field .select-dropdown li,
  .wrapper .gform_wrapper.gravity-theme .input-field .select-dropdown li {
    list-style: none;
    margin: 0;
    color: #1f4058; }
    .wrapper .gform_wrapper .input-field .select-dropdown li > a,
    .wrapper .gform_wrapper .input-field .select-dropdown li > span,
    .wrapper .gform_wrapper.gravity-theme .input-field .select-dropdown li > a, .wrapper .gform_wrapper.gravity-theme .input-field .select-dropdown li > span {
      color: #1f4058; }

.wrapper .gform_wrapper .validation_error,
.wrapper .gform_wrapper.gravity-theme .validation_error {
  position: relative;
  top: 10px;
  font-weight: bold;
  font-size: 14px; }

.wrapper .gform_wrapper .validation_message,
.wrapper .gform_wrapper .gform_submission_error,
.wrapper .gform_wrapper.gravity-theme .validation_message, .wrapper .gform_wrapper.gravity-theme .gform_submission_error {
  font-size: 14px;
  font-weight: bold;
  color: #c3795e; }

.wrapper .gform_wrapper input[type=submit],
.wrapper .gform_wrapper.gravity-theme input[type=submit] {
  display: inline-block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: "Roboto", "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  line-height: 30px;
  padding: 0 25px;
  border-radius: 18px;
  border-style: solid;
  border-color: #1f4058;
  border-width: 2px;
  color: #1f4058;
  background: transparent;
  letter-spacing: 1px;
  text-transform: uppercase;
  box-shadow: none;
  text-align: center;
  vertical-align: middle; }
  .wrapper .gform_wrapper input[type=submit]:hover,
  .wrapper .gform_wrapper.gravity-theme input[type=submit]:hover {
    cursor: pointer;
    border-color: #1f4058;
    color: #fff;
    background: #1f4058;
    box-shadow: none; }
  .wrapper .gform_wrapper input[type=submit]:active,
  .wrapper .gform_wrapper input[type=submit]:focus,
  .wrapper .gform_wrapper.gravity-theme input[type=submit]:active, .wrapper .gform_wrapper.gravity-theme input[type=submit]:focus {
    background: transparent;
    box-shadow: none; }

.wrapper .gform_wrapper .gfield.hidden,
.wrapper .gform_wrapper.gravity-theme .gfield.hidden {
  display: none !important; }

.wrapper .gform_wrapper .captcha,
.wrapper .gform_wrapper.gravity-theme .captcha {
  padding-bottom: 18px; }

.wrapper .gform_wrapper .gform_footer,
.wrapper .gform_wrapper.gravity-theme .gform_footer {
  clear: both; }

.wrapper .gform_wrapper ::placeholder,
.wrapper .gform_wrapper.gravity-theme ::placeholder {
  color: #fff;
  opacity: 1;
  /* Firefox */ }

.wrapper .gform_wrapper :-ms-input-placeholder,
.wrapper .gform_wrapper.gravity-theme :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #fff; }

.wrapper .gform_wrapper ::-ms-input-placeholder,
.wrapper .gform_wrapper.gravity-theme ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #fff; }

.wrapper .gform_wrapper #field_12_1 label.gfield_label,
.wrapper .gform_wrapper .gfield--input-type-checkbox label.gfield_label,
.wrapper .gform_wrapper.gravity-theme #field_12_1 label.gfield_label, .wrapper .gform_wrapper.gravity-theme .gfield--input-type-checkbox label.gfield_label {
  display: block;
  position: relative;
  color: #000;
  margin-top: 0;
  padding: 0;
  font-size: 24px;
  font-family: "Geologica", Arial, sans-serif;
  font-weight: 300;
  margin-bottom: 20px;
  transform: none;
  -webkit-transform: none; }

.wrapper .gform_wrapper #field_12_1 .ginput_container_checkbox label,
.wrapper .gform_wrapper .gfield--input-type-checkbox .ginput_container_checkbox label,
.wrapper .gform_wrapper.gravity-theme #field_12_1 .ginput_container_checkbox label, .wrapper .gform_wrapper.gravity-theme .gfield--input-type-checkbox .ginput_container_checkbox label {
  color: #1f4058;
  font-size: 16px;
  font-weight: 400; }

.wrapper .gform_wrapper #field_12_1 [type="checkbox"] + span:not(.lever),
.wrapper .gform_wrapper .gfield--input-type-checkbox [type="checkbox"] + span:not(.lever),
.wrapper .gform_wrapper.gravity-theme #field_12_1 [type="checkbox"] + span:not(.lever), .wrapper .gform_wrapper.gravity-theme .gfield--input-type-checkbox [type="checkbox"] + span:not(.lever) {
  padding-left: 30px;
  color: #1f4058;
  font-size: 16px;
  font-weight: 400; }

.wrapper .gform_wrapper #field_12_1 [type="checkbox"] + span:not(.lever):before,
.wrapper .gform_wrapper #field_12_1 [type="checkbox"]:not(.filled-in) + span:not(.lever):after,
.wrapper .gform_wrapper .gfield--input-type-checkbox [type="checkbox"] + span:not(.lever):before,
.wrapper .gform_wrapper .gfield--input-type-checkbox [type="checkbox"]:not(.filled-in) + span:not(.lever):after,
.wrapper .gform_wrapper.gravity-theme #field_12_1 [type="checkbox"] + span:not(.lever):before, .wrapper .gform_wrapper.gravity-theme #field_12_1 [type="checkbox"]:not(.filled-in) + span:not(.lever):after, .wrapper .gform_wrapper.gravity-theme .gfield--input-type-checkbox [type="checkbox"] + span:not(.lever):before, .wrapper .gform_wrapper.gravity-theme .gfield--input-type-checkbox [type="checkbox"]:not(.filled-in) + span:not(.lever):after {
  border-color: #135e76; }

.wrapper .gform_wrapper #field_12_1 [type="checkbox"]:checked + span:not(.lever):before,
.wrapper .gform_wrapper .gfield--input-type-checkbox [type="checkbox"]:checked + span:not(.lever):before,
.wrapper .gform_wrapper.gravity-theme #field_12_1 [type="checkbox"]:checked + span:not(.lever):before, .wrapper .gform_wrapper.gravity-theme .gfield--input-type-checkbox [type="checkbox"]:checked + span:not(.lever):before {
  border-top-color: transparent;
  border-left-color: transparent; }

.wrapper .gform_wrapper #field_12_1 .gfield_checkbox,
.wrapper .gform_wrapper .gfield--input-type-checkbox .gfield_checkbox,
.wrapper .gform_wrapper.gravity-theme #field_12_1 .gfield_checkbox, .wrapper .gform_wrapper.gravity-theme .gfield--input-type-checkbox .gfield_checkbox {
  width: 100%;
  float: left; }
  @media only screen and (max-width: 600px) {
    .wrapper .gform_wrapper #field_12_1 .gfield_checkbox,
    .wrapper .gform_wrapper .gfield--input-type-checkbox .gfield_checkbox,
    .wrapper .gform_wrapper.gravity-theme #field_12_1 .gfield_checkbox, .wrapper .gform_wrapper.gravity-theme .gfield--input-type-checkbox .gfield_checkbox {
      float: none; } }
  .wrapper .gform_wrapper #field_12_1 .gfield_checkbox li,
  .wrapper .gform_wrapper .gfield--input-type-checkbox .gfield_checkbox li,
  .wrapper .gform_wrapper.gravity-theme #field_12_1 .gfield_checkbox li, .wrapper .gform_wrapper.gravity-theme .gfield--input-type-checkbox .gfield_checkbox li {
    width: 45%;
    float: left;
    margin: 0 10px 10px 0;
    margin-right: 5%; }
    @media only screen and (max-width: 600px) {
      .wrapper .gform_wrapper #field_12_1 .gfield_checkbox li,
      .wrapper .gform_wrapper .gfield--input-type-checkbox .gfield_checkbox li,
      .wrapper .gform_wrapper.gravity-theme #field_12_1 .gfield_checkbox li, .wrapper .gform_wrapper.gravity-theme .gfield--input-type-checkbox .gfield_checkbox li {
        float: none;
        width: 100%;
        margin-right: 0; } }

.wrapper .gform_wrapper #field_12_1 .gfield_description,
.wrapper .gform_wrapper .gfield--input-type-checkbox .gfield_description,
.wrapper .gform_wrapper.gravity-theme #field_12_1 .gfield_description, .wrapper .gform_wrapper.gravity-theme .gfield--input-type-checkbox .gfield_description {
  color: #000;
  font-size: 16px;
  margin-top: -15px;
  margin-bottom: 15px; }

.page-footer {
  background: transparent;
  padding: 50px 0 0;
  z-index: 101; }
  @media only screen and (max-width: 992px) {
    .page-footer {
      padding-top: 100px; } }
  .page-footer #footer-utility {
    position: relative;
    background: transparent url(../img/cougar-footer-border-shorter.png?r=2) top right no-repeat;
    background-size: 250px;
    margin-top: -160px;
    padding-top: 160px;
    padding-bottom: 0;
    z-index: 1000;
    color: #fff;
    font-family: "Roboto", "Helvetica Neue", Arial, sans-serif; }
    @media only screen and (max-width: 992px) {
      .page-footer #footer-utility {
        padding-top: 140px;
        margin-top: -140px; } }
    .page-footer #footer-utility .footer-content-container {
      background: #1f4058; }
      .page-footer #footer-utility .footer-content-container::before, .page-footer #footer-utility .footer-content-container::after {
        display: block;
        position: absolute;
        top: 220px;
        width: 180px;
        height: 1px;
        background: #fff;
        color: #fff;
        content: ''; }
        @media only screen and (max-width: 600px) {
          .page-footer #footer-utility .footer-content-container::before, .page-footer #footer-utility .footer-content-container::after {
            display: none; } }
      .page-footer #footer-utility .footer-content-container:before {
        left: 0px;
        width: 60px; }
      .page-footer #footer-utility .footer-content-container:after {
        left: 315px;
        width: calc(100% - 315px); }
    .page-footer #footer-utility #footer-logo {
      display: block;
      position: absolute;
      width: 220px;
      height: auto;
      top: 95px;
      left: 75px; }
      @media only screen and (max-width: 600px) {
        .page-footer #footer-utility #footer-logo {
          width: 150px;
          left: 0px; } }
    .page-footer #footer-utility #footer-nav {
      float: left;
      width: 66%;
      margin-left: 50px;
      padding-bottom: 7px;
      padding-top: 140px;
      color: #fff;
      font-family: "Roboto", "Helvetica Neue", Arial, sans-serif; }
      @media only screen and (max-width: 992px) {
        .page-footer #footer-utility #footer-nav {
          width: 99%;
          margin-left: 1%; } }
      @media only screen and (max-width: 600px) {
        .page-footer #footer-utility #footer-nav {
          padding-top: 80px; } }
      .page-footer #footer-utility #footer-nav .col {
        height: 100%; }
        @media only screen and (max-width: 600px) {
          .page-footer #footer-utility #footer-nav .col {
            min-height: 0px;
            border-left: 0px none;
            padding-left: 0; } }
      .page-footer #footer-utility #footer-nav .material-icons {
        font-size: 40px;
        color: #cd9d5b; }
      .page-footer #footer-utility #footer-nav p {
        color: #fff;
        font-size: 14px;
        line-height: 1.6;
        font-family: "Roboto", "Helvetica Neue", Arial, sans-serif; }
      .page-footer #footer-utility #footer-nav a {
        color: #fff;
        text-decoration: underline;
        font-family: "Roboto", "Helvetica Neue", Arial, sans-serif; }
        .page-footer #footer-utility #footer-nav a:hover {
          color: #cd9d5b;
          text-decoration: underline;
          background: transparent; }
      @media only screen and (max-width: 600px) {
        .page-footer #footer-utility #footer-nav #custom_html-2, .page-footer #footer-utility #footer-nav #nav_menu-5 {
          padding-left: 60px; } }
      .page-footer #footer-utility #footer-nav .footer-menu {
        padding: 15px 0 0 15px; }
        .page-footer #footer-utility #footer-nav .footer-menu h4 {
          margin: 0;
          padding: 0;
          font-family: "Geologica", Arial, sans-serif;
          font-weight: 300;
          font-size: 18px;
          color: #fff;
          text-transform: uppercase; }
        .page-footer #footer-utility #footer-nav .footer-menu ul {
          margin: 0;
          padding: 2px 0 10px; }
          .page-footer #footer-utility #footer-nav .footer-menu ul li {
            margin: 0;
            padding: 3px 0 0;
            font-size: 14px;
            line-height: 1.6; }
            .page-footer #footer-utility #footer-nav .footer-menu ul li a {
              color: #fff;
              text-decoration: none;
              font-family: "Roboto", "Helvetica Neue", Arial, sans-serif; }
              .page-footer #footer-utility #footer-nav .footer-menu ul li a:hover {
                color: #cd9d5b;
                text-decoration: underline;
                background: transparent; }
    .page-footer #footer-utility #footer-logos {
      float: left;
      width: calc(33% - 50px);
      border-left: 6px solid #cd9d5b;
      padding-left: 20px;
      margin-top: 130px; }
      @media only screen and (max-width: 992px) {
        .page-footer #footer-utility #footer-logos {
          width: 100%;
          border-left: 0px none;
          padding-left: 0;
          text-align: center;
          float: none;
          margin-top: 20px; } }
      .page-footer #footer-utility #footer-logos p {
        color: #fff;
        font-size: 14px;
        line-height: 1.6;
        font-family: "Roboto", "Helvetica Neue", Arial, sans-serif;
        margin-bottom: 0.4rem; }
      .page-footer #footer-utility #footer-logos .col {
        padding: 0; }
      .page-footer #footer-utility #footer-logos img {
        width: 120px;
        height: auto;
        vertical-align: middle;
        padding-top: 15px; }
    .page-footer #footer-utility #footer-socials {
      position: absolute;
      right: 50px;
      top: 190px;
      background: #1f4058;
      padding: 10px;
      width: auto;
      text-align: right;
      z-index: 100; }
      @media only screen and (max-width: 600px) {
        .page-footer #footer-utility #footer-socials {
          top: 160px;
          right: 15px; } }
      .page-footer #footer-utility #footer-socials a {
        display: inline-block;
        height: 40px;
        width: 40px;
        text-align: center;
        vertical-align: middle;
        line-height: 38px;
        font-size: 20px;
        color: #fff;
        border: 1px solid #fff;
        border-radius: 20px;
        margin: 0 5px; }
        .page-footer #footer-utility #footer-socials a:hover {
          color: #cd9d5b;
          border-color: #cd9d5b; }
    .page-footer #footer-utility #footer-copyright {
      clear: both;
      text-align: center;
      padding: 0 0 1.4rem;
      margin: 0;
      font-size: 12px;
      color: #fff;
      font-family: "Roboto", "Helvetica Neue", Arial, sans-serif; }
      .page-footer #footer-utility #footer-copyright a {
        color: #fff; }
        .page-footer #footer-utility #footer-copyright a:hover {
          color: #cd9d5b; }
