@import url(../js/slick-master/slick/slick-theme.css);
@import url(../js/slick-master/slick/slick.css);

/* -------------------------------------- Framework ------ */

@-ms-viewport {
	width: device-width;
}

body {
	-ms-overflow-style: scrollbar;
    background: #fafafa;
    cursor: none !important;
    overflow-x: hidden;
}

@media screen and (max-width: 480px) {
	html, body {
		min-width: 320px;
	}
}

body.is-loading *, body.is-loading *:before, body.is-loading *:after {
	-moz-animation: none !important;
	-webkit-animation: none !important;
	-ms-animation: none !important;
	animation: none !important;
	-moz-transition: none !important;
	-webkit-transition: none !important;
	-ms-transition: none !important;
	transition: none !important;
}

body::-webkit-scrollbar {
    width: 0.4rem;
    transition: 0.9s cubic-bezier(0.18, 1, 0.21, 1);
}
 
body::-webkit-scrollbar-track {
    -webkit-box-shadow: 0;
    background-color: rgba(0,0,0, 0.4);
}
 
body::-webkit-scrollbar-thumb {
    background-color: rgba(255,255,255,0.1);
    outline: 1px solid rgba(255,255,255,0.1);
}

.container {
    width: 100%;
    padding: 0 10%;
}

@media (min-width: 1200px) {
    .container {
        max-width: 100%;
    }
}
@media (min-width: 992px) {
    .container {
        max-width: 100%;
    }
}
@media (min-width: 768px) {
    .container {
        max-width: 100%;
    }
}
@media (max-width: 576px) {
    .container {
        max-width: 100%;
    }
}
@media (min-width: 576px) {
    .container {
        max-width: 100%;
    }
}

*, *:before, *:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

/*--------------------------------------- Flexbox ---*/

.flex-collection {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: space-between;
}

.flex-center {
    align-items: center;
    display: flex;
}

.flex-selected {
    width: 100% !important;
}

.flex-collection.no-space {
    justify-content: center !important;
}

.flex-border {
    border-bottom: 1px solid #d3d6d8;
    border-radius: 0;
    margin-bottom: 30px;
}

.flex-collection.no-response .flex-1 {
    width: 100%;
}
.flex-collection.no-response .flex-2 {
    width: 48%;
}
.flex-collection.no-response .flex-3 {
    width: 32%;
}
.flex-collection.no-response .flex-4 {
    width: 23%;
}
.flex-collection.no-response .flex-5 {
    width: 18%;
}
.flex-collection.no-response .flex-6 {
    width: 15%;
}
.flex-collection.no-response .flex-7 {
    width: 13%;
}
.flex-collection.no-response .flex-10 {
    width: 10%;
}
.flex-collection.no-response .flex-full {
    width: 100%;
}

.flex-full {
    width: 100%;
}

@media (min-width: 1300px) {
    .flex-3 {
        width: 32%;
    }
    
    .flex-2 {
        width: 48%;
    }
    
    .flex-4 {
        width: 23%;
    }
    
    .flex-5 {
        width: 18%;
    }
    
    .flex-6 {
        width: 15%;
    }
    
    .flex-7 {
        width: 13%;
    }
}

@media (min-width: 992px) and (max-width: 1300px) {
    .flex-3 {
        width: 48%;
    }
    
    .flex-2 {
        width: 48%;
    }
    
    .flex-4 {
        width: 23%;
    }
    
    .flex-5 {
        width: 48%;
    }
    
    .flex-6 {
        width: 100%;
    }
    
    .flex-7 {
        width: 100%;
    }
}

@media (max-width: 992px) {
    .flex-3 {
        width: 100%;
    }
    
    .flex-2 {
        width: 100%;
    }
    
    .flex-4 {
        width: 100%;
    }
    
    .flex-5 {
        width: 100%;
    }
    
    .flex-6 {
        width: 100%;
    }
    
    .flex-7 {
        width: 100%;
    }
}

