/*! CSS FOR VIEW  */

@import url("https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700,800,900&display=swap");
@import url("https://fonts.googleapis.com/css?family=Lato:300,400,500,600,700,800,900&display=swap");

/*!
 * icheck-bootstrap v3.0.1 (https://github.com/bantikyan/icheck-bootstrap)
 * Copyright 2018 Hovhannes Bantikyan.
 * Licensed under MIT (https://github.com/bantikyan/icheck-bootstrap/blob/master/LICENSE)
 */
[class*="icheck-"] {
	display: inline-block;
	min-height: 22px;
	margin-top: 6px !important;
	margin-bottom: 6px !important;
	padding-left: 0;
}
.icheck-inline {
	display: inline-block;
}
.icheck-inline + .icheck-inline {
	margin-left: 0.75rem;
	margin-top: 6px;
}
[class*="icheck-"] > label {
	padding-left: 29px !important;
	min-height: 22px;
	line-height: 25px;
	display: inline-block;
	position: relative;
	vertical-align: top;
	margin-bottom: 0;
	font-weight: 400;
	cursor: pointer;
}
[class*="icheck-"] > input:first-child {
	position: absolute !important;
	opacity: 0;
	margin: 0;
}
[class*="icheck-"] > input:first-child:disabled {
	cursor: default;
}
[class*="icheck-"] > input:first-child + input[type="hidden"] + label::before,
[class*="icheck-"] > input:first-child + label::before {
	content: "";
	display: inline-block;
	position: absolute;
	width: 22px;
	height: 22px;
	margin-right: 5px;
	border: 1px solid #d3cfc8;
	border-radius: 0;
	margin-left: -29px;
}
[class*="icheck-"] > input:first-child:checked + input[type="hidden"] + label::after,
[class*="icheck-"] > input:first-child:checked + label::after {
	content: "";
	display: inline-block;
	position: absolute;
	top: 0;
	left: 1px;
	width: 4px;
	height: 10px;
	border: 2px solid #fff;
	border-left: none;
	border-top: none;
	transform: translate(7.75px, 4.5px) rotate(45deg);
	-ms-transform: translate(7.75px, 4.5px) rotate(45deg);
}
[class*="icheck-"] > input[type="radio"]:first-child + input[type="hidden"] + label::before,
[class*="icheck-"] > input[type="radio"]:first-child + label::before {
	border-radius: 50%;
}
[class*="icheck-"] > input:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before,
[class*="icheck-"] > input:first-child:not(:checked):not(:disabled):hover + label::before {
	border-width: 2px;
}
[class*="icheck-"] > input:first-child:disabled + input[type="hidden"] + label,
[class*="icheck-"] > input:first-child:disabled + input[type="hidden"] + label::before,
[class*="icheck-"] > input:first-child:disabled + label,
[class*="icheck-"] > input:first-child:disabled + label::before {
	pointer-events: none;
	cursor: default;
	filter: alpha(opacity=65);
	-webkit-box-shadow: none;
	box-shadow: none;
	opacity: 0.65;
}
.icheck-default > input:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before,
.icheck-default > input:first-child:not(:checked):not(:disabled):hover + label::before {
	border-color: #adadad;
}
.icheck-default > input:first-child:checked + input[type="hidden"] + label::before,
.icheck-default > input:first-child:checked + label::before {
	background-color: #e6e6e6;
	border-color: #adadad;
}
.icheck-default > input:first-child:checked + input[type="hidden"] + label::after,
.icheck-default > input:first-child:checked + label::after {
	border-bottom-color: #333;
	border-right-color: #333;
}
.icheck-primary > input:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before,
.icheck-primary > input:first-child:not(:checked):not(:disabled):hover + label::before {
	border-color: #2e6da4;
}
.icheck-primary > input:first-child:checked + input[type="hidden"] + label::before,
.icheck-primary > input:first-child:checked + label::before {
	background-color: #337ab7;
	border-color: #2e6da4;
}
.icheck-success > input:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before,
.icheck-success > input:first-child:not(:checked):not(:disabled):hover + label::before {
	border-color: #4cae4c;
}
.icheck-success > input:first-child:checked + input[type="hidden"] + label::before,
.icheck-success > input:first-child:checked + label::before {
	background-color: #5cb85c;
	border-color: #4cae4c;
}
.icheck-info > input:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before,
.icheck-info > input:first-child:not(:checked):not(:disabled):hover + label::before {
	border-color: #46b8da;
}
.icheck-info > input:first-child:checked + input[type="hidden"] + label::before,
.icheck-info > input:first-child:checked + label::before {
	background-color: #5bc0de;
	border-color: #46b8da;
}
.icheck-warning > input:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before,
.icheck-warning > input:first-child:not(:checked):not(:disabled):hover + label::before {
	border-color: #eea236;
}
.icheck-warning > input:first-child:checked + input[type="hidden"] + label::before,
.icheck-warning > input:first-child:checked + label::before {
	background-color: #f0ad4e;
	border-color: #eea236;
}
.icheck-danger > input:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before,
.icheck-danger > input:first-child:not(:checked):not(:disabled):hover + label::before {
	border-color: #d43f3a;
}
.icheck-danger > input:first-child:checked + input[type="hidden"] + label::before,
.icheck-danger > input:first-child:checked + label::before {
	background-color: #d9534f;
	border-color: #d43f3a;
}
.icheck-turquoise > input:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before,
.icheck-turquoise > input:first-child:not(:checked):not(:disabled):hover + label::before {
	border-color: #1abc9c;
}
.icheck-turquoise > input:first-child:checked + input[type="hidden"] + label::before,
.icheck-turquoise > input:first-child:checked + label::before {
	background-color: #1abc9c;
	border-color: #1abc9c;
}
.icheck-emerland > input:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before,
.icheck-emerland > input:first-child:not(:checked):not(:disabled):hover + label::before {
	border-color: #2ecc71;
}
.icheck-emerland > input:first-child:checked + input[type="hidden"] + label::before,
.icheck-emerland > input:first-child:checked + label::before {
	background-color: #2ecc71;
	border-color: #2ecc71;
}
.icheck-peterriver > input:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before,
.icheck-peterriver > input:first-child:not(:checked):not(:disabled):hover + label::before {
	border-color: #3498db;
}
.icheck-peterriver > input:first-child:checked + input[type="hidden"] + label::before,
.icheck-peterriver > input:first-child:checked + label::before {
	background-color: #3498db;
	border-color: #3498db;
}
.icheck-amethyst > input:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before,
.icheck-amethyst > input:first-child:not(:checked):not(:disabled):hover + label::before {
	border-color: #9b59b6;
}
.icheck-amethyst > input:first-child:checked + input[type="hidden"] + label::before,
.icheck-amethyst > input:first-child:checked + label::before {
	background-color: #9b59b6;
	border-color: #9b59b6;
}
.icheck-wetasphalt > input:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before,
.icheck-wetasphalt > input:first-child:not(:checked):not(:disabled):hover + label::before {
	border-color: #34495e;
}
.icheck-wetasphalt > input:first-child:checked + input[type="hidden"] + label::before,
.icheck-wetasphalt > input:first-child:checked + label::before {
	background-color: #34495e;
	border-color: #34495e;
}
.icheck-greensea > input:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before,
.icheck-greensea > input:first-child:not(:checked):not(:disabled):hover + label::before {
	border-color: #16a085;
}
.icheck-greensea > input:first-child:checked + input[type="hidden"] + label::before,
.icheck-greensea > input:first-child:checked + label::before {
	background-color: #16a085;
	border-color: #16a085;
}
.icheck-nephritis > input:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before,
.icheck-nephritis > input:first-child:not(:checked):not(:disabled):hover + label::before {
	border-color: #27ae60;
}
.icheck-nephritis > input:first-child:checked + input[type="hidden"] + label::before,
.icheck-nephritis > input:first-child:checked + label::before {
	background-color: #27ae60;
	border-color: #27ae60;
}
.icheck-belizehole > input:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before,
.icheck-belizehole > input:first-child:not(:checked):not(:disabled):hover + label::before {
	border-color: #2980b9;
}
.icheck-belizehole > input:first-child:checked + input[type="hidden"] + label::before,
.icheck-belizehole > input:first-child:checked + label::before {
	background-color: #2980b9;
	border-color: #2980b9;
}
.icheck-wisteria > input:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before,
.icheck-wisteria > input:first-child:not(:checked):not(:disabled):hover + label::before {
	border-color: #8e44ad;
}
.icheck-wisteria > input:first-child:checked + input[type="hidden"] + label::before,
.icheck-wisteria > input:first-child:checked + label::before {
	background-color: #8e44ad;
	border-color: #8e44ad;
}
.icheck-midnightblue > input:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before,
.icheck-midnightblue > input:first-child:not(:checked):not(:disabled):hover + label::before {
	border-color: #2c3e50;
}
.icheck-midnightblue > input:first-child:checked + input[type="hidden"] + label::before,
.icheck-midnightblue > input:first-child:checked + label::before {
	background-color: #2c3e50;
	border-color: #2c3e50;
}
.icheck-sunflower > input:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before,
.icheck-sunflower > input:first-child:not(:checked):not(:disabled):hover + label::before {
	border-color: #f1c40f;
}
.icheck-sunflower > input:first-child:checked + input[type="hidden"] + label::before,
.icheck-sunflower > input:first-child:checked + label::before {
	background-color: #f1c40f;
	border-color: #f1c40f;
}
.icheck-carrot > input:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before,
.icheck-carrot > input:first-child:not(:checked):not(:disabled):hover + label::before {
	border-color: #e67e22;
}
.icheck-carrot > input:first-child:checked + input[type="hidden"] + label::before,
.icheck-carrot > input:first-child:checked + label::before {
	background-color: #e67e22;
	border-color: #e67e22;
}
.icheck-alizarin > input:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before,
.icheck-alizarin > input:first-child:not(:checked):not(:disabled):hover + label::before {
	border-color: #e74c3c;
}
.icheck-alizarin > input:first-child:checked + input[type="hidden"] + label::before,
.icheck-alizarin > input:first-child:checked + label::before {
	background-color: #e74c3c;
	border-color: #e74c3c;
}
.icheck-clouds > input:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before,
.icheck-clouds > input:first-child:not(:checked):not(:disabled):hover + label::before {
	border-color: #ecf0f1;
}
.icheck-clouds > input:first-child:checked + input[type="hidden"] + label::before,
.icheck-clouds > input:first-child:checked + label::before {
	background-color: #ecf0f1;
	border-color: #ecf0f1;
}
.icheck-clouds > input:first-child:checked + input[type="hidden"] + label::after,
.icheck-clouds > input:first-child:checked + label::after {
	border-bottom-color: #95a5a6;
	border-right-color: #95a5a6;
}
.icheck-concrete > input:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before,
.icheck-concrete > input:first-child:not(:checked):not(:disabled):hover + label::before {
	border-color: #95a5a6;
}
.icheck-concrete > input:first-child:checked + input[type="hidden"] + label::before,
.icheck-concrete > input:first-child:checked + label::before {
	background-color: #95a5a6;
	border-color: #95a5a6;
}
.icheck-orange > input:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before,
.icheck-orange > input:first-child:not(:checked):not(:disabled):hover + label::before {
	border-color: #f39c12;
}
.icheck-orange > input:first-child:checked + input[type="hidden"] + label::before,
.icheck-orange > input:first-child:checked + label::before {
	background-color: #f39c12;
	border-color: #f39c12;
}
.icheck-pumpkin > input:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before,
.icheck-pumpkin > input:first-child:not(:checked):not(:disabled):hover + label::before {
	border-color: #d35400;
}
.icheck-pumpkin > input:first-child:checked + input[type="hidden"] + label::before,
.icheck-pumpkin > input:first-child:checked + label::before {
	background-color: #d35400;
	border-color: #d35400;
}
.icheck-pomegranate > input:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before,
.icheck-pomegranate > input:first-child:not(:checked):not(:disabled):hover + label::before {
	border-color: #c0392b;
}
.icheck-pomegranate > input:first-child:checked + input[type="hidden"] + label::before,
.icheck-pomegranate > input:first-child:checked + label::before {
	background-color: #c0392b;
	border-color: #c0392b;
}
.icheck-silver > input:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before,
.icheck-silver > input:first-child:not(:checked):not(:disabled):hover + label::before {
	border-color: #bdc3c7;
}
.icheck-silver > input:first-child:checked + input[type="hidden"] + label::before,
.icheck-silver > input:first-child:checked + label::before {
	background-color: #bdc3c7;
	border-color: #bdc3c7;
}
.icheck-asbestos > input:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before,
.icheck-asbestos > input:first-child:not(:checked):not(:disabled):hover + label::before {
	border-color: #7f8c8d;
}
.icheck-asbestos > input:first-child:checked + input[type="hidden"] + label::before,
.icheck-asbestos > input:first-child:checked + label::before {
	background-color: #7f8c8d;
	border-color: #7f8c8d;
}

