@import url('https://fonts.googleapis.com/css?family=Open+Sans:300|Rubik:300,400,500');

html {
    background-color: #fff;
}

body {
    background-color: #f9f9f9;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4;
    color: #001033;
}

h1, h2, h3, h4, strong, label, .small-title {
    font-family: 'Rubik', sans-serif;
    font-weight: 300;
}

h1 {
    font-size: 3.35em;
    color: #ec1b34;
}

p {
	font-size: 1.0625em;
}

.small-title {
    font-size: 1.375em;
    line-height: 1.13636364;
}

@media screen and (min-width: 43.75em) {
    .small-title {
        font-size: 1.5em;
        line-height: 1.25;
    }
}

a {
	background-color: transparent;
    text-decoration: none;
	color: #001033;
}

a:hover, a:focus {
    -webkit-transition: 0.3s ease color;
	transition: 0.3s ease color;
	color: #f5731e;
}

.wrap {
    max-width: 80em;
    padding-right: 1.5em;
    padding-left: 1.5em;
    margin-right: auto;
    margin-left: auto;
}

.wrap-web {
    max-width: 64em;
}

.section-spacing {
    margin-top: 5em;
    margin-bottom: 5em;
}

.flex-32 {
	width: 32%;
}

.flex-60 {
	width: 60%;
}

.flex-container--details {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.header {
    background-color: #fff;
    padding: 2em 0;
    box-shadow: 0px 3px 8px 0px rgba(0,0,0,0.03);
}

.logo {
    max-width: 260px;
    width: 100%;
}

.flex-container--details ul {
	display: flex;
}

.flex-container--details li {
	margin-left: 0;
	margin-bottom: 0;
	list-style: none;
}

.flex-container--details li {
	display: list-item;
}

.flex-container--details ul li:first-of-type {
    margin-right: 1.25rem;
}

svg:not(:root) {
    overflow: hidden;
}

ul.contact-list li a span .view-more {
    text-decoration: none;
    -webkit-transition: 0.3s -webkit-transform ease;
    transition: 0.3s -webkit-transform ease;
    transition: 0.3s transform ease;
    transition: 0.3s transform ease, 0.3s -webkit-transform ease;
}

ul.contact-list li a span .view-more:hover {
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
}

.read-more span {
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    position: relative;

}

.read-more span::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: -8px;
    background: #001033;
}

.read-more {
  font-family: "Rubik",sans-serif;
  font-size: 1.1875rem;
  display: block;
  color: #001033;
  text-decoration: none;
}

.read-more svg {
  fill: #f5731e;
  display: inline-block;
  vertical-align: middle;
  margin-right: .625em;
}

.read-more span {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  position: relative;
}

.icon--chevron {
  width: 0.875em;
  height: 1.125em;
}

.view-more:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: -8px;
  background: #001033;
}

.details-table {
    border-width: 0;
    font-size: 1em;
}

.details-table tr, .details-table tr:nth-of-type(even) {
    background: transparent;
}

.details-table td {
    border-bottom: none;
    margin: 0;
    padding: 0.5em 0;
}

.details-table__title {
    white-space: nowrap;
    width: 30%;
}

.cta--primary {
    background: #f5731e;
    display: inline-block;
    height: 3rem;
    padding: .9375rem 2.3125rem;
    border-radius: 30px;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    line-height: 1;
    text-decoration: none;
    text-align: center;
    letter-spacing: 0.1em;
    font-family: "Rubik",sans-serif;
    font-size: 1em;
    color: #fff;
}

.cta--primary:hover, .cta--primary:focus {
	background: #ef650b;
	border: none;
    -webkit-box-shadow: 0px 0px 6px 2px rgba(0,0,0,0.15);
    box-shadow: 0px 0px 6px 2px rgba(0,0,0,0.15);
    -webkit-transition: 0.3s background ease, 0.3s -webkit-box-shadow ease;
    transition: 0.3s background ease, 0.3s -webkit-box-shadow ease;
    transition: 0.3s background ease, 0.3s box-shadow ease;
    transition: 0.3s background ease, 0.3s box-shadow ease, 0.3s -webkit-box-shadow ease;
}