.pd0 {
    padding: 0;
}

.pb0 {
    padding-bottom: 0;
}

.mb0 {
    margin: 0;
}

.pb30 {
    padding-bottom: 30px;
}

.pb50 {
    padding-bottom: 50px !important;
}

.mb30 {
    margin-bottom: 30px !important;
}

.mt50 {
    margin-top: 50px !important;
}

.borderless {
    border: 0;
}

.borderless:hover {
    border: 0;
}

.invisible {
    display: none !important;
}

.centered {
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    left: 0;
    right: 15px;
    text-align: right;
}

/*--------------------------------------- Footer ---*/

footer {
    margin-top: 0 !important;
    position: relative;
    border-top: solid 1px rgba(160, 160, 160, 0.3);
    overflow: hidden;
    
    height: 120px;
    background: #FFFFFF;
}

@media screen and (min-width: 736px) {
    footer {
        margin-bottom: 85px !important;
    }
}

@media screen and (max-width: 737px) {
    footer {
        margin-bottom: 30px !important;
    }
}

footer.landing {
    border-top: solid 1px rgba(160, 160, 160, 0.3);
    margin-top: 0 !important;
    display: none;
}

footer .copy,
footer .byline {
    display: inline-block;
    font-size: 0.8em;
    font-weight: 900;
}

footer .copy {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 10%;
}

footer .byline {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10%;
}

@media screen and (max-width: 550px) {
    footer .copy,
    footer .byline {
        text-align: center;
        display: block;
        float: none;
        padding: 10px 0;
    }
}

/*--------------------------------------- Images ---*/

.inline-image {
    border: 25px solid #FFF;
    width: 100%;
    box-shadow: 0px 0px 45px 0px rgba(0,0,0,0.17);
    background: #FFF;
}

.image {
    width: 100%;
}

a.image {
    border-bottom: 0;
    margin-bottom: 30px;
}

.image-container {
    position: relative;
    display: block;
}

.image-caption {
    width: 100%;
    padding: 10px 30px 20px;
    font-size: 0.8rem;
    background: rgba(243, 243, 243, 0.74);
    position: absolute;
    bottom: 0px;
}

@media screen and (max-width: 1200px) {
    .image-full {
        height: auto;
        position: relative;
    }
    
    .image-caption {
        width: 100%;
    }
}

figcaption {
    display: block;
    font-size: 0.7em !important;
    line-height: 1.42857143;
    color: #777;
    font-style: italic !important;
}

/*--------------------------------------- Video ---*/

.video-caption-content,
.video-caption-media {
    padding: 60px 10px;
    width: 100%;
}

@media screen and (max-width: 1200px) {
    .video-caption-content {
        padding: 10px 0 60px 0;
    }

    .video-caption-media {
        padding: 60px 0 10px 0;
    }
}

/*--------------------------------------- Responsive iframe */

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 35px;
    height: 0;
    overflow: hidden;
    transition: 0.9s cubic-bezier(0.18, 1, 0.21, 1);
}

.video-container iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*--------------------------------------- Form Components */

button {
	border: 0 !important;
	margin: 1em 0;
}

button a {
	display: block;
	text-decoration: none;
	border: 0;
}

input[type="submit"],
input[type="reset"],
input[type="button"],
button,
.button {
	-moz-appearance: none;
	-webkit-appearance: none;
	-ms-appearance: none;
	appearance: none;

	border: 0;

	color: #FFFFFF !important;
	cursor: pointer;
	display: inline-block;
	font-size: 0.8em;
	font-weight: 800;
	line-height: 1;
	padding: 1em 2.5em;
	text-align: center;
	text-decoration: none;
	white-space: nowrap;
    
    background: rgba(255,255,255,0.12);
}