body {
	font-family: "Lato", arial;
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	background: #f4f6f8;
	height: 100%;
}
body img {
	max-width: 100%;
}
a {
	color: #181818;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

h1.t-l + hr,
h3.t-l + hr {
	display: block;
	width: 100px;
	margin: 0 0 20px 0;
	border-top: 3px solid #315990;
}
h1.t-l.center + hr,
h3.t-l.center + hr {
	margin: 0 auto 20px auto;
}

ul.big {
	font-size: 16px;
	line-height: 30px;
}

h1,
h2,
h3,
h4 {
	font-weight: 700;
	text-transform: uppercase;
	margin: 15px 0px;
	color: #444;
}
h1 {
	font-size: 24px;
	text-transform: uppercase;
	margin: 35px 0px;
}
h4 {
	font-size: 22px;
}
h5 {
	font-size: 16px;
	margin: 0 0 15px 0;
}
.t-l {
	font-size: 35px;
	text-transform: uppercase;
}
h3,
.t-m {
	font-size: 22px;
	text-transform: uppercase;
}
.t-s {
	font-size: 16px;
	text-transform: uppercase;
}
.p-hero {
	font-size: 30px;
	line-height: 28px;
}
.p-l {
	font-size: 18px;
	line-height: 32px;
}
p,
.p-m {
	font-size: 16px;
	line-height: 28px;
}
.p-s {
	font-size: 14px;
	line-height: 18px;
}
.p-xs {
	font-size: 11px;
	line-height: 15px;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}
.space20 {
	height: 20px;
}

/***********************
****** NEW INLINE ******
***********************/
.inline-con {
	font-size: 0;
}
.inline-con.vcenter .inline {
	vertical-align: middle;
}
.inline-con.hcenter,
.inline-con.icenter .inline {
	text-align: center;
}
.inline-con.lright .inline:last-child {
	text-align: right;
}
.inline-con .inline:last-child {
	margin-right: 0;
}
.inline {
	display: inline-block;
	vertical-align: top;
	margin-right: 15px;
	box-sizing: border-box;
	font-size: 14px;
	text-align: left;
}
.i1 {
	width: calc(1 * (100% - 165px) / 12);
}
.i2 {
	width: calc(2 * (100% - 165px) / 12 + 1 * (15px));
}
.i3 {
	width: calc(3 * (100% - 165px) / 12 + 2 * (15px));
}
.i4 {
	width: calc(4 * (100% - 165px) / 12 + 3 * (15px));
}
.i5 {
	width: calc(5 * (100% - 165px) / 12 + 4 * (15px));
}
.i6 {
	width: calc(6 * (100% - 165px) / 12 + 5 * (15px));
}
.i7 {
	width: calc(7 * (100% - 165px) / 12 + 6 * (15px));
}
.i8 {
	width: calc(8 * (100% - 165px) / 12 + 7 * (15px));
}
.i9 {
	width: calc(9 * (100% - 165px) / 12 + 8 * (15px));
}
.i10 {
	width: calc(10 * (100% - 165px) / 12 + 9 * (15px));
}
.i11 {
	width: calc(11 * (100% - 165px) / 12 + 10 * (15px));
}

.rpad10 {
	padding-right: 10px;
}
.rpad20 {
	padding-right: 20px;
}
.rpad40 {
	padding-right: 40px;
}
.lpad10 {
	padding-left: 10px;
}
.lpad20 {
	padding-left: 20px;
}
.lpad40 {
	padding-left: 40px;
}

/***********************
****** NEW FLEX ******
***********************/
.fCon {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
}
.flex {
	font-size: 14px;
}
.f1 {
	width: calc(1 * 100% / 12);
}
.f2 {
	width: calc(2 * 100% / 12);
}
.f3 {
	width: calc(3 * 100% / 12);
}
.f4 {
	width: calc(4 * 100% / 12);
}
.f5 {
	width: calc(5 * 100% / 12);
}
.f6 {
	width: calc(6 * 100% / 12);
}
.f7 {
	width: calc(7 * 100% / 12);
}
.f8 {
	width: calc(8 * 100% / 12);
}
.f9 {
	width: calc(9 * 100% / 12);
}
.f10 {
	width: calc(10 * 100% / 12);
}
.f11 {
	width: calc(11 * 100% / 12);
}
.f12 {
	width: calc(12 * 100% / 12);
}
.fCon.fRev {
	flex-wrap: wrap-reverse;
}
.fCon.fCenter {
	align-items: center;
}

/********************
******* HOVER *******
********************/
.hvr {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	position: relative;
	overflow: hidden;
}
.hvr:before {
	content: "";
	position: absolute;
	z-index: -1;
	left: 51%;
	right: 51%;
	top: 0;
	background: #315990;
	height: 5px;
	-webkit-transition-property: left, right;
	transition-property: left, right;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.hvr:hover:before,
.hvr:focus:before,
.hvr:active:before {
	left: 0;
	right: 0;
}

/*****
TOPNAV
*****/
#wrap {
	min-height: calc(100vh - 69px);
}
#hdr-con {
	background: #315990;
	padding: 15px 0px;
}
#hdr {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}
#hdr-l {
	width: 180px;
}
#hdr-r {
}
#hdr-r p {
	text-align: right;
	margin: 0 0 30px 0;
	color: #fff;
}
#hdr-r p a {
	color: #fff;
}
#hdr-r #topnav {
	display: flex;
	list-style-type: none;
	padding: 0;
	margin: 0;
	text-align: right;
}
#hdr-r #topnav li {
	margin-left: 40px;
}
#hdr-r #topnav li a {
	color: #fff;
	padding: 5px;
	font-size: 16px;
}