.box {
    margin: 3em 0;
    background-color: #fff;
    border: none;
}

.grid__item input[type="text"] {
    height: 2.8em;
}

.photo-gallery {
    width: 100%;
    display: block;
    margin-top: 3em;
    padding: 2em 0;
    text-align: center;
    background-color: #fff;
}

.booking-cta-container {
    margin-top: 2.25em;
}

#tootle .tootle-content-left p {
    margin-top: 0;
    margin-bottom: 1.5em;
}

#js-document-verification__form li {
    word-wrap: break-word;
}

#js-document-verification_unlock__btn {
    background: #f5731e;
    display: inline-block;
    height: 3rem;
    padding: .9375rem 2.3125rem;
    border-radius: 30px;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    line-height: 1;
    text-decoration: none;
    text-align: center;
    letter-spacing: 0.1em;
    font-family: "Rubik",sans-serif;
    font-size: 1em;
    color: #fff;
}

#js-document-verification_unlock__btn:hover, #js-document-verification_unlock__btn:focus {
    background: #ef650b;
    border: none;
    -webkit-box-shadow: 0px 0px 6px 2px rgb(0 0 0 / 15%);
    box-shadow: 0px 0px 6px 2px rgb(0 0 0 / 15%);
    -webkit-transition: 0.3s background ease, 0.3s -webkit-box-shadow ease;
    transition: 0.3s background ease, 0.3s box-shadow ease, 0.3s -webkit-box-shadow ease;
}

#js-document-verification__form p {
    margin-top: 0;
}

#js-document-verification_modal__dialog ul {
    list-style-type: none;
}

#js-document-verification_modal__dialog li {
    margin-left: 0;
}

.evhc-summary {
    margin: 2em 0 -3em 0;
}

.footer-top {
    background: #0027a2;
    padding-top: 4.375em;
    padding-bottom: 1em;
    position: relative;
    color: #fff;
}

.footer-top h3 {
    font-size: .9375em;
    letter-spacing: 0.2em;
    margin-bottom: 2.8125em;
    font-family: "Rubik",sans-serif;
    font-weight: 400;
}

.footer-top p {
    font-size: .875em;
    margin-bottom: 2.8125em;
}

.footer-bottom {
    background: #0027a2;
    background-image: url(/vp_pages/themes/citnow/assets/images/footer_pattern_repeat.svg);
    height: 8.5em;
    background-size: contain;
    background-repeat: repeat-x;
}

.footer-links-list {
    margin-left: 0;
    font-size: 0;
    position: relative;
    z-index: 1;
}

.footer-links-list li {
    list-style-type: none;
    display: inline-block;
    font-size: .8125rem;
    padding-right: .9375rem;
    position: relative;
}

.footer-links-list li {
    margin-left: 0;
}

.footer-links-list li:not(:first-of-type) {
    margin-left: .9375rem;
}

.footer-links-list li:not(:last-of-type)::before {
    content: '';
    display: inline-block;
    position: absolute;
    right: 0;
    width: 1px;
    background: white;
    height: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.footer-links-list a {
    text-decoration: none;
    font-size: 1em;
    color: #fff;
}

.footer-links-list a:hover, .footer-links-list a:focus {
    text-decoration: none;
    -webkit-transition: 0.3s ease color;
    transition: 0.3s ease color;
    color: #f5731e;
}

.live-body {
    background: #f9f9f9;
}

.live-body .header {
    position: relative;
    z-index: 10;
}

.live-video {
    background: #f9f9f9 !important;
    position: relative;
    z-index: 1;
    padding: 2em 0 0 0;
}

.live-video-title {
    margin-top: 4em;
}

.live-video-title h1 {
    margin: 0 auto;
    text-align: center;
}

.live-video .button.start-call {
    font-family: "Rubik", sans-serif;
    font-size: 1.8em !important;
    padding-left: .8em;
    padding-right: .8em;
    margin-bottom: 5em;
}

.live-video #onCall {
    width: 90% !important;
    max-width: 80em;
    margin: 0 auto !important;
}

@media screen and (min-width: 44em) {
    .live-video #onCall {
        width: 50% !important;
    }
}