input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
button:hover,
.button:hover {
	opacity: 0.8;
    color: #FFFFFF;
    border: 0;
}

	input[type="submit"]:hover:active,
	input[type="reset"]:hover:active,
	input[type="button"]:hover:active,
	button:hover:active,
	.button:hover:active {
        color: #FFFFFF !important;
	}

input[type="submit"]:before, input[type="submit"]:after,
input[type="reset"]:before,
input[type="reset"]:after,
input[type="button"]:before,
input[type="button"]:after
button:before,
button:after,
.button:before,
.button:after {
	color: #FFFFFF !important;
	position: relative;
}

input[type="submit"]:before,
input[type="reset"]:before,
input[type="button"]:before,
button:before,
.button:before {
	left: -1em;
	padding: 0 0 0 0.75em;
    
}

input[type="submit"]:after,
input[type="reset"]:after,
input[type="button"]:after,
button:after,
.button:after {
	left: 1em;
	padding: 0 0.75em 0 0;
}

input[type="submit"].fit,
input[type="reset"].fit,
input[type="button"].fit,
button.fit,
.button.fit {
	display: block;
	margin: 0 0 1em 0;
	width: 100%;
}

input[type="submit"].big,
input[type="reset"].big,
input[type="button"].big,
button.big,
.button.big {
	font-size: 0.7em;
	padding: 1.5em 3em;
}

input[type="submit"].small,
input[type="reset"].small,
input[type="button"].small,
button.small,
.button.small {
	font-size: 0.5em;
}

input[type="submit"].disabled, input[type="submit"]:disabled,
input[type="reset"].disabled,
input[type="reset"]:disabled,
input[type="button"].disabled,
input[type="button"]:disabled,
button.disabled,
button:disabled,
.button.disabled,
.button:disabled {
	-moz-pointer-events: none;
	-webkit-pointer-events: none;
	-ms-pointer-events: none;
	pointer-events: none;
	color: #FFFFFF !important;
}

input[type="submit"].disabled:before, input[type="submit"]:disabled:before,
input[type="reset"].disabled:before,
input[type="reset"]:disabled:before,
input[type="button"].disabled:before,
input[type="button"]:disabled:before,
button.disabled:before,
button:disabled:before,
.button.disabled:before,
.button:disabled:before {
	color: #FFFFFF !important;
}

form {
	margin: 0 0 2em 0;
}

form.search {
	text-decoration: none;
	position: relative;
}

form.search:before {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-transform: none !important;
}

form.search:before {
	color: #aaaaaa;
	content: '\f002';
	display: block;
	height: 2.75em;
	left: 0;
	line-height: 2.75em;
	position: absolute;
	text-align: center;
	top: 0;
	width: 2.5em;
}

form.search > input:first-child {
	padding-left: 2.5em;
}

label {
	color: #3c3b3b;
	display: block;
	font-size: 0.9em;
	font-weight: 700;
	margin: 0 0 1em 0;
}

