@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700,800);
@keyframes shake {
  10%, 90% {
    transform: translate3d(-1px, 0, 0); }
  20%, 80% {
    transform: translate3d(2px, 0, 0); }
  30%, 50%, 70% {
    transform: translate3d(-4px, 0, 0); }
  40%, 60% {
    transform: translate3d(4px, 0, 0); } }

#pvcontact,
#pvsurvey,
#pvservice,
#PeopleVineContent {
  /* **************
		Margin Top can be used to push all of the content down so the navigatino bar is not covering anything
		Set a margin height here - then repeat it below in the media queries for different sizes
	*************** */
  margin-top: 50px;
  margin-bottom: 50px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  #pvcontact:before, #pvcontact:after,
  #pvsurvey:before,
  #pvsurvey:after,
  #pvservice:before,
  #pvservice:after,
  #PeopleVineContent:before,
  #PeopleVineContent:after {
    content: " ";
    display: table; }
  #pvcontact:after,
  #pvsurvey:after,
  #pvservice:after,
  #PeopleVineContent:after {
    clear: both; }
  @media (min-width: 768px) {
    #pvcontact,
    #pvsurvey,
    #pvservice,
    #PeopleVineContent {
      width: 750px; } }
  @media (min-width: 991px) {
    #pvcontact,
    #pvsurvey,
    #pvservice,
    #PeopleVineContent {
      width: 970px; } }
  @media (min-width: 1200px) {
    #pvcontact,
    #pvsurvey,
    #pvservice,
    #PeopleVineContent {
      width: 1170px; } }

#PeopleVineContent #pvcontact,
#PeopleVineContent #pvsurvey,
#PeopleVineContent #pvservice {
  margin-top: auto;
  margin-bottom: auto; }

#pvcontact #PeopleVineContent,
#pvcontact #pvsurvey,
#pvcontact #pvservice {
  margin-top: auto;
  margin-bottom: auto; }

#pvsurvey #PeopleVineContent,
#pvsurvey #pvcontact,
#pvsurvey #pvservice {
  margin-top: auto;
  margin-bottom: auto; }

#pvservice #PeopleVineContent,
#pvservice #pvcontact,
#pvservice #pvsurvey {
  margin-top: auto;
  margin-bottom: auto; }

/* Standard Website Footer */
.templatesitefooter {
  display: none; }

/* PV Default Buttons */
.btn-default,
.btn-info,
iframe .btn-info,
.btn-success {
  border-radius: 0;
  background-color: #2f5d86;
  color: #fff;
  text-transform: uppercase;
  border: none; }
  .btn-default:hover, .btn-default:active, .btn-default:focus, .btn-default:active:hover, .btn-default:active:focus,
  .btn-info:hover,
  .btn-info:active,
  .btn-info:focus,
  .btn-info:active:hover,
  .btn-info:active:focus,
  iframe .btn-info:hover,
  iframe .btn-info:active,
  iframe .btn-info:focus,
  iframe .btn-info:active:hover,
  iframe .btn-info:active:focus,
  .btn-success:hover,
  .btn-success:active,
  .btn-success:focus,
  .btn-success:active:hover,
  .btn-success:active:focus {
    background-color: #224360;
    color: #fff; }

/* Auto Generated Checkbox */
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  margin: 4px 0 0; }

section .controls {
  margin-bottom: 2em; }
  @media only screen and (min-width: 768px) {
    section .controls {
      margin-bottom: 1em; } }
  section .controls .btn {
    width: 100%; }

/* Add Top/Bottom Margin To All Form Items For Mobile */
.form-control {
  margin: 0 auto 10px;
  border-radius: 0; }

/* Text On Right Of Captcha Input Box */
#ctl00_content_RadCaptcha1_CaptchaTextBoxLabel {
  margin-left: 15px; }

#ctl00_content_RadCaptcha1_CaptchaTextBox {
  width: 180px; }

/* Event View Page - Remove Repeated Event Title */
.eventTitle {
  display: none; }

/* Form Error Message - Make Full Width Block */
#lblmessage {
  display: block; }

#register {
  display: none; }