/*****
SUBNAV
*****/
#subnav-con {
	background: #fff;
	padding: 15px 0px;
}
#subnav {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}
#subnav .fa-ellipsis-v {
	display: none;
}
#subnav .fCon {
	align-items: center;
}
#subnav .f6:last-child {
	text-align: right;
}
#subnav .dropCon {
	text-align: right;
	position: relative;
}
#breadcrumbs {
	padding: 11px 0px;
}
#breadcrumbs span {
	color: #000;
}
#breadcrumbs a {
	font-size: 14px;
	color: #000;
}
#breadcrumbs span:last-child a span {
	color: #000;
	font-weight: bold;
}
#subnav ul.drop {
	display: block;
	position: static;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: right;
	box-shadow: none;
}
#subnav li {
	display: inline-block;
	vertical-align: middle;
	margin-left: 15px;
}
#subnav .email {
	border: 1px solid #494949;
	padding: 6px;
	border-radius: 4px;
	font-size: 25px;
	color: #494949;
	-webkit-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	cursor: pointer;
}
#subnav .email:hover {
	border-color: #000;
	color: #000;
	-webkit-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	background: #f0f0f0;
}

/* apple menu */
.window .header {
	display: none;
}
.window .menu {
	display: none;
}
.window .menu li.contact {
	text-align: center;
	font-size: 13px;
	color: #fff;
}
.window .menu li.contact a {
	display: inline-block;
	vertical-align: middle;
	font-size: 22px;
	margin: 0px 5px;
}
.window .header ul.menu li.menu-item.contact a {
	display: inline-block;
	width: auto;
}
.window .header ul.menu li.menu-item:last-child {
	padding-top: 30px;
	border-bottom: 0;
}
.window .header {
	position: fixed;
	display: none;
	top: 0;
	left: 0;
	height: 65px;
	width: 100%;
	background: #315990;
	overflow: hidden;
	-webkit-transition: all 0.5s ease-out, background 1s ease-out;
	transition: all 0.5s ease-out, background 1s ease-out;
	-webkit-transition-delay: 0.2s;
	transition-delay: 0.2s;
	z-index: 1;
}
.window .header a {
	color: #fff;
}