@media (orientation: landscape) {
    .live-video .media {
        display: block !important;
        width: 100% !important;
    }
}

#explainerText {
    background: #f9f9f9;
    padding-bottom: 2em;
    box-shadow: 0px 3px 8px 0px rgba(0,0,0,0.03);
}

.lv-feature__explainer #explainerText {
    margin-top: 0;
    padding-bottom: 4em;
}

.live-video .review {
    width: 100%;
    max-width: 80em;
    padding-right: 1.5em;
    padding-left: 1.5em;
}

@media (min-width: 1366px) and (orientation: landscape) {
    .live-video .review {
        width: 100%;
    }
}

.live-video .review h1, .live-video  .review h2, .live-video  .review h3,  .live-video  .review h4, .live-video  .review th,  .live-video  .review label {
    color: #001033 !important;
}

.live-video textarea {
    display: block;
    width: 100%;
    min-height: 10em;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 10px;
    background: #fff;
    border: 3px solid #efeff1;
    font-family: "Open Sans",sans-serif;
    font-size: .875rem;
    padding: .8125rem 1.125rem;
    line-height: 1;
    -webkit-transition: 0.6s border ease, -webkit-box-shadow 0.25s ease;
    transition: 0.6s border ease, -webkit-box-shadow 0.25s ease;
    transition: box-shadow 0.25s ease, 0.6s border ease;
    transition: box-shadow 0.25s ease, 0.6s border ease, -webkit-box-shadow 0.25s ease;
}

.live-video textarea:focus {
    outline: none;
    border: 3px solid #f5731e;
    box-shadow: none;
}

.live-video button.send_review {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: inline-block;
    line-height: 1;
    font-family: "Rubik",sans-serif;
    font-size: 1em;
    text-decoration: none;
    letter-spacing: 0.1em;
    text-align: center;
    cursor: pointer;
    padding: .9375rem 2.3125rem;
    border-radius: 30px;
    height: 3rem;
    background: #f5731e;
    margin-top: 2em;
    color: #FFF;
    -webkit-transition: 0.3s background ease, 0.3s -webkit-box-shadow ease;
    transition: 0.3s background ease, 0.3s -webkit-box-shadow ease;
    transition: 0.3s background ease, 0.3s box-shadow ease;
    transition: 0.3s background ease, 0.3s box-shadow ease, 0.3s -webkit-box-shadow ease;
}

.live-video button.send_review:focus, .live-video button.send_review:hover {
    -webkit-box-shadow: 0 0 6px 2px rgba(0,0,0,0.15);
    box-shadow: 0 0 6px 2px rgba(0,0,0,0.15);
    background: #ef650b;
}

.lv-content__error--vppages .error {
    max-width: 80em;
    padding-right: 1.5em;
    padding-left: 1.5em;
}

@media screen and (max-width: 1366px) {
    .lv-content__error--vppages .error {
        width: 100%;
        max-width: 80em;
    }
}

.live-video .reqMark::after {
    content: '*';
    display: inline-block;
    color: #ec1b34;
}

.live-video .review-gratification h1, .live-video .review-gratification h2, .live-video .review-gratification h3, .live-video .review-gratification h4, .live-video .review-gratification th, .live-video .review-gratification label {
    color: #001033;
}

.fullscreen .live-video {
    background: #000 !important;
}


/* ==========================================================================
   Media Queries
   ========================================================================== */

@media screen and (max-width: 62em) {
    body {
        font-size: 15px;
    }

    h1 {
        font-size: 1.875em;
        line-height: 1.2;
    }

    .mobile-padding-top {
        padding-top: 1.5em;
    }

    .section-spacing {
        margin-top: 2.5em;
        margin-bottom: 2em;
    }

    .flex-60, .flex-32 {
		width: 100%;
	}

	.flex-container--details {
	    flex-direction: column;
	    align-items: flex-start;
	}

    .header {
        padding: 2em 0;
    }

    .read-more {
        font-size: 1rem;
    }

    .footer-top {
        padding-top: 3.375em;
    }

    .footer-links {
        margin-top: 1.8125em;
    }
}