/* Calendar Dropdown */
.ui-datepicker {
  font-family: 'Open Sans', sans-serif;
  background: #2f5d86 !important; }
  .ui-datepicker .ui-datepicker-current-day .ui-state-active {
    background: #c8dbec !important;
    color: #2f5d86 !important; }
  .ui-datepicker .ui-datepicker-title,
  .ui-datepicker .ui-datepicker-calendar {
    font-family: 'Open Sans', sans-serif; }
  .ui-datepicker td .ui-state-default:hover {
    background: #1b364d !important;
    color: #ffffff !important; }

td.ui-datepicker-today {
  background-color: #1b364d !important; }

td.ui-datepicker-today .ui-state-highlight {
  color: #ffffff !important; }

/* UI-Update Elements */
.ui-update {
  /* Default Button Class */
  /* Events Page */
  /* Schedule An Appiontment */
  /* Choose a time slot section */ }
  .ui-update ::selection {
    background: #c8dbec;
    background-color: #c8dbec; }
  .ui-update ::-moz-selection {
    background: #c8dbec;
    background-color: #c8dbec; }
  .ui-update a .icon:hover {
    color: #2f5d86; }
.ui-update .alert_error {
    background: #ff0000;
    color: #ffffff;
}
  .ui-update .btn,
  .ui-update a.btn {
    background-color: #2f5d86;
    color: #ffffff;
    border-color: #2f5d86; }
    .ui-update .btn:hover,
    .ui-update a.btn:hover {
      background-color: #224360;
      border-color: #224360;
      color: #fff; }
  .ui-update .fieldset-input > * {
    color: #2f5d86; }
    .ui-update .fieldset-input > *:focus {
      border-color: #2f5d86; }
  .ui-update .fieldset-input > input {
    color: #2f5d86; }
    .ui-update .fieldset-input > input:focus {
      border-color: #2f5d86; }
  .ui-update .fieldset-input > select {
    color: #2f5d86;
    background-image: url('data:image/svg+xml;charset=UTF-8,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="32" height="32" viewBox="0 0 32 32"><path fill="%23#2f5d86" d="M16 24.133l-15.244-14.044 1.467-1.6 13.778 12.622 13.778-12.622 1.467 1.6-15.244 14.044z"></path></svg>'); }
    .ui-update .fieldset-input > select:hover {
      background-image: url('data:image/svg+xml;charset=UTF-8,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="32" height="32" viewBox="0 0 32 32"><path fill="%23#2f5d86" d="M16 24.133l-15.244-14.044 1.467-1.6 13.778 12.622 13.778-12.622 1.467 1.6-15.244 14.044z"></path></svg>'); }
    .ui-update .fieldset-input > select:focus {
      border-color: #2f5d86; }
  .ui-update .fieldset-label {
    color: #666; }
  .ui-update .tick_bubble input[type="checkbox"] + label,
  .ui-update .tick_bubble input[type="radio"] + label {
    width: 100%;
    text-align: center;
    border-radius: 0; }
  .ui-update .tick_checkbox input[type="checkbox"]:checked + label {
    color: #222222; }
  .ui-update .box {
    background-color: #ffffff;
    background-color: rgba(255, 255, 255, 0.8); }
  .ui-update .mix-hdg_error,
  .ui-update .mix-txt_error,
  .ui-update .mix-txt_link {
    color: #2f5d86; }
  .ui-update .mix-txt_link:hover,
  .ui-update a.hdg:hover {
    color: #224360; }
  .ui-update .slick-track .selected .cardBtn, .ui-update .scheduleTimes .selected .cardBtn {
    background-color: #2f5d86;
    border-color: #224360;
    color: #fff; }
    .ui-update .slick-track .selected .cardBtn .cardBtn-ft, .ui-update .scheduleTimes .selected .cardBtn .cardBtn-ft {
      background-color: #2f5d86; }
  .ui-update .component-content {
    margin-top: 40px; }
    .ui-update .component-content .mix-box_brandTertiaryFaint {
      background-color: #f3f3f3; }
    .ui-update .component-content .mix-hdg_brandCallout {
      color: #2f5d86; }
    .ui-update .component-content .blocks {
      margin-top: 25px; }
  .ui-update .hdg,
  .ui-update .txt,
  .ui-update p {
    font-weight: 300;
    color: #222222; }
  .ui-update .hdg_3 {
    font-size: 28px;
    color: #2f5d86;
    border-bottom: 1px solid #585858;
    padding-bottom: 15px; }
  .ui-update .hdg_6 {
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    font-weight: 400; }

/* Contest Styles */
#contestGraphic img {
  display: block;
  max-width: 100%;
  margin: 0 auto; }

@media only screen and (max-width: 767px) {
  #contestNote {
    text-align: center;
    display: block; } }

@media only screen and (max-width: 767px) {
  #contestLogin #contestAuthenticate {
    text-align: center;
    margin: 15px auto; } }

#contestLogin #contestDescription {
  display: none; }

#contestLogin .button_authenticate {
  max-width: 100%;
  margin: 0 auto;
  display: block; }

#contestLogin #content_btnEmail {
  background-color: #ffffff;
  color: #000000;
  font-weight: 700;
  margin-top: 20px; }
  @media only screen and (max-width: 767px) {
    #contestLogin #content_btnEmail {
      display: block;
      width: 100%;
      margin-top: 25px; } }

/* Blog Styles */
.blog-header {
  font-size: 24px;
  text-align: center; }
  @media only screen and (min-width: 768px) {
    .blog-header {
      text-align: left; } }
  .blog-header a {
    color: #2f5d86; }
    .blog-header a:hover, .blog-header a:focus, .blog-header a:active {
      text-decoration: none;
      color: #2f5d86; }
  .blog-header small {
    display: none; }

.blog-content {
  margin-bottom: 30px; }
  .blog-content .thumbnail {
    border: none;
    text-align: left; }
  .blog-content .btn-info {
    background-color: transparent;
    border: 1px solid #2f5d86;
    color: #2f5d86;
    padding: 10px 26px;
    font-size: 18px;
    margin: 0 auto;
    display: block; }
    @media only screen and (min-width: 768px) {
      .blog-content .btn-info {
        margin: 0;
        display: inline-block; } }
    .blog-content .btn-info:hover {
      border-color: #2f5d86;
      color: #2f5d86; }
  .blog-content p {
    font-size: 18px !important;
    text-align: center; }
    @media only screen and (min-width: 768px) {
      .blog-content p {
        text-align: left; } }

/* Out of the box Alerts */
.alert-info,
.alert-danger {
  background-color: #2f5d86 !important;
  background-image: none !important;
  color: #fff !important;
  border-color: #224360 !important;
  border-radius: 0 !important;
  text-shadow: none !important;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  font-family: inherit !important;
  font-weight: 500; }

.avia_textblock {
  font-weight: 300; }
  .avia_textblock a {
    color: #2f5d86;
    font-weight: 600; }
    .avia_textblock a:hover, .avia_textblock a:focus {
      color: #1b364d; }

@font-face {
  font-family: 'Uniform Condensed';
  src: url("../fonts/uniform/UniformCondensed-Black.eot");
  src: url("../fonts/uniform/UniformCondensed-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/uniform/UniformCondensed-Black.woff") format("woff"), url("../fonts/uniform/UniformCondensed-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal; }

@font-face {
  font-family: 'Uniform Condensed';
  src: url("../fonts/uniform/UniformCondensed-Bold.eot");
  src: url("../fonts/uniform/UniformCondensed-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/uniform/UniformCondensed-Bold.woff") format("woff"), url("../fonts/uniform/UniformCondensed-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'Uniform Extra Condensed';
  src: url("../fonts/uniform/UniformExtraCondensed.eot");
  src: url("../fonts/uniform/UniformExtraCondensed.eot?#iefix") format("embedded-opentype"), url("../fonts/uniform/UniformExtraCondensed.woff") format("woff"), url("../fonts/uniform/UniformExtraCondensed.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Uniform Condensed';
  src: url("../fonts/uniform/UniformCondensed-Medium.eot");
  src: url("../fonts/uniform/UniformCondensed-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/uniform/UniformCondensed-Medium.woff") format("woff"), url("../fonts/uniform/UniformCondensed-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: 'Uniform Extra Condensed';
  src: url("../fonts/uniform/UniformExtraCondensed-Medium.eot");
  src: url("../fonts/uniform/UniformExtraCondensed-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/uniform/UniformExtraCondensed-Medium.woff") format("woff"), url("../fonts/uniform/UniformExtraCondensed-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: 'Uniform';
  src: url("../fonts/uniform/Uniform-Black.eot");
  src: url("../fonts/uniform/Uniform-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/uniform/Uniform-Black.woff") format("woff"), url("../fonts/uniform/Uniform-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal; }

@font-face {
  font-family: 'Uniform';
  src: url("../fonts/uniform/Uniform-Medium.eot");
  src: url("../fonts/uniform/Uniform-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/uniform/Uniform-Medium.woff") format("woff"), url("../fonts/uniform/Uniform-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal; }

.m-tb-0 {
  margin-top: 0px;
  margin-bottom: 0px; }

.m-t-0 {
  margin-top: 0px; }

.m-b-0 {
  margin-bottom: 0px; }

.m-l-0 {
  margin-left: 0px; }

.m-r-0 {
  margin-right: 0px; }

.m-tb-5 {
  margin-top: 5px;
  margin-bottom: 5px; }

.m-t-5 {
  margin-top: 5px; }

.m-b-5 {
  margin-bottom: 5px; }

.m-l-5 {
  margin-left: 5px; }

.m-r-5 {
  margin-right: 5px; }

.m-tb-10 {
  margin-top: 10px;
  margin-bottom: 10px; }

.m-t-10 {
  margin-top: 10px; }

.m-b-10 {
  margin-bottom: 10px; }

.m-l-10 {
  margin-left: 10px; }

.m-r-10 {
  margin-right: 10px; }

.m-tb-15 {
  margin-top: 15px;
  margin-bottom: 15px; }

.m-t-15 {
  margin-top: 15px; }

.m-b-15 {
  margin-bottom: 15px; }

.m-l-15 {
  margin-left: 15px; }

.m-r-15 {
  margin-right: 15px; }

.m-tb-20 {
  margin-top: 20px;
  margin-bottom: 20px; }

.m-t-20 {
  margin-top: 20px; }

.m-b-20 {
  margin-bottom: 20px; }

.m-l-20 {
  margin-left: 20px; }

.m-r-20 {
  margin-right: 20px; }

.m-tb-25 {
  margin-top: 25px;
  margin-bottom: 25px; }

.m-t-25 {
  margin-top: 25px; }

.m-b-25 {
  margin-bottom: 25px; }

.m-l-25 {
  margin-left: 25px; }

.m-r-25 {
  margin-right: 25px; }

.m-tb-30 {
  margin-top: 30px;
  margin-bottom: 30px; }

.m-t-30 {
  margin-top: 30px; }

.m-b-30 {
  margin-bottom: 30px; }

.m-l-30 {
  margin-left: 30px; }

.m-r-30 {
  margin-right: 30px; }

.m-tb-35 {
  margin-top: 35px;
  margin-bottom: 35px; }

.m-t-35 {
  margin-top: 35px; }

.m-b-35 {
  margin-bottom: 35px; }

.m-l-35 {
  margin-left: 35px; }

.m-r-35 {
  margin-right: 35px; }

.m-tb-40 {
  margin-top: 40px;
  margin-bottom: 40px; }

.m-t-40 {
  margin-top: 40px; }

.m-b-40 {
  margin-bottom: 40px; }

.m-l-40 {
  margin-left: 40px; }

.m-r-40 {
  margin-right: 40px; }

.m-tb-45 {
  margin-top: 45px;
  margin-bottom: 45px; }

.m-t-45 {
  margin-top: 45px; }

.m-b-45 {
  margin-bottom: 45px; }

.m-l-45 {
  margin-left: 45px; }

.m-r-45 {
  margin-right: 45px; }

.m-tb-50 {
  margin-top: 50px;
  margin-bottom: 50px; }

.m-t-50 {
  margin-top: 50px; }

.m-b-50 {
  margin-bottom: 50px; }

.m-l-50 {
  margin-left: 50px; }

.m-r-50 {
  margin-right: 50px; }

.m-auto {
  margin: 0 auto !important; }

.p-tb-0 {
  padding-top: 0px;
  padding-bottom: 0px; }

.p-lr-0 {
  padding-left: 0px;
  padding-right: 0px; }

.p-t-0 {
  padding-top: 0px; }

.p-b-0 {
  padding-bottom: 0px; }

.p-l-0 {
  padding-left: 0px; }

.p-r-0 {
  padding-right: 0px; }

.p-tb-5 {
  padding-top: 5px;
  padding-bottom: 5px; }

.p-lr-5 {
  padding-left: 5px;
  padding-right: 5px; }

.p-t-5 {
  padding-top: 5px; }

.p-b-5 {
  padding-bottom: 5px; }

.p-l-5 {
  padding-left: 5px; }

.p-r-5 {
  padding-right: 5px; }

.p-tb-10 {
  padding-top: 10px;
  padding-bottom: 10px; }

.p-lr-10 {
  padding-left: 10px;
  padding-right: 10px; }

.p-t-10 {
  padding-top: 10px; }

.p-b-10 {
  padding-bottom: 10px; }

.p-l-10 {
  padding-left: 10px; }

.p-r-10 {
  padding-right: 10px; }

.p-tb-15 {
  padding-top: 15px;
  padding-bottom: 15px; }

.p-lr-15 {
  padding-left: 15px;
  padding-right: 15px; }

.p-t-15 {
  padding-top: 15px; }

.p-b-15 {
  padding-bottom: 15px; }

.p-l-15 {
  padding-left: 15px; }

.p-r-15 {
  padding-right: 15px; }

.p-tb-20 {
  padding-top: 20px;
  padding-bottom: 20px; }

.p-lr-20 {
  padding-left: 20px;
  padding-right: 20px; }

.p-t-20 {
  padding-top: 20px; }

.p-b-20 {
  padding-bottom: 20px; }

.p-l-20 {
  padding-left: 20px; }

.p-r-20 {
  padding-right: 20px; }

.p-tb-25 {
  padding-top: 25px;
  padding-bottom: 25px; }

.p-lr-25 {
  padding-left: 25px;
  padding-right: 25px; }

.p-t-25 {
  padding-top: 25px; }

.p-b-25 {
  padding-bottom: 25px; }

.p-l-25 {
  padding-left: 25px; }

.p-r-25 {
  padding-right: 25px; }

.p-tb-30 {
  padding-top: 30px;
  padding-bottom: 30px; }

.p-lr-30 {
  padding-left: 30px;
  padding-right: 30px; }

.p-t-30 {
  padding-top: 30px; }

.p-b-30 {
  padding-bottom: 30px; }

.p-l-30 {
  padding-left: 30px; }

.p-r-30 {
  padding-right: 30px; }

.p-tb-35 {
  padding-top: 35px;
  padding-bottom: 35px; }

.p-lr-35 {
  padding-left: 35px;
  padding-right: 35px; }

.p-t-35 {
  padding-top: 35px; }

.p-b-35 {
  padding-bottom: 35px; }

.p-l-35 {
  padding-left: 35px; }

.p-r-35 {
  padding-right: 35px; }

.p-tb-40 {
  padding-top: 40px;
  padding-bottom: 40px; }

.p-lr-40 {
  padding-left: 40px;
  padding-right: 40px; }

.p-t-40 {
  padding-top: 40px; }

.p-b-40 {
  padding-bottom: 40px; }

.p-l-40 {
  padding-left: 40px; }

.p-r-40 {
  padding-right: 40px; }

.p-tb-45 {
  padding-top: 45px;
  padding-bottom: 45px; }

.p-lr-45 {
  padding-left: 45px;
  padding-right: 45px; }

.p-t-45 {
  padding-top: 45px; }

.p-b-45 {
  padding-bottom: 45px; }

.p-l-45 {
  padding-left: 45px; }

.p-r-45 {
  padding-right: 45px; }

.p-tb-50 {
  padding-top: 50px;
  padding-bottom: 50px; }

.p-lr-50 {
  padding-left: 50px;
  padding-right: 50px; }

.p-t-50 {
  padding-top: 50px; }

.p-b-50 {
  padding-bottom: 50px; }

.p-l-50 {
  padding-left: 50px; }

.p-r-50 {
  padding-right: 50px; }

.image-container {
  width: 100%;
  padding: 0;
  overflow: hidden; }
  .image-container .image-row {
    padding: 0;
    width: 100%;
    display: block;
    float: left; }
  .image-container .image-col {
    display: block;
    float: left;
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 300px; }
    .image-container .image-col img {
      position: absolute;
      top: 0; }
    .image-container .image-col:first-child img {
      right: 0; }
    .image-container .image-col:last-child img {
      left: 0; }
    @media only screen and (min-width: 991px) {
      .image-container .image-col {
        height: 400px;
        width: 50%; } }

.btn {
  text-transform: uppercase;
  border-radius: 5px;
  padding-top: 10px; }
  .btn.btn-lg {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 15px;
    padding-bottom: 10px;
    font-size: 20px; }

.btn-outlined {
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
  text-transform: uppercase;
  font-family: 'Uniform Condensed';
  font-weight: bold; }
  .btn-outlined:hover, .btn-outlined:focus, .btn-outlined:active {
    background-color: #fff;
    color: #2f5d86;
    border-color: #2f5d86; }
  .btn-outlined.blue {
    background-color: transparent;
    border: 3px solid #2f5d86;
    color: #2f5d86; }
    .btn-outlined.blue:hover, .btn-outlined.blue:focus, .btn-outlined.blue:active {
      background-color: #2f5d86;
      color: #ffffff; }
  .btn-outlined.yellow {
    border-color: #fcbc3e;
    color: #ffffff;
    border-radius: 0; }
    .btn-outlined.yellow:hover, .btn-outlined.yellow:focus, .btn-outlined.yellow:active {
      background-color: #fcbc3e; }

.btn-green {
  background-color: #244d27;
  border: 1px solid #244d27;
  color: #fff;
  text-transform: uppercase;
  font-family: 'Uniform';
  font-weight: normal !important; }
  .btn-green:hover, .btn-green:focus, .btn-green:active {
    background-color: #1c3c1e;
    color: #ffffff;
    border-color: #244d27; }

.btn-group {
  text-align: center;
  margin: 0 auto; }
  .btn-group .btn {
    border-radius: 5px !important;
    margin-bottom: 15px; }
  .btn-group.btn-2 {
    padding-left: 20px;
    padding-right: 20px; }
    .btn-group.btn-2 > .btn {
      width: 100%; }
      @media only screen and (min-width: 991px) {
        .btn-group.btn-2 > .btn {
          width: 50%; }
          .btn-group.btn-2 > .btn:first-child {
            float: left;
            margin-right: 10px; }
          .btn-group.btn-2 > .btn:last-child {
            float: right;
            margin-left: 10px; } }

.btn-inline {
  display: inline-block;
  text-align: center;
  margin: 0 auto;
  width: 100%; }
  .btn-inline > .btn {
    display: block;
    width: 100%;
    margin: 0 auto 15px; }
    @media only screen and (min-width: 991px) {
      .btn-inline > .btn {
        display: inline-block;
        margin-left: 5px;
        margin-right: 5px;
        max-width: 300px;
        width: auto; } }

* .btn,
* a,
.ui-update .btn,
.ui-update a {
  font-size: 1em;
  font-weight: 600; }
  * .btn.btn-transparent,
  * a.btn-transparent,
  .ui-update .btn.btn-transparent,
  .ui-update a.btn-transparent {
    background-color: #ffffff;
    background-color: rgba(255, 255, 255, 0.35);
    color: #ffffff;
    border: 1px solid #ffffff; }
    * .btn.btn-transparent:hover, * .btn.btn-transparent:focus, * .btn.btn-transparent:active,
    * a.btn-transparent:hover,
    * a.btn-transparent:focus,
    * a.btn-transparent:active,
    .ui-update .btn.btn-transparent:hover,
    .ui-update .btn.btn-transparent:focus,
    .ui-update .btn.btn-transparent:active,
    .ui-update a.btn-transparent:hover,
    .ui-update a.btn-transparent:focus,
    .ui-update a.btn-transparent:active {
      background-color: #ffffff;
      background-color: rgba(255, 255, 255, 0.55);
      border: 1px solid #ffffff;
      color: #ffffff; }

span.block {
  display: block; }

.text-left-desktop {
  text-align: center; }
  @media only screen and (min-width: 768px) {
    .text-left-desktop {
      text-align: left; } }
.text-right-desktop {
  text-align: center; }
  @media only screen and (min-width: 768px) {
    .text-right-desktop {
      text-align: right; } }

h1, h2, h3, h4, h5, h6 {
  font-family: 'Uniform Condensed', sans-serif;
  font-weight: 500; }
  h1.white, h2.white, h3.white, h4.white, h5.white, h6.white {
    color: #fff; }
  h1.yellow, h2.yellow, h3.yellow, h4.yellow, h5.yellow, h6.yellow {
    color: #fcbc3e; }
  h1.black, h2.black, h3.black, h4.black, h5.black, h6.black {
    color: #000; }
  h1.primary-dark, h2.primary-dark, h3.primary-dark, h4.primary-dark, h5.primary-dark, h6.primary-dark {
    color: #1b364d; }

.display-1 {
  font-size: 5em;
  line-height: 0.8em;
  margin-top: 0.2em; }
  @media only screen and (min-width: 768px) {
    .display-1 {
      font-size: 6em; } }

.display-2 {
  font-size: 2.75em; }
  @media only screen and (min-width: 500px) {
    .display-2 {
      font-size: 4em; } }

.display-2_5 {
  font-size: 3em; }
  @media only screen and (min-width: 500px) {
    .display-2_5 {
      font-size: 3.5em; } }

.display-3 {
  font-size: 2.25em; }

.display-4 {
  font-size: 2em; }

.display-bold {
  font-weight: 500; }

.display-tight {
  line-height: 1; }

p.display-1, p.display-2, p.display-2_5, p.display-3, p.display-4 {
  margin-top: 20px; }

.display-1,
.display-2,
.display-2_5,
.display-3,
.display-4 {
  text-transform: uppercase; }
  .display-1 [class*=" display-"],
  .display-1 [class^="display-"],
  .display-2 [class*=" display-"],
  .display-2 [class^="display-"],
  .display-2_5 [class*=" display-"],
  .display-2_5 [class^="display-"],
  .display-3 [class*=" display-"],
  .display-3 [class^="display-"],
  .display-4 [class*=" display-"],
  .display-4 [class^="display-"] {
    margin-bottom: -5px; }
    @media only screen and (min-width: 768px) {
      .display-1 [class*=" display-"],
      .display-1 [class^="display-"],
      .display-2 [class*=" display-"],
      .display-2 [class^="display-"],
      .display-2_5 [class*=" display-"],
      .display-2_5 [class^="display-"],
      .display-3 [class*=" display-"],
      .display-3 [class^="display-"],
      .display-4 [class*=" display-"],
      .display-4 [class^="display-"] {
        margin-bottom: -5px; } }
  @media only screen and (max-width: 767px) {
    .display-1.center-block,
    .display-2.center-block,
    .display-2_5.center-block,
    .display-3.center-block,
    .display-4.center-block {
      margin: 15px auto; } }

h1.display-1, h1.display-2, h1.display-3, h1.display-4 {
  line-height: 0.8em;
  margin-top: 0.2em; }

.bg-primary {
  background-color: #2f5d86;
  color: #ffffff; }
  .bg-primary * {
    color: #ffffff; }

.bg-red {
  background-color: #b12c2c;
  color: #ffffff;
  border-color: #b12c2c; }
  .bg-red * {
    color: #ffffff; }
    
.bg-blue {
  background-color: #2f5d86;
  color: #ffffff;
  border-color: #2f5d86; }
  .bg-blue * {
    color: #ffffff; }

.bg-green {
  background-color: #244d27;
  color: #ffffff;
  border-color: #244d27; }
  .bg-green * {
    color: #ffffff; }

.bg-dark-green {
  background-color: #1a3a48;
  color: #ffffff;
  border-color: #1a3a48; }
  .bg-dark-green * {
    color: #ffffff; }

.txt-dark-green {
  color: #1a3a48; }

.txt-red {
  color: #e82c1e; }

.txt-beige {
  color: #f8e9d5; }

.txt-green {
  color: #244d27; }

.txt-primary {
  color: #2f5d86; }

.txt-primary-lt {
  color: #5698d2; }

.txt-white {
  color: #ffffff; }
  .txt-white > * {
    color: #ffffff; }

.txt-yellow {
  color: #fcbc3e; }

.link-black {
  color: #000000;
  text-decoration: none; }
  .link-black:hover, .link-black:focus {
    color: #000000; }

.lead {
  font-size: 18px;
  font-family: 'Roboto', sans-serif;
  font-weight: 300; }
  @media only screen and (min-width: 768px) {
    .lead {
      font-size: 21px; } }

.dark-bg {
  background-color: #000;
  color: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.medium-bg {
  background-color: #f4f4f4;
  color: #000000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.uppercase {
  text-transform: uppercase; }

.underline {
  text-decoration: underline; }

@media only screen and (min-width: 768px) {
  .mobile-break {
    display: block; } }

@media only screen and (min-width: 991px) and (max-width: 1199px) {
  .mobile-full {
    width: 100%; } }

.section-padding-xs {
  padding-top: 10px;
  padding-bottom: 10px; }

.section-padding-sm {
  padding-top: 30px;
  padding-bottom: 30px; }

.section-padding-md {
  padding-top: 75px;
  padding-bottom: 75px; }
  @media only screen and (min-width: 768px) {
    .section-padding-md {
      padding-top: 50px;
      padding-bottom: 50px; } }

.section-padding-lg {
  padding-top: 75px;
  padding-bottom: 75px; }

.section-padding-xl {
  padding-top: 100px;
  padding-bottom: 100px; }

.section-border-top {
  border-top: 3px solid #2f5d86; }

.section-arrow-bottom {
  position: relative; }
  .section-arrow-bottom + * {
    margin-top: 80px; }
  .section-arrow-bottom:after {
    content: "";
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
    border-top: 50px solid;
    border-top-color: inherit;
    position: absolute;
    bottom: -40px;
    left: 50%;
    transform: translateX(-50%);
    width: 70px;
    z-index: 1; }

[class*=" col-"] [class*=" col-"],
[class*=" col-"] [class^="col-"],
[class^="col-"] [class*=" col-"],
[class^="col-"] [class^="col-"] {
  padding-left: 0;
  padding-right: 0; }

.background-full {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative; }
  .background-full.no-overflow {
    overflow: hidden; }
  .background-full.gradient {
    background: #a5a6aa;
    /* Old browsers */
    background: -moz-radial-gradient(center, ellipse cover, #a5a6aa 0%, #666669 100%);
    /* FF3.6-15 */
    background: -webkit-radial-gradient(center, ellipse cover, #a5a6aa 0%, #666669 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: radial-gradient(ellipse at center, #a5a6aa 0%, #666669 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a5a6aa', endColorstr='#666669',GradientType=1 );
    /* IE6-9 fallback on horizontal gradient */ }
  .background-full.content-bg-xl {
    height: 500px; }
  .background-full.content-bg-lg {
    height: 400px; }
  .background-full.content-bg-md {
    height: 300px; }
  .background-full.align-top {
    background-position: top center; }

.bg-height-50 {
  height: 100vh; }
  @media only screen and (min-width: 768px) {
    .bg-height-50 {
      height: 50vh; } }

.bg-height-60 {
  height: 100vh; }
  @media only screen and (min-width: 768px) {
    .bg-height-60 {
      height: 60vh; } }

.bg-height-70 {
  height: 100vh; }
  @media only screen and (min-width: 768px) {
    .bg-height-70 {
      height: 70vh; } }

.bg-height-80 {
  height: 100vh; }
  @media only screen and (min-width: 768px) {
    .bg-height-80 {
      height: 80vh; } }

.bg-height-90 {
  height: 100vh; }
  @media only screen and (min-width: 768px) {
    .bg-height-90 {
      height: 90vh; } }

.bg-height-100 {
  height: 100vh; }

.relative-content-wrapper {
  width: 100%;
  height: 100%;
  min-height: 200px;
  position: relative;
  overflow: hidden; }
  .relative-content-wrapper .container {
    position: relative;
    height: 100%; }

.absolute-center {
  text-align: center;
  position: absolute;
  width: 100%;
  padding-left: 25px;
  padding-right: 25px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }
  .absolute-center.left {
    width: 100%; }
    @media only screen and (min-width: 768px) {
      .absolute-center.left {
        width: auto; } }
    @media only screen and (min-width: 768px) {
      .absolute-center.left {
        left: 0;
        transform: translate(0, -50%); } }
  @media only screen and (min-width: 991px) {
    .absolute-center.right {
      left: auto;
      right: 0;
      transform: translate(0, -50%); } }
  @media only screen and (min-width: 1200px) {
    .absolute-center.right.no-padding {
      padding-right: 0; } }

.circle-nav {
  border: 1px solid #b9b9b9;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: inline-block;
  position: relative; }
  .circle-nav .arrow-icon {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    display: inline-block; }
    .circle-nav .arrow-icon.arrow-left, .circle-nav .arrow-icon.arrow-right {
      width: 1em;
      height: 1em; }
      .circle-nav .arrow-icon.arrow-left:after, .circle-nav .arrow-icon.arrow-right:after {
        content: '';
        display: block;
        width: 100%;
        height: 100%; }
    .circle-nav .arrow-icon.arrow-right {
      right: 40%; }
      .circle-nav .arrow-icon.arrow-right:after {
        border-top: 2px solid #b9b9b9;
        border-right: 2px solid #b9b9b9;
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg); }
    .circle-nav .arrow-icon.arrow-left {
      left: 40%; }
      .circle-nav .arrow-icon.arrow-left:after {
        border-top: 2px solid #b9b9b9;
        border-right: 2px solid #b9b9b9;
        -moz-transform: rotate(225deg);
        -o-transform: rotate(225deg);
        -ms-transform: rotate(225deg);
        -webkit-transform: rotate(225deg);
        transform: rotate(225deg); }

.full-width-header {
  height: 300px;
  margin-bottom: 30px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
  position: relative; }
  .full-width-header:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 0; }
  .full-width-header .header-text {
    text-align: center;
    z-index: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 10px auto 0; }
    @media only screen and (min-width: 768px) and (max-width: 990px) {
      .full-width-header .header-text {
        margin-top: 40px; } }
    .full-width-header .header-text h1, .full-width-header .header-text h2, .full-width-header .header-text h3, .full-width-header .header-text h4, .full-width-header .header-text h5, .full-width-header .header-text h6 {
      margin: 0 auto;
      color: #fff;
      font-weight: 600;
      font-size: 2.5em; }

.img-responsive {
  margin: 0 auto; }

.vertical-flex .flex-item {
  margin: 0 auto 1.5em;
  text-align: center; }
  .vertical-flex .flex-item:last-child {
    margin-bottom: 0; }

@media only screen and (min-width: 768px) {
  .vertical-flex.flex-2 {
    display: flex;
    display: -webkit-flex;
    align-items: center; }
    .vertical-flex.flex-2 .flex-item {
      flex: 2 0 0;
      -webkit-flex: 2 0 0;
      margin: 0 auto;
      text-align: initial; }
      .vertical-flex.flex-2 .flex-item.flex-padding {
        padding-left: 2em; }
        .vertical-flex.flex-2 .flex-item.flex-padding:first-of-type {
          padding-right: 2em;
          padding-left: 0; } }

@media only screen and (min-width: 991px) {
  .vertical-flex.flex-3 {
    display: flex;
    display: -webkit-flex;
    align-items: center; }
    .vertical-flex.flex-3 .flex-item {
      flex: 2 0 0;
      -webkit-flex: 2 0 0;
      margin: 0 auto;
      text-align: initial; }
      .vertical-flex.flex-3 .flex-item.flex-padding {
        padding-left: 2em; }
        .vertical-flex.flex-3 .flex-item.flex-padding:first-of-type {
          padding-right: 2em;
          padding-left: 0; } }

.video-wrapper {
  display: block;
  text-align: center;
  width: 100%;
  position: relative;
  cursor: pointer;
  margin: 1em auto; }
  .video-wrapper .video-play:before, .video-wrapper .video-play:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -moz-transition: background-color 0.5s, border-color 0.5s;
    -o-transition: background-color 0.5s, border-color 0.5s;
    -webkit-transition: background-color 0.5s, border-color 0.5s;
    transition: background-color 0.5s, border-color 0.5s; }
  .video-wrapper .video-play:before {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 4px solid #ffffff;
    display: block;
    background-color: #ffffff;
    background-color: rgba(255, 255, 255, 0.5); }
  .video-wrapper .video-play:after {
    width: 0;
    height: 0;
    border-top: 23px solid transparent;
    border-bottom: 23px solid transparent;
    border-left: 35px solid #ffffff;
    margin-left: 5px; }
  .video-wrapper .video-play:hover:before {
    background-color: #ffffff;
    background-color: rgba(255, 255, 255, 0.75); }
  .video-wrapper .video-play:hover:after {
    border-left-color: #2f5d86; }
  .video-wrapper img {
    margin: 0 auto;
    max-width: 100%;
    width: 100%;
    height: auto;
    vertical-align: middle;
    display: inline-block; }
  .video-wrapper.thumb-sm img {
    max-width: 400px; }

.blocks-tight {
  display: inline-block; }
  .blocks-tight > * {
    margin: 0 auto;
    display: block; }

.block-float {
  position: absolute; }
  .block-float.block-left {
    left: 0; }
  .block-float.block-right {
    right: 0; }
  .block-float.block-top {
    top: 0; }
  .block-float.block-bottom {
    bottom: 0; }
  .block-float.block-center {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
  .block-float.block-center-y {
    top: 50%;
    transform: translate(0, -50%); }
  .block-float.block-center-x {
    left: 50%;
    transform: translate(-50%, 0); }

.word_wrap {
  white-space: normal; }

header.background-full.bg-height-100 {
  max-height: 800px;
  min-height: 630px; }
  @media only screen and (max-width: 991px) {
    header.background-full.bg-height-100:before {
      content: '';
      position: absolute;
      width: 100%;
      height: 100%;
      background-color: #222222;
      opacity: 0.35; } }

section.container-fluid {
  padding-left: 0;
  padding-right: 0; }

.heading-container {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  overflow: hidden; }
  @media only screen and (max-width: 768px) {
    .heading-container.mobile-screen:before {
      content: '';
      position: absolute;
      width: 100%;
      height: 100%;
      background-color: #222222;
      opacity: 0.6;
      z-index: 1; } }

.heading-wrapper {
  margin: 0 auto;
  text-align: center;
  text-transform: uppercase; }
  .heading-wrapper h1, .heading-wrapper h2, .heading-wrapper h3, .heading-wrapper h4, .heading-wrapper h5, .heading-wrapper h6 {
    display: block;
    margin-bottom: -5px; }
  .heading-wrapper h1 {
    letter-spacing: 8px; }
  .heading-wrapper h2 {
    display: inline-block;
    font-family: 'Uniform Extra Condensed';
    font-weight: 500;
    letter-spacing: 1px; }

h1, h2, h3, h4, h5, h6 {
  text-transform: uppercase; }
  h1.heading-lowercase, h2.heading-lowercase, h3.heading-lowercase, h4.heading-lowercase, h5.heading-lowercase, h6.heading-lowercase {
    text-transform: none; }
  h1.line-break, h2.line-break, h3.line-break, h4.line-break, h5.line-break, h6.line-break {
    letter-spacing: 0;
    display: block;
    color: #fcbc3e;
    position: relative;
    font-family: 'Uniform', sans-serif;
    font-weight: 500;
    text-align: center; }
    h1.line-break:before, h1.line-break:after, h2.line-break:before, h2.line-break:after, h3.line-break:before, h3.line-break:after, h4.line-break:before, h4.line-break:after, h5.line-break:before, h5.line-break:after, h6.line-break:before, h6.line-break:after {
      content: '';
      height: 3px;
      width: 110px;
      background-color: #fcbc3e;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      display: block; }
    h1.line-break:before, h2.line-break:before, h3.line-break:before, h4.line-break:before, h5.line-break:before, h6.line-break:before {
      left: -25px; }
    h1.line-break:after, h2.line-break:after, h3.line-break:after, h4.line-break:after, h5.line-break:after, h6.line-break:after {
      right: -25px; }
    @media only screen and (min-width: 768px) {
      h1.line-break:before, h2.line-break:before, h3.line-break:before, h4.line-break:before, h5.line-break:before, h6.line-break:before {
        margin-left: 25px; }
      h1.line-break:after, h2.line-break:after, h3.line-break:after, h4.line-break:after, h5.line-break:after, h6.line-break:after {
        margin-right: 25px; } }
  h1.white, h2.white, h3.white, h4.white, h5.white, h6.white {
    color: #ffffff; }
    h1.white:before, h1.white:after, h2.white:before, h2.white:after, h3.white:before, h3.white:after, h4.white:before, h4.white:after, h5.white:before, h5.white:after, h6.white:before, h6.white:after {
      background-color: #ffffff; }

.headings-tight {
  line-height: 1; }

.heading-c {
  font-family: 'Uniform Condensed'; }

.heading-xc {
  font-family: 'Uniform Extra Condensed'; }

.heading-bold {
  font-family: 'Uniform';
  font-weight: bold; }

.heading-bold-c {
  font-family: 'Uniform Condensed';
  font-weight: bold;
  letter-spacing: -1px; }

.heading-bold-xc {
  font-family: 'Uniform Extra Condensed';
  font-weight: bold; }

.heading-xbold {
  font-family: 'Uniform';
  font-weight: 900; }

.heading-xbold-c {
  font-family: 'Uniform Condensed';
  font-weight: 900; }

.heading-xbold-xc {
  font-family: 'Uniform Extra Condensed';
  font-weight: 900; }

.heading-italic {
  font-style: italic; }

.heading-thin {
  font-family: 'Uniform Condensed';
  font-weight: 500; }

.heading-outlined {
  border: 5px solid #2f5d86;
  color: #2f5d86;
  display: inline-block;
  margin: 0 1em 2em;
  padding: 0 2em; }
  .heading-outlined > * {
    margin: 15px auto 5px; }

p.heading-paragraph {
  text-transform: uppercase;
  font-family: 'Uniform Condensed';
  font-weight: bold;
  font-size: 1.35em;
  line-height: 1.15em; }

p.quote-paragraph {
  font-style: italic; }

p.thin {
  font-weight: 500; }

p.txt-lg {
  font-size: 2em; }

p.txt-md {
  font-size: 1.5em; }

.price-section {
  display: block;
  margin-top: 4em;
  text-align: center;
  color: #ffffff; }
  @media only screen and (min-width: 991px) {
    .price-section {
      text-align: left;
      margin-top: 2em; } }
  @media only screen and (max-width: 991px) {
    .price-section .bullet-list {
      list-style: none; } }
  .price-section .price-heading {
    font-size: 8em;
    font-family: 'Uniform Condensed';
    font-weight: 900;
    color: #ffffff;
    margin: 0 auto 25px;
    display: block;
    text-align: center;
    position: relative; }
    @media only screen and (min-width: 768px) {
      .price-section .price-heading {
        display: inline-block;
        margin: 50px auto 0;
        font-size: 15em;
        text-align: left; } }
    .price-section .price-heading small {
      color: inherit;
      font-size: 25%;
      display: block;
      text-align: center;
      width: 100%; }
      @media only screen and (min-width: 768px) {
        .price-section .price-heading small {
          width: auto;
          font-size: 12%;
          position: absolute;
          right: 10%;
          bottom: 4%; } }
      .price-section .price-heading small:first-of-type {
        margin: 0 auto 0.5em;
        text-align: center; }
        @media only screen and (min-width: 768px) {
          .price-section .price-heading small:first-of-type {
            margin: 0 auto;
            top: -40px;
            left: 17%;
            bottom: auto;
            right: auto; } }

.bullet-list {
  padding-left: 20px;
  margin: 0 auto; }
  @media only screen and (max-width: 767px) {
    .bullet-list {
      list-style: none; } }
  @media only screen and (min-width: 768px) {
    .bullet-list {
      padding-left: 1em; } }
  .bullet-list li {
    text-transform: uppercase;
    font-family: 'Uniform Extra Condensed';
    font-weight: normal;
    font-size: 1.25em; }

.section-banner {
  max-width: 850px;
  width: 100%;
  background-color: #356fa2;
  text-align: center;
  margin: 0 auto;
  display: block;
  padding-left: 15px;
  padding-right: 15px; }
  .section-banner.floating-banner {
    position: absolute;
    top: -31px;
    left: 50%;
    transform: translateX(-50%); }
  .section-banner > * {
    display: inline-block;
    color: #ffffff;
    font-family: 'Uniform Condensed';
    font-weight: 500; }

.permit-box {
  border-radius: 8px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  display: block;
  overflow: hidden;
  text-decoration: none;
  margin: 0 auto 1em; }
  .permit-box:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #222222;
    opacity: 0;
    -moz-transition: opacity 0.35s;
    -o-transition: opacity 0.35s;
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s; }
  .permit-box:hover, .permit-box:active, .permit-box:focus {
    text-decoration: none; }
    .permit-box:hover:before, .permit-box:active:before, .permit-box:focus:before {
      opacity: 0.35; }

.permit-text {
  display: block;
  padding: 2.5em 1em;
  color: #ffffff;
  font-family: 'Uniform Condensed';
  text-transform: uppercase; }
  .permit-text .title,
  .permit-text .sub-title,
  .permit-text .detail {
    position: relative;
    display: block;
    margin: 0 auto;
    line-height: 1; }
  .permit-text .title {
    font-weight: bold;
    font-size: 3em; }
  .permit-text .sub-title {
    font-family: 'Uniform Condensed';
    font-weight: 500;
    font-size: 2em;
    position: relative;
    display: inline-block;
    letter-spacing: 7px; }
    .permit-text .sub-title:before, .permit-text .sub-title:after {
      content: '';
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      width: 100px;
      height: 3px;
      background-color: #ffffff; }
    .permit-text .sub-title:before {
      right: 100%;
      margin-right: 10px; }
    .permit-text .sub-title:after {
      left: 100%;
      margin-left: 10px; }
  .permit-text .detail {
    margin: 0.25em auto 0;
    font-size: 1.15em; }

.image-quote {
  position: relative;
  max-width: 500px;
  margin: 2em auto -30px; }
  .image-quote .quote-text {
    position: absolute;
    top: 0;
    right: 0; }
    .image-quote .quote-text > * {
      max-width: 320px; }
  .image-quote img {
    max-width: 250px;
    margin-left: -10px; }
  @media only screen and (min-width: 991px) {
    .image-quote {
      margin: 0 auto; }
      .image-quote .quote-text {
        position: relative;
        top: auto;
        right: auto;
        float: right; }
        .image-quote .quote-text > * {
          max-width: 250px; }
      .image-quote img {
        position: absolute;
        left: -75px;
        top: 30px;
        max-width: 275px;
        margin: 0; } }

.plan-wrapper {
  width: 100%;
  height: 100%;
  float: right;
  position: relative;
  z-index: 2; }
  @media only screen and (min-width: 768px) {
    .plan-wrapper {
      width: 60%; } }
  @media only screen and (min-width: 1200px) {
    .plan-wrapper {
      margin-right: 5%;
      width: 50%;
      max-width: 600px; } }

.plan-img {
  position: absolute;
  bottom: 0;
  left: 0; }

.plan-heading {
  display: block;
  width: 100%; }
  @media only screen and (min-width: 768px) and (max-width: 990px) {
    .plan-heading.top-right {
      top: 5%;
      left: 50%;
      transform: translate(-50%, 0); } }
  .plan-heading .title,
  .plan-heading .subtitle,
  .plan-heading .detail {
    display: block;
    text-transform: uppercase; }
  .plan-heading .title {
    font-family: 'Uniform Condensed';
    font-weight: bold;
    font-size: 4.5em;
    line-height: 1; }
  .plan-heading .subtitle {
    font-family: 'Uniform';
    font-weight: 500;
    font-size: 2.5em;
    letter-spacing: 5px;
    text-align: center;
    position: relative;
    margin-bottom: 10px; }
    .plan-heading .subtitle > span {
      position: relative;
      display: block;
      margin-bottom: -5px; }
    .plan-heading .subtitle:before, .plan-heading .subtitle:after {
      content: "";
      background: #ffffff;
      display: block;
      height: 2px;
      width: 100%; }
      @media only screen and (min-width: 768px) {
        .plan-heading .subtitle:before, .plan-heading .subtitle:after {
          height: 4px;
          display: inline-block;
          max-width: 80px;
          position: absolute;
          top: 50%;
          transform: translateY(-50%); } }
      @media only screen and (min-width: 768px) {
        .plan-heading .subtitle:before, .plan-heading .subtitle:after {
          max-width: 150px; } }
      @media only screen and (min-width: 991px) {
        .plan-heading .subtitle:before, .plan-heading .subtitle:after {
          max-width: 150px; } }
      @media only screen and (min-width: 1100px) {
        .plan-heading .subtitle:before, .plan-heading .subtitle:after {
          max-width: 175px; } }
      @media only screen and (min-width: 1200px) {
        .plan-heading .subtitle:before, .plan-heading .subtitle:after {
          max-width: 185px; } }
    .plan-heading .subtitle:before {
      left: 0; }
    .plan-heading .subtitle:after {
      right: 0; }
  .plan-heading .detail {
    font-size: 1.5em;
    margin-bottom: 15px; }
  .plan-heading p {
    text-align: center;
    text-transform: uppercase; }
    .plan-heading p.txt-green {
      text-align: right; }
      @media only screen and (max-width: 767px) {
        .plan-heading p.txt-green {
          text-align: center;
          color: #ffffff; } }

.corner-callout {
  position: absolute; }
  .corner-callout.top-right {
    top: 0;
    right: 0; }

.compare-membership p {
  text-align: center; }
  @media only screen and (min-width: 991px) {
    .compare-membership p {
      text-align: left; } }

[data-compare-item] {
  text-align: center;
  margin-bottom: 25px; }
  @media only screen and (max-width: 990px) {
    [data-compare-item]:before {
      content: attr(data-compare-item);
      display: block;
      font-family: 'Uniform Extra Condensed';
      font-weight: bold;
      color: #1a3a48;
      text-transform: uppercase;
      font-size: 2em; } }

html {
  position: relative;
  min-height: 100%; }

body {
  color: #222222;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  width: 100%;
  height: 100%;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 836px;
  padding-top: 79px;
  -webkit-font-smoothing: auto; }
  @media only screen and (min-width: 768px) {
    body {
      margin-bottom: 785px; } }
  @media only screen and (min-width: 991px) {
    body {
      padding-top: 140px;
      margin-bottom: 341px; } }

.m-tb-0 {
  margin-top: 0px;
  margin-bottom: 0px; }

.m-t-0 {
  margin-top: 0px; }

.m-b-0 {
  margin-bottom: 0px; }

.m-l-0 {
  margin-left: 0px; }

.m-r-0 {
  margin-right: 0px; }

.m-tb-5 {
  margin-top: 5px;
  margin-bottom: 5px; }

.m-t-5 {
  margin-top: 5px; }

.m-b-5 {
  margin-bottom: 5px; }

.m-l-5 {
  margin-left: 5px; }

.m-r-5 {
  margin-right: 5px; }

.m-tb-10 {
  margin-top: 10px;
  margin-bottom: 10px; }

.m-t-10 {
  margin-top: 10px; }

.m-b-10 {
  margin-bottom: 10px; }

.m-l-10 {
  margin-left: 10px; }

.m-r-10 {
  margin-right: 10px; }

.m-tb-15 {
  margin-top: 15px;
  margin-bottom: 15px; }

.m-t-15 {
  margin-top: 15px; }

.m-b-15 {
  margin-bottom: 15px; }

.m-l-15 {
  margin-left: 15px; }

.m-r-15 {
  margin-right: 15px; }

.m-tb-20 {
  margin-top: 20px;
  margin-bottom: 20px; }

.m-t-20 {
  margin-top: 20px; }

.m-b-20 {
  margin-bottom: 20px; }

.m-l-20 {
  margin-left: 20px; }

.m-r-20 {
  margin-right: 20px; }

.m-tb-25 {
  margin-top: 25px;
  margin-bottom: 25px; }

.m-t-25 {
  margin-top: 25px; }

.m-b-25 {
  margin-bottom: 25px; }

.m-l-25 {
  margin-left: 25px; }

.m-r-25 {
  margin-right: 25px; }

.m-tb-30 {
  margin-top: 30px;
  margin-bottom: 30px; }

.m-t-30 {
  margin-top: 30px; }

.m-b-30 {
  margin-bottom: 30px; }

.m-l-30 {
  margin-left: 30px; }

.m-r-30 {
  margin-right: 30px; }

.m-tb-35 {
  margin-top: 35px;
  margin-bottom: 35px; }

.m-t-35 {
  margin-top: 35px; }

.m-b-35 {
  margin-bottom: 35px; }

.m-l-35 {
  margin-left: 35px; }

.m-r-35 {
  margin-right: 35px; }

.m-tb-40 {
  margin-top: 40px;
  margin-bottom: 40px; }

.m-t-40 {
  margin-top: 40px; }

.m-b-40 {
  margin-bottom: 40px; }

.m-l-40 {
  margin-left: 40px; }

.m-r-40 {
  margin-right: 40px; }

.m-tb-45 {
  margin-top: 45px;
  margin-bottom: 45px; }

.m-t-45 {
  margin-top: 45px; }

.m-b-45 {
  margin-bottom: 45px; }

.m-l-45 {
  margin-left: 45px; }

.m-r-45 {
  margin-right: 45px; }

.m-tb-50 {
  margin-top: 50px;
  margin-bottom: 50px; }

.m-t-50 {
  margin-top: 50px; }

.m-b-50 {
  margin-bottom: 50px; }

.m-l-50 {
  margin-left: 50px; }

.m-r-50 {
  margin-right: 50px; }

.m-auto {
  margin: 0 auto !important; }

a,
button,
.btn {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s; }

.btn {
  border-radius: 0; }
  .btn.btn-upper {
    text-transform: uppercase; }
  .btn.btn-x-lg {
    padding: 10px 30px;
    font-size: 22px; }

.btn-white {
  background-color: #fff !important;
  color: #000 !important;
  border-color: #fff !important; }
  .btn-white:hover, .btn-white:focus, .btn-white:active {
    background-color: #d9d9d9 !important;
    color: #000 !important;
    border-color: #d9d9d9 !important; }

.btn-black {
  background-color: #000;
  color: #fff;
  border: none; }
  .btn-black:hover, .btn-black:focus {
    background-color: #4d4c4c;
    color: #fff;
    border: none; }

.btn-blue {
  background-color: #2f5d86 !important;
  color: #fff !important;
  border-color: #2f5d86 !important; }
  .btn-blue:hover, .btn-blue:focus, .btn-blue:active {
    background-color: #1b364d !important;
    color: #fff !important;
    border-color: #1b364d !important; }

.bullet {
  vertical-align: middle;
  margin: 0 5px; }

.txt-blue {
  color: #2f5d86; }

.txt-white {
  color: #fff; }

.bg-lightGrey {
  background-color: #f3f3f3; }

.bg-blue {
  background-color: #2f5d86;
  color: #fff; }

.padded-section-sm {
  padding-top: 15px;
  padding-bottom: 15px; }

.padded-section-md {
  padding-top: 35px;
  padding-bottom: 35px; }

.padded-section-lg {
  padding-top: 55px;
  padding-bottom: 55px; }

.padded-section-xlg {
  padding-top: 100px;
  padding-bottom: 100px; }

.relative-row {
  position: relative; }

h1, h2, h3, h4, h5, h6 {
  color: #2f5d86;
  vertical-align: middle; }
  h1.upper, h2.upper, h3.upper, h4.upper, h5.upper, h6.upper {
    text-transform: uppercase; }
  h1.thin, h2.thin, h3.thin, h4.thin, h5.thin, h6.thin {
    font-weight: 300; }
  h1.inline, h2.inline, h3.inline, h4.inline, h5.inline, h6.inline {
    display: inline-block; }

footer {
  position: absolute;
  bottom: 0;
  padding-top: 15px;
  width: 100%;
  background-color: #fff;
  color: #000;
  font-size: 14px; }
  footer .footer-col {
    padding-left: 20px;
    padding-right: 20px; }
    @media only screen and (max-width: 990px) {
      footer .footer-col {
        text-align: center;
        margin: 25px auto; } }
    @media only screen and (min-width: 991px) {
      footer .footer-col {
        display: table-cell;
        vertical-align: middle;
        float: none; } }
    footer .footer-col h1:first-child, footer .footer-col h2:first-child, footer .footer-col h3:first-child, footer .footer-col h4:first-child, footer .footer-col h5:first-child, footer .footer-col h6:first-child {
      margin-top: 0; }
    footer .footer-col .footer-col-row {
      margin-bottom: 20px; }
  footer .paymentsAccepted {
    padding-left: 0;
    list-style: none;
    display: inline-block;
    margin: 0 auto;
    width: 100%; }
    footer .paymentsAccepted li {
      display: inline-block; }
    footer .paymentsAccepted .paymentItem {
      -webkit-filter: grayscale(100%);
      filter: grayscale(100%); }
      @media only screen and (min-width: 768px) {
        footer .paymentsAccepted .paymentItem {
          max-width: 60px; } }
      footer .paymentsAccepted .paymentItem:hover {
        -webkit-filter: grayscale(0%);
        filter: grayscale(0%); }
  footer .social-list li a {
    font-size: 28px !important; }
  footer .footer-bottom {
    background-color: #f3f3f3;
    padding-top: 10px;
    padding-bottom: 10px;
    margin: 15px auto 0; }
    footer .footer-bottom p {
      margin: 0 auto; }
    footer .footer-bottom a {
      color: #000; }
    footer .footer-bottom .col-left,
    footer .footer-bottom .col-center,
    footer .footer-bottom .col-right {
      text-align: center; }
    @media only screen and (min-width: 991px) {
      footer .footer-bottom .col-left {
        text-align: left; }
      footer .footer-bottom .col-right {
        text-align: right; } }
  footer .footer-newsletter {
    display: inline-block; }
    footer .footer-newsletter input {
      width: auto;
      display: block;
      float: left;
      height: 46px;
      margin: 0 auto;
      vertical-align: middle; }
    footer .footer-newsletter button {
      display: block;
      float: left;
      padding-left: 15px;
      padding-right: 15px;
      height: 46px;
      margin: 0 auto;
      vertical-align: middle; }

.callout-section h1, .callout-section h2, .callout-section h3, .callout-section h4, .callout-section h5, .callout-section h6 {
  margin: 0 auto 15px; }
  @media only screen and (min-width: 991px) {
    .callout-section h1, .callout-section h2, .callout-section h3, .callout-section h4, .callout-section h5, .callout-section h6 {
      display: inline-block;
      margin-top: 0;
      margin-bottom: 0;
      margin-right: 15px; } }

.navbar-default {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  background-color: #fff;
  background-color: white;
  background-image: none !important;
  box-shadow: none;
  border-bottom: none;
  border-radius: 0;
  width: 100%;
  margin: 0 auto;
  position: fixed;
  top: 0;
  z-index: 1030;
  border: none; }
  .navbar-default.nav-scrolling {
    -webkit-box-shadow: 0 0px 6px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0 0px 6px rgba(0, 0, 0, 0.75);
    box-shadow: 0 0px 6px rgba(0, 0, 0, 0.75); }
  @media only screen and (min-width: 991px) {
    .navbar-default {
      position: absolute; }
      .navbar-default.nav-scrolling {
        position: fixed; }
        .navbar-default.nav-scrolling .nav-top-bar {
          display: none; } }
  @media only screen and (min-width: 768px) and (max-width: 801px) {
    .navbar-default .navbar-main {
      padding-left: 0;
      padding-right: 0; } }
  @media only screen and (max-width: 990px) {
    .navbar-default .navbar-main {
      width: 100%; } }
  .navbar-default .navbar-header .navbar-brand {
    height: auto;
    margin: 5px auto; }
    @media only screen and (min-width: 991px) {
      .navbar-default .navbar-header .navbar-brand {
        margin: 0 auto; } }
    .navbar-default .navbar-header .navbar-brand img {
      max-width: 170px;
      height: auto; }
      @media only screen and (min-width: 991px) {
        .navbar-default .navbar-header .navbar-brand img {
          max-width: 200px; } }
  .navbar-default .navbar-toggle {
    background-color: #2f5d86;
    border: none;
    margin: 34px 17px; }
    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:active {
      background-color: #1b364d;
      border-color: #2f5d86; }
    .navbar-default .navbar-toggle .icon-bar {
      margin-left: auto;
      margin-right: auto;
      background-color: #fff; }
  .navbar-default .navbar-collapse {
    max-height: 100%; }
  .navbar-default .navbar-nav li {
    padding-top: 0px;
    padding-bottom: 0px; }
    @media only screen and (min-width: 768px) {
      .navbar-default .navbar-nav li {
        padding-top: 25px;
        padding-bottom: 25px; } }
    .navbar-default .navbar-nav li a {
      font-weight: 400;
      text-align: center;
      color: #000; }
      @media only screen and (min-width: 768px) {
        .navbar-default .navbar-nav li a {
          text-align: left; } }
      .navbar-default .navbar-nav li a:hover, .navbar-default .navbar-nav li a:focus, .navbar-default .navbar-nav li a.active {
        background-color: #2f5d86 !important;
        color: #fff !important; }
      .navbar-default .navbar-nav li a.site-search {
        font-size: 18px;
        color: #2f5d86; }
  @media only screen and (min-width: 768px) {
    .navbar-default .navbar-nav .dropdown:hover .dropdown-menu {
      display: block;
      padding-top: 0;
      padding-bottom: 0;
      border: none;
      border-radius: 0;
      left: 0;
      right: auto; }
      .navbar-default .navbar-nav .dropdown:hover .dropdown-menu li {
        display: block;
        padding: 0; }
        .navbar-default .navbar-nav .dropdown:hover .dropdown-menu li a {
          width: 100%;
          line-height: 35px;
          text-align: left; } }
  .navbar-default .nav-top-bar {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    background-color: #2f5d86;
    padding-top: 10px;
    padding-bottom: 10px;
    display: none; }
    @media only screen and (min-width: 991px) {
      .navbar-default .nav-top-bar {
        display: block; } }
    .navbar-default .nav-top-bar .row {
      text-align: center; }
    .navbar-default .nav-top-bar .top-links {
      color: #fff;
      text-align: center;
      vertical-align: middle; }
      .navbar-default .nav-top-bar .top-links .top-links-col {
        float: left;
        margin: 0 10px; }
      .navbar-default .nav-top-bar .top-links a {
        color: #fff;
        font-weight: 300;
        font-size: 14px;
        vertical-align: middle; }
        .navbar-default .nav-top-bar .top-links a:hover, .navbar-default .nav-top-bar .top-links a:focus {
          color: #bfbfbf; }

.social-list {
  padding-left: 0;
  margin: 0 auto;
  list-style: none; }
  .social-list li {
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px; }
    .social-list li a {
      color: #000;
      font-size: 18px !important; }
      .social-list li a:hover, .social-list li a:focus {
        color: #2f5d86; }
    .social-list li .fa {
      vertical-align: middle; }

.inline-links {
  padding: 0;
  list-style: none; }
  .inline-links li {
    display: inline-block;
    vertical-align: middle; }

.searchBox {
  opacity: 0;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1031;
  width: 100%;
  height: 100%;
  background-color: #2f5d86 !important;
  background-color: rgba(47, 93, 134, 0.95) !important; }
  .searchBox.searchActive {
    display: block;
    opacity: 1; }
  .searchBox .searchContainer {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
    text-align: center; }
  .searchBox .searchAlert-text p {
    color: #fff;
    font-size: 18px;
    margin: 15px auto 0; }
  .searchBox .searchInput {
    font-size: 1.5em;
    color: #fff;
    font-weight: 300;
    display: inline-block;
    border-radius: 0;
    background-color: transparent;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 2px solid #fff; }
    @media only screen and (min-width: 768px) {
      .searchBox .searchInput {
        font-size: 3em;
        width: 600px; } }
    .searchBox .searchInput::-webkit-input-placeholder {
      color: #fff; }
    .searchBox .searchInput::-moz-placeholder {
      /* Firefox 19+ */
      color: #fff; }
    .searchBox .searchInput:-ms-input-placeholder {
      /* IE 10+ */
      color: #fff; }
    .searchBox .searchInput:-moz-placeholder {
      /* Firefox 18- */
      color: #fff; }
    .searchBox .searchInput.searchAlert {
      border-color: red; }
    .searchBox .searchInput:focus {
      -webkit-appearance: none;
      outline: none; }
  .searchBox .searchBtn {
    display: inline-block;
    font-size: 1.5em;
    background-color: transparent;
    border: none;
    outline: none;
    color: #fff; }
    @media only screen and (min-width: 768px) {
      .searchBox .searchBtn {
        font-size: 2em; } }
    .searchBox .searchBtn:hover, .searchBox .searchBtn:focus {
      color: #2f5d86; }
  .searchBox .searchLineLabel {
    cursor: pointer;
    position: relative;
    height: 45px;
    width: 45px;
    pointer-events: all; }
    @media only screen and (min-width: 768px) {
      .searchBox .searchLineLabel {
        padding-top: 25px; } }
    @media only screen and (max-width: 767px) {
      .searchBox .searchLineLabel {
        margin-right: 0px;
        margin-top: 18px;
        width: 36px;
        height: 25px; } }
    .searchBox .searchLineLabel .searchLine {
      margin: 0;
      display: block;
      height: 3px;
      background: #fff;
      position: absolute;
      left: 0%;
      width: 100%; }
      .searchBox .searchLineLabel .searchLine:nth-child(2) {
        -moz-transform: rotate(45degdeg);
        -o-transform: rotate(45degdeg);
        -ms-transform: rotate(45degdeg);
        -webkit-transform: rotate(45degdeg);
        transform: rotate(45degdeg); }
      .searchBox .searchLineLabel .searchLine:nth-child(3) {
        -moz-transform: rotate(-45degdeg);
        -o-transform: rotate(-45degdeg);
        -ms-transform: rotate(-45degdeg);
        -webkit-transform: rotate(-45degdeg);
        transform: rotate(-45degdeg); }
      .searchBox .searchLineLabel .searchLine:first-child, .searchBox .searchLineLabel .searchLine:last-child {
        width: 0%;
        opacity: 0;
        left: 50%;
        top: 11px; }
    .searchBox .searchLineLabel:hover .searchLine, .searchBox .searchLineLabel:focus .searchLine {
      background: #2f5d86; }
  .searchBox .searchClose {
    position: fixed;
    width: 45px;
    height: 45px;
    right: 35px;
    top: 35px; }

.homepage {
  padding-top: 15px;
  padding-bottom: 15px;
  height: 600px;
  color: #fff; }
  @media only screen and (min-width: 410px) {
    .homepage {
      height: 700px; } }
  @media only screen and (min-width: 991px) {
    .homepage {
      padding-top: 35px;
      padding-bottom: 35px;
      height: 800px; } }
  .homepage h1 {
    font-weight: 700;
    color: #fff; }
  .homepage h3 {
    font-weight: 300;
    color: #fff; }

.circle-image-wrapper {
  display: inline-block;
  text-align: center;
  margin: 25px auto;
  width: 100%; }
  @media only screen and (min-width: 991px) {
    .circle-image-wrapper {
      margin: 0 auto;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); } }
  .circle-image-wrapper .circle-image {
    margin: 0 auto; }

@media only screen and (max-width: 990px) {
  .text-center-mobile {
    text-align: center; } }

.background-full {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }
  .background-full.content-bg {
    height: 400px; }
  .background-full .content-wrapper {
    width: 100%;
    height: 100%;
    position: relative; }
  .background-full .center-content {
    position: absolute;
    width: 100%;
    padding-left: 25px;
    padding-right: 25px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }

.membership-small {
  display: block;
  margin-top: 10px; }

.membership-container {
  cursor: pointer;
  height: auto;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Chrome/Safari/Opera */
  -khtml-user-select: none;
  /* Konqueror */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* IE/Edge */
  user-select: none;
  /* non-prefixed version */ }
  .membership-container .owl-dot span {
    width: 20px;
    height: 20px; }
  .membership-container .membership-nav {
    width: 100%;
    display: inline-block;
    margin: 15px auto 0;
    text-align: center;
    position: relative; }
  .membership-container .membership-options {
    padding: 0;
    margin: 0 auto;
    list-style: none;
    height: 100%;
    width: auto;
    position: relative;
    text-align: left; }
    .membership-container .membership-options .membership-item,
    .membership-container .membership-options .owl-item {
      -webkit-transition: all 0.5s;
      -moz-transition: all 0.5s;
      transition: all 0.5s;
      color: #000;
      position: relative;
      vertical-align: top;
      text-align: center;
      display: block;
      float: left;
      margin: 0;
      width: auto; }
      .membership-container .membership-options .membership-item .membership-wrapper,
      .membership-container .membership-options .owl-item .membership-wrapper {
        border: 1px solid #2f5d86;
        background-color: #fff;
        width: 100%;
        position: relative;
        height: 100%;
        padding-bottom: 35px;
        min-height: 640px; }
      .membership-container .membership-options .membership-item .membership-title,
      .membership-container .membership-options .owl-item .membership-title {
        text-align: center;
        padding-bottom: 25px;
        margin: 25px auto; }
        .membership-container .membership-options .membership-item .membership-title h3,
        .membership-container .membership-options .owl-item .membership-title h3 {
          color: #2f5d86;
          font-weight: 600;
          margin: 0 auto; }
        .membership-container .membership-options .membership-item .membership-title .line-break,
        .membership-container .membership-options .owl-item .membership-title .line-break {
          border: 2px solid #2f5d86;
          text-align: center;
          margin: 35px auto 0;
          width: 220px; }
      .membership-container .membership-options .membership-item .membership-description,
      .membership-container .membership-options .owl-item .membership-description {
        margin: 0 auto 35px;
        padding: 0 25px; }
        .membership-container .membership-options .membership-item .membership-description p,
        .membership-container .membership-options .owl-item .membership-description p {
          margin: 0 auto; }
      .membership-container .membership-options .membership-item .membership-button,
      .membership-container .membership-options .owl-item .membership-button {
        position: relative;
        right: 0;
        left: 0; }
        @media only screen and (min-width: 480px) {
          .membership-container .membership-options .membership-item .membership-button,
          .membership-container .membership-options .owl-item .membership-button {
            position: absolute;
            bottom: 25px; } }
        .membership-container .membership-options .membership-item .membership-button .btn,
        .membership-container .membership-options .owl-item .membership-button .btn {
          background-color: #2f5d86;
          color: #fff; }
          .membership-container .membership-options .membership-item .membership-button .btn:hover, .membership-container .membership-options .membership-item .membership-button .btn:focus, .membership-container .membership-options .membership-item .membership-button .btn:active,
          .membership-container .membership-options .owl-item .membership-button .btn:hover,
          .membership-container .membership-options .owl-item .membership-button .btn:focus,
          .membership-container .membership-options .owl-item .membership-button .btn:active {
            background-color: #224360; }
      .membership-container .membership-options .membership-item:nth-child(even) .membership-description,
      .membership-container .membership-options .owl-item:nth-child(even) .membership-description {
        color: #fff; }
      .membership-container .membership-options .membership-item:nth-child(even) .ccw-symbol,
      .membership-container .membership-options .owl-item:nth-child(even) .ccw-symbol {
        background-image: url("https://peoplevine.blob.core.windows.net/media/414/assets/img/ccw-symbol-white.png"); }
      .membership-container .membership-options .membership-item:nth-child(even) .membership-wrapper,
      .membership-container .membership-options .owl-item:nth-child(even) .membership-wrapper {
        background-color: #2f5d86;
        border-color: #1b364d; }
      .membership-container .membership-options .membership-item:nth-child(even) .membership-title,
      .membership-container .membership-options .owl-item:nth-child(even) .membership-title {
        border-color: #fff; }
        .membership-container .membership-options .membership-item:nth-child(even) .membership-title h3,
        .membership-container .membership-options .owl-item:nth-child(even) .membership-title h3 {
          color: #fff; }
        .membership-container .membership-options .membership-item:nth-child(even) .membership-title .line-break,
        .membership-container .membership-options .owl-item:nth-child(even) .membership-title .line-break {
          border-color: #fff; }
      .membership-container .membership-options .membership-item:nth-child(even) .membership-button .btn,
      .membership-container .membership-options .owl-item:nth-child(even) .membership-button .btn {
        background-color: #fff;
        color: #2f5d86; }
        .membership-container .membership-options .membership-item:nth-child(even) .membership-button .btn:hover, .membership-container .membership-options .membership-item:nth-child(even) .membership-button .btn:focus, .membership-container .membership-options .membership-item:nth-child(even) .membership-button .btn:active,
        .membership-container .membership-options .owl-item:nth-child(even) .membership-button .btn:hover,
        .membership-container .membership-options .owl-item:nth-child(even) .membership-button .btn:focus,
        .membership-container .membership-options .owl-item:nth-child(even) .membership-button .btn:active {
          background-color: #f3f3f3; }
    .membership-container .membership-options .ccw-symbol {
      background-image: url("https://peoplevine.blob.core.windows.net/media/414/assets/img/ccw-symbol-blue.png");
      background-repeat: no-repeat;
      text-align: center;
      display: inline-block;
      margin: 0 auto 35px;
      width: 64px;
      height: 96px; }

.coverage-graph .graph-container {
  width: 100%;
  margin: 10px auto;
  border-radius: 8px;
  background-color: #fff;
  position: relative; }
  .coverage-graph .graph-container .graph-content {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    border-radius: 8px; }
    .coverage-graph .graph-container .graph-content.ccw {
      background-color: #2f5d86; }
    .coverage-graph .graph-container .graph-content.other-insurance {
      background-color: #B02B2C; }
    .coverage-graph .graph-container .graph-content.other-service {
      background-color: #EDAE44; }
    .coverage-graph .graph-container .graph-content .company-name {
      color: #fff;
      font-weight: 400;
      padding: 8px 15px; }

.video-link {
  display: block;
  width: 100%; }
  .video-link a {
    display: inline-block;
    margin: 35px auto 25px; }
  .video-link .video-image {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    height: auto; }

.modal-dialog .modal-content {
  background-color: transparent;
  box-shadow: none;
  border-radius: 0;
  border: none; }

@media (min-width: 768px) {
  .modal-dialog.ccw-video {
    width: 750px; } }

@media (min-width: 991px) {
  .modal-dialog.ccw-video {
    width: 970px; } }

@media (min-width: 1200px) {
  .modal-dialog.ccw-video {
    width: 1170px; } }

.modal-backdrop.in {
  opacity: 0.8; }

.subpage-header {
  height: 200px;
  position: relative;
  margin-bottom: 35px; }
  .subpage-header .subpage-title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 2px solid #fff;
    border-radius: 6px;
    padding: 1em 2em; }
    .subpage-header .subpage-title h3 {
      color: #fff;
      margin: 0 auto;
      line-height: 1; }

.our-team-member {
  margin: 2em auto; }
  .our-team-member .member-photo {
    display: block;
    text-align: center;
    padding-right: 1em;
    padding-bottom: 1em;
    background-color: #fff; }
    @media only screen and (min-width: 481px) {
      .our-team-member .member-photo {
        max-width: 235px;
        float: left; } }
    .our-team-member .member-photo img {
      max-width: 100%;
      height: auto; }
  .our-team-member .name-title {
    margin: 0 auto 1em;
    padding-bottom: 1em;
    border-bottom: 1px solid #d5d4d4;
    text-align: center; }
    @media only screen and (min-width: 481px) {
      .our-team-member .name-title {
        text-align: left; } }
    .our-team-member .name-title .member-name,
    .our-team-member .name-title .member-title {
      font-weight: 600;
      margin: 0 auto; }
    .our-team-member .name-title .member-name {
      margin-bottom: 0.35em; }
    .our-team-member .name-title .member-title {
      color: #222222; }
  .our-team-member .member-details {
    display: block;
    margin: 0 auto;
    overflow: hidden; }
    .our-team-member .member-details .member-desc {
      text-align: center; }
      @media only screen and (min-width: 768px) {
        .our-team-member .member-details .member-desc {
          text-align: left; } }

.team-member {
  display: inline-block;
  margin: 0 auto;
  width: 100%;
  text-align: center; }
  .team-member .member-photo,
  .team-member .member-details {
    display: inline-block;
    text-align: center;
    vertical-align: middle; }
    @media only screen and (min-width: 768px) {
      .team-member .member-photo,
      .team-member .member-details {
        padding-right: 2em;
        text-align: left;
        width: 50%;
        max-width: 350px; } }
    @media only screen and (min-width: 991px) {
      .team-member .member-photo,
      .team-member .member-details {
        max-width: 400px; } }
  .team-member .member-photo {
    padding-bottom: 1em; }
    .team-member .member-photo img {
      max-width: 100%;
      height: auto; }
  .team-member .member-details .member-name,
  .team-member .member-details .member-title {
    margin: 0 auto; }
  .team-member .member-details .member-name {
    margin-bottom: 5px;
    font-weight: 600; }
  .team-member .member-details .member-title {
    font-weight: 300;
    font-size: 20px;
    color: #222222;
    text-transform: uppercase; }
  .team-member .member-details .member-desc {
    margin-top: 2em; }
  .team-member .member-link {
    padding-top: 1em;
    padding-bottom: 1em;
    font-weight: 600;
    display: inline-block;
    width: 100%;
    margin-top: 2em; }
    @media only screen and (min-width: 768px) {
      .team-member .member-link {
        max-width: 300px;
        display: block; } }

.text-quote {
  border-left: 10px solid #2f5d86;
  padding-left: 15px;
  font-style: italic; }

.blue-footer-section {
  background-color: #2f5d86;
  color: #fff;
  text-align: center; }
  @media only screen and (min-width: 768px) {
    .blue-footer-section .large-heading,
    .blue-footer-section a {
      margin: 0 auto;
      display: inline-block; } }
  .blue-footer-section .large-heading {
    margin: 0 auto;
    vertical-align: middle;
    margin: 0 1em 0.5em;
    font-size: 22px; }
    @media only screen and (min-width: 768px) {
      .blue-footer-section .large-heading {
        margin: 0 1em; } }

a.blockTile-hd.blockTile-hd_flush {
  background-color: #2f5d86; }

/*# sourceMappingURL=styles.css.map */

.logo-above-btn {
    height: 300px;
    display: block;
    padding: 25px;
}

.section-arrow-bottom-blue:after {
    border-top-color: #2f5d86;
}

.ui-update .btn.btn-green {
    background-color: #34482c;
}

.highlight span {
    color: #35492C;
}

#product #productLoyalty {
    display: none;
}