.window .header .burger-container {
	position: absolute;
	display: inline-block;
	height: 65px;
	width: 65px;
	cursor: pointer;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
	transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: transparent;
	z-index: 9999;
}
.window .header .burger-container #burger {
	width: 25px;
	height: 8px;
	position: relative;
	display: block;
	margin: -4px auto 0;
	top: 50%;
}
.window .header .burger-container #burger .bar {
	width: 100%;
	height: 1px;
	display: block;
	position: relative;
	background: #fff;
	-webkit-transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
	transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}
.window .header .burger-container #burger .bar.topBar {
	-webkit-transform: translateY(0px) rotate(0deg);
	transform: translateY(0px) rotate(0deg);
}
.window .header .burger-container #burger .bar.btmBar {
	-webkit-transform: translateY(6px) rotate(0deg);
	transform: translateY(6px) rotate(0deg);
}
.window .header .icon {
	display: inline-block;
	position: absolute;
	height: 100%;
	line-height: 50px;
	width: 65px;
	height: 65px;
	text-align: center;
	color: #fff;
	font-size: 22px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
.window .header .icon.icon-apple {
	height: auto;
	line-height: auto;
	width: 100px;
	top: 12px;
}
.window .header .icon.icon-bag {
	right: 0px;
	top: 0px;
	left: auto;
	color: #fff;
	-webkit-transform: translateX(0px);
	transform: translateX(0px);
	-webkit-transition: -webkit-transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99);
	transition: -webkit-transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99);
	transition: transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99);
	transition: transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99), -webkit-transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99);
	-webkit-transition-delay: 0.65s;
	transition-delay: 0.65s;
}
.window .header .icon.icon-bag a {
	display: block;
	width: 100%;
	height: 100%;
	padding-top: 5px;
}

.window .header ul.menu {
	position: relative;
	display: block;
	padding: 0px 50px;
	margin: 100px 0;
	list-style: none;
}
.window .header ul.menu li.menu-item {
	border-bottom: 1px solid #fff;
	margin: 0;
	padding: 0;
	-webkit-transform: scale(1.15) translateY(-30px);
	transform: scale(1.15) translateY(-30px);
	opacity: 0;
	-webkit-transition: opacity 0.6s cubic-bezier(0.4, 0.01, 0.165, 0.99), -webkit-transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99);
	transition: opacity 0.6s cubic-bezier(0.4, 0.01, 0.165, 0.99), -webkit-transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99);
	transition: transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99), opacity 0.6s cubic-bezier(0.4, 0.01, 0.165, 0.99);
	transition: transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99), opacity 0.6s cubic-bezier(0.4, 0.01, 0.165, 0.99), -webkit-transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99);
}
.window .header ul.menu li.menu-item:nth-child(1) {
	-webkit-transition-delay: 0.49s;
	transition-delay: 0.49s;
}
.window .header ul.menu li.menu-item:nth-child(2) {
	-webkit-transition-delay: 0.42s;
	transition-delay: 0.42s;
}
.window .header ul.menu li.menu-item:nth-child(3) {
	-webkit-transition-delay: 0.35s;
	transition-delay: 0.35s;
}
.window .header ul.menu li.menu-item:nth-child(4) {
	-webkit-transition-delay: 0.28s;
	transition-delay: 0.28s;
}
.window .header ul.menu li.menu-item:nth-child(5) {
	-webkit-transition-delay: 0.21s;
	transition-delay: 0.21s;
}
.window .header ul.menu li.menu-item:nth-child(6) {
	-webkit-transition-delay: 0.14s;
	transition-delay: 0.14s;
}
.window .header ul.menu li.menu-item:nth-child(7) {
	-webkit-transition-delay: 0.07s;
	transition-delay: 0.07s;
}
.window .header ul.menu li.menu-item a {
	display: block;
	position: relative;
	color: #fff;
	text-decoration: none;
	font-size: 22px;
	line-height: 50px;
	font-weight: 200;
	width: 100%;
}
.window .header.menu-opened {
	height: 100%;
	background-color: #315990;
	-webkit-transition: all 0.3s ease-in, background 0.5s ease-in;
	transition: all 0.3s ease-in, background 0.5s ease-in;
	z-index: 99999;
}
.window .header.menu-opened .burger-container {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}
.window .header.menu-opened .burger-container #burger .bar {
	-webkit-transition: all 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
	transition: all 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
	-webkit-transition-delay: 0.2s;
	transition-delay: 0.2s;
}
.window .header.menu-opened .burger-container #burger .bar.topBar {
	-webkit-transform: translateY(4px) rotate(45deg);
	transform: translateY(4px) rotate(45deg);
}
.window .header.menu-opened .burger-container #burger .bar.btmBar {
	-webkit-transform: translateY(3px) rotate(-45deg);
	transform: translateY(3px) rotate(-45deg);
}
.window .header.menu-opened ul.menu li.menu-item {
	-webkit-transform: scale(1) translateY(0px);
	transform: scale(1) translateY(0px);
	opacity: 1;
}
.window .header.menu-opened ul.menu li.menu-item:nth-child(1) {
	-webkit-transition-delay: 0.27s;
	transition-delay: 0.27s;
}
.window .header.menu-opened ul.menu li.menu-item:nth-child(2) {
	-webkit-transition-delay: 0.34s;
	transition-delay: 0.34s;
}
.window .header.menu-opened ul.menu li.menu-item:nth-child(3) {
	-webkit-transition-delay: 0.41s;
	transition-delay: 0.41s;
}
.window .header.menu-opened ul.menu li.menu-item:nth-child(4) {
	-webkit-transition-delay: 0.48s;
	transition-delay: 0.48s;
}
.window .header.menu-opened ul.menu li.menu-item:nth-child(5) {
	-webkit-transition-delay: 0.55s;
	transition-delay: 0.55s;
}
.window .header.menu-opened ul.menu li.menu-item:nth-child(6) {
	-webkit-transition-delay: 0.62s;
	transition-delay: 0.62s;
}
.window .header.menu-opened ul.menu li.menu-item:nth-child(7) {
	-webkit-transition-delay: 0.69s;
	transition-delay: 0.69s;
}
.window .header.menu-opened .icon.icon-bag {
	-webkit-transform: translateX(75px);
	transform: translateX(75px);
	-webkit-transition-delay: 0.3s;
	transition-delay: 0.3s;
}
.window .content {
	padding: 67px 4% 0;
	text-align: justify;
	overflow: scroll;
	max-height: 100%;
}
.window .content::-webkit-scrollbar {
	display: none;
}
.window .content h2 {
	margin-bottom: 0px;
	letter-spacing: 1px;
}
.window .content img {
	width: 95%;
	position: relative;
	display: block;
	margin: 75px auto 75px;
}
.window .content img:nth-of-type(2) {
	margin: 75px auto;
}