body.dark label {
    color: #FFF;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
select,
textarea {
	-moz-appearance: none !important;
	-webkit-appearance: none !important;
	-ms-appearance: none !important;
	appearance: none !important;
	background: rgba(160, 160, 160, 0.075) !important;
	border: none !important;
	border: solid 1px rgba(160, 160, 160, 0.3) !important;
	border-radius: 0 !important;
	color: inherit !important;
	display: block !important;
	outline: 0 !important;
	padding: 0 1em !important;
	text-decoration: none !important;
	width: 100% !important;
    font-size: 14pt;
}

body.dark input[type="text"],
body.dark input[type="password"],
body.dark input[type="email"],
body.dark input[type="tel"],
body.dark select,
body.dark textarea {
    color: rgba(255,255,255,0.8)!important;
}

input[type="text"]:invalid,
input[type="password"]:invalid,
input[type="email"]:invalid,
input[type="tel"]:invalid,
select:invalid,
textarea:invalid {
	box-shadow: none !important;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
select:focus,
textarea:focus {
	border-color: #2ebaae !important;
	box-shadow: inset 0 0 0 1px #2ebaae !important;
}

textarea {
    padding: 15px !important;
}

.select-wrapper {
	text-decoration: none;
	display: block;
	position: relative;
}

.select-wrapper:before {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-transform: none !important;
}

.select-wrapper:before {
	color: rgba(160, 160, 160, 0.3);
	content: '\f078';
	display: block;
	height: 2.75em;
	line-height: 2.75em;
	pointer-events: none;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
	width: 2.75em;
}

.select-wrapper select::-ms-expand {
	display: none;
}

input[type="text"],
input[type="password"],
input[type="email"],
select {
	height: 2.75em;
}


input[type="checkbox"],
input[type="radio"] {
	-moz-appearance: none;
	-webkit-appearance: none;
	-ms-appearance: none;
	appearance: none;
	display: block;
	float: left;
	margin-right: -2em;
	opacity: 0;
	width: 1em;
	z-index: -1;
}

input[type="checkbox"] + label,
input[type="radio"] + label {
	text-decoration: none;
	color: #343a40;
	cursor: pointer;
	display: inline-block;
	font-size: 1em;
	font-weight: 400;
	padding-left: 2.4em;
	padding-right: 0.75em;
	position: relative;
}

input[type="checkbox"] + label:before,
input[type="radio"] + label:before {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-transform: none !important;
}

input[type="checkbox"] + label:before,
input[type="radio"] + label:before {
	background: rgba(160, 160, 160, 0.075);
	border: solid 1px rgba(160, 160, 160, 0.3);
	content: '';
	display: inline-block;
	height: 1.65em;
	left: 0;
	line-height: 1.58125em;
	position: absolute;
	text-align: center;
	top: 0;
	width: 1.65em;
}

input[type="checkbox"]:checked + label:before,
input[type="radio"]:checked + label:before {
	background: #274e65;
	border-color: #274e65;
	color: #ffffff;
	content: '\f00c';
}

input[type="checkbox"]:focus + label:before,
input[type="radio"]:focus + label:before {
	border-color: #2ebaae;
	box-shadow: 0 0 0 1px #2ebaae;
}

input[type="radio"] + label:before {
	border-radius: 100%;
}

::-webkit-input-placeholder {
	color: #aaaaaa !important;
	opacity: 1.0;
}

:-moz-placeholder {
	color: #aaaaaa !important;
	opacity: 1.0;
}

::-moz-placeholder {
	color: #aaaaaa !important;
	opacity: 1.0;
}

:-ms-input-placeholder {
	color: #aaaaaa !important;
	opacity: 1.0;
}

.table-wrapper {
	-webkit-overflow-scrolling: touch;
	overflow-x: auto;
}

/*--------------------------------------- Tables */

table {
	margin: 2em 0;
	width: 100%;
}

table tbody tr {
	border: solid 1px #adb5be;
	border-left: 0;
	border-right: 0;
}

table tbody tr:nth-child(2n + 1) {
	background-color: #f7f7f7;
}

table td {
	padding: 0.75em 0.75em;
    position: relative;
}

table th {
	font-size: 0.9em;
	font-weight: 700;
	padding: 0.75em 0.75em 0.75em 0;
	text-align: left;
}

table thead th {
	color: #40c057;
}

table tbody th {
	color: #343a40;
}

table thead {
	border-bottom: solid 2px #adb5be;
}

table tfoot {
	border-top: solid 2px #adb5be;
}

table.alt {
	border-collapse: separate;
}

table.alt tbody tr td {
	border: solid 1px rgba(160, 160, 160, 0.3);
	border-left-width: 0;
	border-top-width: 0;
}

table.alt tbody tr td:first-child {
	border-left-width: 1px;
}

table.alt tbody tr:first-child td {
	border-top-width: 1px;
}

table.alt thead {
	border-bottom: 0;
}

table.alt tfoot {
	border-top: 0;
}