/*****
FOOTER
*****/
#ftr-con {
	background: #000;
	color: #fff;
	padding: 10px 0px;
}
#ftr {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}
#ftr .fCon {
	align-items: center;
}
#ftr .f6:last-child {
	text-align: right;
}
#ftr span {
	display: inline-block;
	vertical-align: middle;
}
#ftr i.fa {
	display: inline-block;
	vertical-align: middle;
	margin-left: 5px;
}
#ftr a {
	color: #fff;
}
#ftr a:hover {
	color: #999;
	text-decoration: none;
}

/* ADMIN FOOTER */
#ftr .admin-ftr {
	display: flex;
	align-items: flex-end;
}
#ftr .admin-ftr__left {
	display: flex;
	flex-direction: column;
}
#ftr .admin-ftr__left a {
	display: flex;
	align-items: flex-end;
}
#ftr .admin-ftr__left a:not(:last-child) {
	margin-bottom: 5px;
}
#ftr .admin-ftr__left .fa-file-pdf-o {
	font-size: 22px;
	color: red;
}
#ftr .admin-ftr__left .fa-question-circle {
	font-size: 22px;
}
#ftr .admin-ftr__right p {
	margin: 0;
}

/*! Page up button  */
.navigation-button {
	background: #315990;
	border-radius: 50%;
	height: 50px;
	width: 50px;
	position: fixed;
	bottom: 100px;
	right: 40px;
	z-index: 1000;
	box-shadow: 0 10px 30px rgb(0 0 0 / 30%);
	text-align: center;
	cursor: pointer;
}
.navigation-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	height: 5px;
	width: 5px;
	transform: translate(-50%, -50%) rotate(-135deg);
	border: solid #fff;
	border-width: 0 2px 2px 0;
	padding: 3px;
}
.navigation-icon-2 {
	position: absolute;
	top: 52%;
	left: 50%;
	height: 3px;
	width: 3px;
	transform: translate(-50%, 11%) rotate(-135deg);
	border: solid #fff;
	border-width: 0 2px 2px 0;
	padding: 3px;
}

/****
TABLE
****/
table.table {
	border-spacing: 0;
	width: 100%;
	border: 1px solid #ccc;
}

table.table.lright th:last-child,
table.table.lright td:last-child {
	text-align: right;
	width: 100px;
}
table.table thead th {
	padding: 15px 10px;
	text-align: left;
	font-weight: 800;
	font-size: 16px;
	background: #fff;
}
table.table tbody tr:nth-child(odd) {
	background: #fafafa;
}
table.table tbody tr:nth-child(even) {
	background: #eee;
}
table.table tbody tr:nth-child(odd):hover {
	background: #ddd;
}
table.table tbody tr:nth-child(even):hover {
	background: #ddd;
}
table.table tbody th {
	text-align: left;
	padding: 10px;
}
table.table th.number {
	width: 30px;
}
table.table th.icons,
table.table td.icons {
	width: 100px;
	text-align: center;
}
table.table td {
	padding: 10px;
	font-size: 14px;
	position: relative;
}
table.table i.fa {
	display: inline-block;
	vertical-align: middle;
	border: 1px solid #000;
	color: #000;
	border-radius: 4px;
	padding: 10px;
	line-height: 15px;
	width: 15px;
	text-align: center;
	cursor: pointer;
}
table.table i.fa + i.fa {
	margin-left: 5px;
}
table.table a:hover i.fa {
	background: #f0f0f0;
}
table.table i.fa-trash {
	border-color: #ff0000;
	color: #ff0000;
	margin-left: 5px;
}
table.table i.fa-bars {
	border: 0;
	font-size: 20px;
	color: #000;
	cursor: move;
}
.custom-page.right + * + * {
	margin-top: 5px;
}

/******
GENERAL
******/
.stack-1 > * + * {
	margin-top: 16px;
}
.stack-2 > * + * {
	margin-top: 32px;
}
.stack-3 > * + * {
	margin-top: 48px;
}
.bdy {
	width: 100%;
	max-width: 1200px;
	margin: 15px auto;
	padding-bottom: 15px;
}
.btn {
	display: inline-block;
	vertical-align: middle;
	padding: 10px 20px;
	border: 1px solid #315990;
	background: #315990;
	color: #fff;
	border-radius: 5px;
	font-size: 14px;
	line-height: 18px;
	cursor: pointer;
	-webkit-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;

	font-family: "Lato";
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
	padding: 11px 30px;
	border: 0;
	cursor: pointer;
}
.btn:hover {
	text-decoration: none;
	opacity: 0.8;
	-webkit-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.btn.red {
	background: #c0392b;
	color: #fff;
	border-color: #c0392b;
}
.btn.white {
	background: #fff;
	color: #333;
	border-color: #333;
}
.btn.gray {
	background: #fff;
	color: #9c9c9c;
	border-color: #9c9c9c;
}
.btn.gray.active {
	background: #f1f1f1;
	color: #545454;
	border-color: #545454;
}
.btn.gray:hover {
	background: #f0f0f0;
}
.btn .fa-plus {
	font-size: 12px;
	margin-right: 5px;
}
.btn + .btn {
	margin-left: 5px;
}
.top-btn {
	text-align: right;
	margin-bottom: 25px;
	position: relative;
}
.top-btn form,
.top-btn span {
	display: inline-block;
	vertical-align: middle;
}

.top-btn form {
	position: absolute;
	width: 350px;
	top: 0;
	left: 0;
}

.top-btn ul.drop {
	right: 0;
}

/**
BOX
**/
.box {
	background-color: var(--p-surface-foreground, #fff);
	box-shadow: var(--p-card-shadow, 0 0 0 1px rgba(63, 63, 68, 0.05), 0 1px 3px 0 rgba(63, 63, 68, 0.15));
	padding: 20px;
	border-radius: 5px;
	position: relative;
	box-sizing: border-box;
}
.box + .box {
	margin-top: 20px;
}
.box h1 {
	margin-top: 10px;
}

/**************
Upcoming modlue
**************/
.upcoming li {
	display: flex;
}
.upcoming li span {
	width: 50px;
	margin-right: 10px;
	text-align: center;
	display: inline-table;
	padding: 5px;
	background: #8b8a90;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
}
.upcoming li span i {
	display: block;
	padding: 2px 5px;
	background: #fff;
	color: #666666;
	font-weight: bold;
	font-style: normal;
}

/******
POP BOX
******/
#dim {
	display: none;
	position: fixed;
	z-index: 9998;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.8);
}
.pop {
	display: none;
	position: fixed;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	left: 0;
	margin: auto;
	background: #fff;
	border-radius: 5px;
	padding: 20px;
	z-index: 9999;
}
.pop#emailfwd,
.pop#trash {
	width: 400px;
	text-align: center;
}
.pop#emailfwd p,
.pop#trash p {
	margin-top: 0;
	font-size: 13px;
}
.pop#trash .btn + .btn {
	margin-left: 10px;
}
.pop#emailfwd form {
	margin: 0;
}
.pop#emailfwd div {
	display: flex;
	align-items: center;
}
.pop#emailfwd input[type="text"] {
	width: calc(100% - 155px);
	margin-right: 5px;
	font-family: "Lato";
}
.pop#emailfwd input[type="submit"] {
	width: 150px;
}

/****
FORMS
****/
form.form {
	margin-bottom: 25px;
}
form.form .fRow + .fRow {
	margin-top: 20px;
}
form.form .fRow .f8 {
	padding-left: 40px;
	box-sizing: border-box;
}
form.form .fRow .f4 input[type="submit"] {
	background: #feca54;
}
form.form .four {
	width: calc(25% - 10px);
}
form.form .third {
	width: calc(33.33% - 10px);
}
form.form .twoThird {
	width: calc(66.66% - 20px);
}
form.form .half {
	width: calc(50% - 20px);
}
form.form .full {
	width: calc(100%);
}
form.form label {
	display: block;
	width: 100%;
	font-size: 12px;
	margin-bottom: 5px;
	font-weight: bold;
	text-transform: uppercase;
}
form.form label p {
	margin: 0;
	font-weight: normal;
	text-transform: none;
}
form.form input[type="text"],
form.form input[type="date"],
form.form input[type="month"],
form.form input[type="password"],
form.form textarea {
	width: 100%;
	border-radius: 4px;
	padding: 10px;
	box-sizing: border-box;
	border: 1px solid #ddd;
	line-height: 18px;
	-webkit-appearance: none;
	font-size: 16px;
	font-family: "Lato";
}
form.form input[type="radio"],
form.form input[type="checkbox"] {
	display: inline-block;
	vertical-align: middle;
	margin: 5px 0px;
}
form.form input[type="radio"] + label,
form.form input[type="checkbox"] + label {
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	font-weight: normal;
	text-transform: none;
	margin: 5px 15px 5px 0px;
	width: auto;
}
form.form input[type="submit"] {
	background: #75c46b;
	color: #000;
	font-family: "Lato";
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 11px 30px;
	border: 0;
	cursor: pointer;
}
form.form .fRow.fFiles {
	position: relative;
	text-align: center;
}
form.form .fRow.fFiles label {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	left: 0;
	margin: auto;
	z-index: 1;
	text-align: center;
	background: #f1f1f1;
	padding: 35px 0px;
	justify-content: center;
	border: 1px dashed #ccc;
}
form.form .fRow.fFiles label span.btn {
	background: #feca54;
	margin-bottom: 12px;
}
form.form .fRow.fFiles input[type="file"] {
	display: flex;
	height: 150px;
	box-sizing: border-box;
	width: 100%;
	opacity: 0;
	position: relative;
	z-index: 9;
}
form.form .display-upload span {
	display: block;
	background: #f1f1f1;
	border-radius: 4px;
	padding: 10px;
	margin-top: 15px;
}
form.form input[type="submit"]:hover {
	opacity: 0.75;
}
form.form hr {
	border: 0;
	border-top: 1px solid #ddd;
	margin-top: 25px;
	padding-top: 25px;
}
.enable_featured .tox {
	height: 300px !important;
}
/*****
RADIO
*****/
.custom-radio {
	display: inline-block;
	position: relative;
	padding-left: 35px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-color: #ffffff;
	padding: 10px 10px 10px 35px;
	margin-right: 20px;
	border-radius: 5px;
	border: 1px solid #315990;
	font-size: 14px;
	line-height: 18px;
	cursor: pointer;
	font-family: "Lato";
	font-weight: normal;
	text-transform: uppercase;
	color: #315990;
}

.custom-radio input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
}

.custom-radio .checkmark {
	height: 25px;
	width: 25px;
	background-color: red;
}

.custom-radio:hover input ~ .checkmark {
	background-color: #ccc;
}

.custom-radio input:checked ~ .checkmark {
	background-color: #2196f3;
}

.custom-radio .checkmark:after {
	display: block;
	top: 10px;
	left: 10px;
	width: 17px;
	height: 17px;
	border-radius: 50%;
	background: #315990;
	border: 1px solid #315990;
}

.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

.checkmark:before {
	content: "";
	position: absolute;
	display: none;
}

.custom-radio input:checked ~ .checkmark:before {
	display: block;
	top: 9px;
	left: 8px;
	width: 5px;
	height: 7px;
	border: 2px solid #fff;
	border-left: none;
	border-top: none;
	transform: translate(7.75px, 4.5px) rotate(45deg);
}

.custom-radio .checkmark:before {
	content: "";
	display: inline-block;
	position: absolute;
	z-index: 2;
}

/*****
SELECT
*****/
form.form .select {
	display: inline-block;
	position: relative;
}
form.form .select select {
	font-family: "Lato";
	width: 100%;
	padding: 10px;
	box-sizing: border-box;
	border-radius: 4px;
	border: 1px solid #ddd;
	color: #000;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	position: relative;
	padding-right: 30px;
	font-size: 14px;
	background: #fff;
}
.arrow {
	border: solid black;
	border-width: 0 1px 1px 0;
	display: inline-block;
	padding: 3px;
	position: absolute;
	top: 37%;
	right: 10px;
	z-index: 999;
}
.arrow.down {
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}
form.form .select + .select {
	margin-left: 5px;
}

.upload-con {
	background: #f7f7f7;
}
.upload-con label.dash {
	border: 1px dashed #dbdbdb;
	height: 120px;
	position: relative;
	text-align: center;
	cursor: pointer;
}
.upload-con .over {
	position: absolute;
	top: 50%;
	right: 0;
	left: 0;
	transform: translateY(-50%);
	margin: auto;
}
.upload-con p {
	display: block;
	text-align: center;
	font-size: 14px;
	margin: 0 0 15px 0;
}
.upload-con .btn {
	background: #feca54;
	color: #000;
	text-transform: uppercase;
	font-weight: bold;
	border: 0;
}
.upload-con input[type="file"] {
	display: none;
}

/*! gallery  */
.flex-center-right {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.gallery-enable-text,
.faq-enable-text {
	margin-right: 15px;
}
.gallery-enable-tog .fa,
.faq-enable-tog .fa {
	font-size: 30px;
	cursor: pointer;
	color: #315990;
}

/****
INDEX
****/
form.index {
	width: 350px;
	margin: 0 auto;
	text-align: center;
}
form.index input[type="text"],
form.index input[type="password"] {
	display: block;
	width: 100%;
	box-sizing: border-box;
	padding: 15px;
	border: 1px solid #ddd;
	font-size: 14px;
}
form.index input[type="text"] {
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
}
form.index input[type="password"] {
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border-top: 0;
}
form.index button {
	width: 100%;
	padding: 12px;
	background: #315990;
	color: #fff;
	text-align: center;
	font-size: 16px;
	border-radius: 5px;
	border: 0;
	cursor: pointer;
}
form.index button:hover {
	background: #264671;
}

/********
DASHBOARD
********/

/*******
CALENDAR
*******/
[class*="btn-cal"],
[class*="btn-cal"]:hover {
	background: transparent;
	border: 1px solid #ccc;
	color: #ccc;
}
[class*="btn-cal"].active {
	color: #fff;
}
.btn.active {
	background: unset;
}
.btn-cal1.active {
	background: #ffdd99;
	border: 1px solid #ffdd99;
}
.btn-cal2.active {
	background: #88ccff;
	border: 1px solid #88ccff;
}
.btn-cal3.active {
	background: #ff0000;
	border: 1px solid #ff0000;
}
.cal-cat strong {
	display: inline-block;
	width: 20px;
	height: 20px;
}
.cal-top {
}
.cal-con {
}
.cal-nav,
.cal-day {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.cal-nav div,
.cal-day div {
	width: calc(100% / 7 - 10px);
	padding: 5px;
	box-sizing: border-box;
	background: #f1f1f1;
	border: 1px solid #ccc;
}
.cal-nav div {
	background: #315990;
	border: 0;
	color: #fff;
	font-weight: bold;
}
.cal-day div {
	margin: 5px 0px;
	min-height: 130px;
}
.cal-day div b {
	display: block;
	margin-bottom: 5px;
}
.cal-day div.off {
	opacity: 0.3;
}
.cal-day span {
	display: block;
	background: #ffcbb9;
	padding: 5px;
	border-radius: 3px;
}
.cal-day span:hover {
	opacity: 0.8;
}
.cal-day span a {
	display: block;
}
.cal-day span a:hover {
	text-decoration: none;
}
.cal-day span + span {
	margin-top: 3px;
}
.cal-day i {
	display: block;
	font-style: normal;
	margin-top: 8px;
	font-size: 12px;
}

/*******
SETTINGS
*******/
.settings {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
}
.settings a {
	width: calc(100% / 4 - 10px);
	margin: 0px 5px;
	font-size: 0;
	padding: 0px 15px;
	box-sizing: border-box;
}
.settings a:hover {
	background: #f1f1f1;
	text-decoration: none;
}
.settings a img {
	display: inline-block;
	vertical-align: middle;
	width: 60px;
	margin-right: 10px;
}
.settings a p {
	display: inline-block;
	vertical-align: middle;
	width: calc(100% - 70px);
	font-size: 12px;
	line-height: 20px;
	color: #494949;
}
.settings a p span {
	display: block;
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 22px;
	margin-bottom: 5px;
}

/*! NEWS */
.news-table,
.custom-pages-table {
	display: flex;
	align-items: center;
	margin-bottom: 16px;
}

/***********
MAILING LIST
***********/
form.mailing-top {
	position: relative;
	margin: 0 15px 0 0;
}
form.mailing-top input[type="text"] {
	width: 200px;
	padding-right: 20px;
}
form.mailing-top button {
	position: absolute;
	top: 6px;
	right: 5px;
	font-size: 20px;
	background: transparent;
	border: 0;
	cursor: pointer;
}
form.mailing-top + span {
	display: inline-block;
	border: 0;
}
form.mailing-top + span .arrow {
	border-color: #fff;
	right: 12px;
}
ul.drop {
	display: none;
	list-style-type: none;
	border-radius: 5px;
	position: absolute;
	z-index: 999;
	top: 50px;
	right: 10px;
	padding: 0;
	margin: 0;
	background-color: var(--p-surface-foreground, #fff);
	box-shadow: var(--p-card-shadow, 0 0 0 1px rgba(63, 63, 68, 0.05), 0 1px 3px 0 rgba(63, 63, 68, 0.15));
}
ul.drop li a {
	display: block;
	padding: 10px;
}
ul.drop li a:hover {
	background: #eee;
	text-decoration: none;
}

/***********
Alerts
************/
.alert {
	text-align: center;
	position: fixed;
	bottom: 90px;
	right: 0;
	left: 0;
	margin: auto;
	opacity: 1;
	width: fit-content;
	max-width: 600px;
	padding: 25px 20px;
	box-sizing: border-box;
	border-radius: 5px;
	z-index: 9999;
	font-size: 19px;
	background-color: var(--p-surface-foreground, #333);
	box-shadow: var(--p-card-shadow, 0 0 0 4px rgba(63, 63, 68, 0.05), 0 3px 6px 0 rgba(63, 63, 68, 0.15));
	color: #fff;
}
.alert-success {
	background: rgba(40, 167, 69, 0.7);
	color: #fff;
}
.alert-danger {
	background: rgba(220, 53, 69, 0.7);
	color: #fff;
}
.alert i.fa-close {
	position: absolute;
	right: 7px;
	top: 4px;
}

/* editUser */
#committees-access .fCon {
	align-items: center;
}
#committees-access [class*="icheck-"] {
	margin-top: 0px !important;
	margin-bottom: 0px !important;
}
#committees-access hr {
	padding-top: 15px;
	margin-top: 15px;
}
#profile {
	display: flex;
	align-items: center;
}
#profile img {
	max-width: none;
	max-height: 150px;
	width: auto;
}
#profile i.fa-trash {
	font-size: 20px;
	border: 1px solid #ccc;
	padding: 15px;
	border-radius: 3px;
	margin-left: 20px;
	cursor: pointer;
}
#profile i.fa-trash:hover {
	background: #f1f1f1;
}

.question-mark {
	font-size: 20px;
	margin-left: 5px;
	cursor: pointer;
}
.modal-question {
	display: none;
	overflow-y: scroll;
	padding: 16px;
	background: #fff;
	width: 100%;
	max-width: 80vw;
	max-height: 80vh;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	box-shadow: 0 10px 30px rgb(0 0 0 / 30%);
	z-index: 9999;
}
.modal-close {
	position: absolute;
	top: 10px;
	right: 10px;
	cursor: pointer;
}
.modal-close .fa-times-circle-o {
	color: #315990;
}
.answer-template {
	font-size: 18px;
}
.answer-title {
	color: red;
}
.answer-img {
	margin-top: 14px;
	padding: 15px;
}
.answer-container {
	display: none;
}

.justmobile {
	display: none;
}

.hidden {
	display: none;
}

/*! ADD PAGE */
.warning-points li {
	color: #f00;
	font-size: 16px;
}
.warning-points {
	padding-left: 10px;
	margin: 0;
}
@media (max-width: 768px) {
	/******
  GENERAL
  ******/
	h1 {
		font-size: 18px;
		margin: 5px 0px 25px 0px;
	}

	.f1,
	.f2,
	.f3,
	.f4,
	.f5,
	.f6,
	.f7,
	.f8,
	.f9,
	.f10,
	.f11,
	.f12 {
		width: 100%;
	}

	.m1 {
		width: calc(1 * 100% / 12);
	}
	.m2 {
		width: calc(2 * 100% / 12);
	}
	.m3 {
		width: calc(3 * 100% / 12);
	}
	.m4 {
		width: calc(4 * 100% / 12);
	}
	.m5 {
		width: calc(5 * 100% / 12);
	}
	.m6 {
		width: calc(6 * 100% / 12);
	}
	.m7 {
		width: calc(7 * 100% / 12);
	}
	.m8 {
		width: calc(8 * 100% / 12);
	}
	.m9 {
		width: calc(9 * 100% / 12);
	}
	.m10 {
		width: calc(10 * 100% / 12);
	}
	.m11 {
		width: calc(11 * 100% / 12);
	}
	.m12 {
		width: calc(12 * 100% / 12);
	}

	.btn,
	form.form input[type="submit"] {
		font-size: 12px;
		padding: 10px 15px;
	}
	.box {
		margin-bottom: 10px;
	}
	#hdr-con {
		display: none;
	}
	.bdy {
		width: 100%;
		padding: 15px;
		box-sizing: border-box;
	}

	/**********
  MOBILE MENU
  **********/
	.window {
		position: relative;
		display: block;
		overflow: hidden;
		margin-top: 65px;
	}
	.window .header {
		display: block;
	}

	/*****
  TABLES
  *****/
	table.table {
		width: 100%;
		white-space: nowrap;
		overflow-x: scroll;
	}

	/*****
  SUBNAV
  *****/
	#subnav-con {
		padding: 15px;
	}
	#subnav {
		width: 100%;
	}
	#breadcrumbs {
		padding: 0;
	}
	#subnav ul.drop {
		display: none;
		width: auto;
		position: absolute;
	}
	#subnav li {
		display: block;
		width: 100%;
		margin: 0;
	}
	#subnav li .btn {
		border: 0;
		color: #000;
	}
	#subnav .email {
		font-size: 20px;
		padding: 5px;
	}

	#subnav .fa-ellipsis-v {
		display: block;
		color: #000;
		font-size: 17px;
		font-weight: bold;
		padding: 0px 10px;
	}
	#subnav ul.drop {
		display: none;
		top: 35px;
	}

	/*****
  FOOTER
  *****/
	#ftr {
		width: 100%;
		padding: 10px 15px;
		box-sizing: border-box;
	}
	#ftr p,
	#ftr .f6:last-child {
		text-align: center;
	}

	.pop#emailfwd,
	.pop#trash {
		width: calc(100% - 30px);
		margin: 15px;
		box-sizing: border-box;
		text-align: center;
	}
	.pop#emailfwd input[type="text"] {
		font-size: 16px;
		width: calc(100% - 100px);
	}
	.pop#emailfwd input[type="submit"] {
		width: 95px;
	}
	.pop#emailfwd p {
		font-size: 11px;
	}
	.navigation-button {
		height: 40px;
		width: 40px;
		bottom: 23px;
		right: 20px;
	}

	/*******
  CALENDAR
  *******/
	.cal-nav div,
	.cal-day div {
		width: calc(100% / 2 - 5px);
	}
	.cal-nav,
	.cal-day div.off {
		display: none;
	}

	/******
  SETTINGS
  *******/
	.settings a {
		width: 100%;
		display: flex;
		align-items: center;
		padding: 0;
		margin: 10px 0px;
	}
	.settings a img {
		width: 50px;
		margin-right: 10px;
		height: auto;
	}
	.settins a p {
		width: calc(100% - 60px);
	}

	/*****
  COVER
  ******/
	.cover {
		width: 100%;
		overflow-x: scroll;
	}

	/*************
  AGENDA DETAILS
  *************/
	form.form .fRow .f8 {
		margin-top: 15px;
		padding-left: 0;
	}

	.nomobile {
		display: none;
	}
	.justmobile {
		display: block;
	}
}

@media (max-width: 485px) {
	.gallery-btns a:not(first-child) {
		margin-top: 10px;
	}
	.custom-radio {
		margin-right: 6px;
		margin-bottom: 16px;
	}
	form.form .half,
	form.form .third,
	form.form .twoThird,
	form.form .select {
		width: 100%;
		margin-bottom: 10px;
	}
	.top-btn form,
	.top-btn span {
		width: 95%;
		padding: 10px 5px;
		margin: 5px 0;
	}
	.i8,
	.i4 {
		width: 100%;
	}
	.btn,
	form.form input[type="submit"] {
		margin-bottom: 10px;
	}
}
