@font-face {
	font-family: Roboto;
	src: url("../fonts/Roboto-Light.woff2?v=2.137") format("woff2"), url("../fonts/Roboto-Light.woff?v=2.137") format("woff");
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: Roboto;
	src: url("../fonts/Roboto-Regular.woff2?v=2.137") format("woff2"), url("../fonts/Roboto-Regular.woff?v=2.137") format("woff");
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: Roboto;
	src: url("../fonts/Roboto-Regular.woff2?v=2.137") format("woff2"), url("../fonts/Roboto-Regular.woff?v=2.137") format("woff");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: Roboto;
	src: url("../fonts/Roboto-Bold.woff2?v=2.137") format("woff2"), url("../fonts/Roboto-Bold.woff?v=2.137") format("woff");
	font-weight: 700;
	font-style: normal;
}

@font-face {
	font-family: Roboto;
	src: url("../fonts/Roboto-Bold.woff2?v=2.137") format("woff2"), url("../fonts/Roboto-Bold.woff?v=2.137") format("woff");
	font-weight: bold;
	font-style: normal;
}

::-moz-selection {
    background: #3384a2;
    color: #fff;
}

::selection {
    background: #3384a2;
    color: #fff;
}

a,
.navigation .navigation-link,
.navigation .navigation-title,
.navigation .title {
	color: #3384a2;
}

a:hover,
.navigation .navigation-link:hover,
.navigation .navigation-title:hover,
.navigation .title:hover {
	color: #3384a2;
}

.button,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	background-color: #3384a2;
	border: 0.1rem solid #3384a2;
}

.button.button-outline,
button.button-outline,
input[type="button"].button-outline,
input[type="reset"].button-outline,
input[type="submit"].button-outline,
.button.button-clear,
button.button-clear,
input[type="button"].button-clear,
input[type="reset"].button-clear,
input[type="submit"].button-clear {
	color: #3384a2;
}

input[type='email']:focus,
input[type='number']:focus,
input[type='password']:focus,
input[type='search']:focus,
input[type='tel']:focus,
input[type='text']:focus,
input[type='url']:focus,
textarea:focus,
select:focus {
	border-color: #3384a2;
}

.button-share {
	position: absolute;
	background-color: #fff !important;
	margin: 1px 15px 0 0;
	padding: 0 1.5rem;
	top: 0;
	right: 0;
	height: 36px;
	line-height: 36px;
	font-weight: 300;
}

.button-share span {
	margin-right: 0.125rem;
}

.wrapper {
	display: block;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.wrapper .container {
	max-width: 80rem;
}

.wrapper>.container {
	padding-bottom: 7.5rem;
	padding-top: 7.5rem;
}

.header {
	background-color: #f4f5f6;
	padding-top: 1rem;
}

@media(min-width:40rem) {
	.header {
		padding-top: 5rem;
	}
}

.header+section {
	border-top: 0;
}

.header .container {
	border-top: 0;
	padding-bottom: 7.5rem;
	padding-top: 7.5rem;
	position: relative;
	text-align: center;
}

.header .title {
	font-family: 'Roboto', Helvetica Neue, Arial, sans-serif;
	font-weight: 300;
	letter-spacing: 0.025rem;
}

.header .button {
	margin-bottom: 4rem;
	margin-top: 2rem;
}

@media(min-width:40rem) {
	.header .button {
		margin-bottom: 4rem;
		margin-top: 2rem;
	}
}

.navigation {
	background: #f1f3f5;
	border-bottom: 0.1rem solid #dbe5e8;
	display: block;
	height: 5.2rem;
	left: 0;
	max-width: 100%;
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 1;
}

.navigation .container {
	padding-bottom: 0;
	padding-top: 0;
}

.navigation .navigation-list {
	list-style: none;
	margin-bottom: 0;
}

@media(min-width:80rem) {
	.navigation .navigation-list {
		margin-right: 0;
	}
}

@media only screen and (max-width : 768px) {
	.navigation .navigation-list .popover {
		left: -220%;
	}
	.popover:after,
	.popover:before {
		left: 83% !important;
	}
	.copyright-text,
	.social-profiles {
		text-align: center;
	}
	.social-profiles {
		margin-top: 1rem;
	}
	.follow-us-text {
		display: none;
	}
}

.navigation .navigation-item {
	float: left;
	margin-bottom: 0;
	margin-left: 2.5rem;
	position: relative;
}

.navigation .img {
	fill: #04506e;
	height: 2rem;
	position: relative;
	top: .3rem;
}

.navigation .navigation-title,
.navigation .title {
	position: relative;
	font-family: 'Roboto', Helvetica Neue, Arial, sans-serif;
	font-weight: 300;
	letter-spacing: 0.0125rem;
}

.navigation .navigation-link,
.navigation .navigation-title,
.navigation .title {
	display: inline;
	font-size: 1.6rem;
	line-height: 5.2rem;
	padding: 0;
	text-decoration: none;
}

.navigation .navigation-link.active {
	color: #606c76;
}

.navigation .navigation-title span {
	margin-right: 0.75rem;
}

/* Popover Styles */

.popover {
	display: none;
	background: #fff;
	border: 0.05rem solid #dbe5e8;
	border-radius: 0.4rem;
	filter: drop-shadow(0 0 0.25rem rgba(0, 0, 0, 0.1));
	left: 50%;
	min-width: 13.4rem;
	position: absolute;
	top: 94%;
	transform: translateX(-50%);
}

.popover.popover-open {
	display: block;
}

.popover:after,
.popover:before {
	border: solid transparent;
	border-color: transparent;
	border-width: 1rem;
	content: ' ';
	height: 0;
	left: 50%;
	pointer-events: none;
	position: absolute;
	right: 1.7rem;
	top: 0;
	width: 0;
}

.popover:after {
	border-bottom-color: #fff;
	transform: translate(-50%, -100%);
}

.popover:before {
	border-bottom-color: #d1d1d1;
	transform: translate(-50%, -102%);
}

.popover .popover-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.popover .popover-item {
	margin: 0;
	padding: 0;
}

.popover .popover-item:first-child .popover-link {
	border-radius: .4rem .4rem 0 0;
}

.popover .popover-item:last-child .popover-link {
	border-bottom-width: 0;
	border-radius: 0 0 0.4rem 0.4rem;
}

.popover .popover-link {
	border-bottom: 0.1rem solid #dbe5e8;
	color: #3384a2;
	display: block;
	font-size: 1.25rem;
	padding: 0.8rem 2rem;
	position: relative;
	text-align: center;
	text-decoration: none;
	z-index: 2;
}

.popover .popover-link:hover {
	background: #3384a2;
	border-bottom-color: #3384a2;
	color: #fff;
}		

#popover-share.popover {
	top: -300% !important;
	transform: translateX(137%);
}

#popover-share.popover:after,
#popover-share.popover:before {
	top: 99.5% !important;
	transform: rotate(180deg) !important;
	z-index: 1;
}

/* Utilites */

.notification  {
	background: #f4f5f6;
	margin-bottom: 2.5rem;
	padding: 1rem 1.5rem;
}

.notification-info {
	border-left: 0.25rem solid #50a2da;
}

.notification-success {
	border-left: 0.25rem solid #43c279;
}

.notification-error {
	border-left: 0.25rem solid #d75345;
}

.text-center {
	text-align: center;
}

.text-success {
	color: #43c279;
}

.pos-relative {
	position: relative;
}

/* Image Container */

.image-container {
	text-align: center;
}

#uploaded-image-url img {
	max-width: 100% !important;
}

.upload-new-image {
	max-width: 80rem;
	margin: 0 auto;
	text-align: center;
}

.or-line {
    position: relative;
	display: block;
	margin: 0 auto;
	max-width: 80rem;
	text-align: center;
    z-index: 0;
}

.or-line:before {
	position: absolute;
	border-top: 1px solid #dbe5e8;
	content: '';
	margin: 0 auto;
	top: 50%;
	left: 0;
	right: 0;
	bottom: 0;
	width: 95%;
	z-index: -1;
}

.or-line span {
	background: #fff;
	padding: 0 15px;
}

/* Upload Form Styles */

.form-upload {
	text-align: center;
}

.file-input {
	display: block;
	background: #fbfdfe;
	margin: 1rem auto 3rem auto;
	padding: 5rem;
	width: 100%;
	text-align: center;
	border: 0.2rem dashed #dbe5e8;
	border-radius: 0.5rem;
	cursor: pointer;
}

.file-input:hover,
.file-input:focus {
	background: #f4f9fb;
}

.links {
	margin-top: 1rem;
}

.links .button-copy {
	min-width: 125px;
}

/* Advertising Block Styles */

#ad-block.container {
	padding-top: 0;
}

.ad-block {
	text-align: center;
}

/* Footer Styles */

.footer {
	font-size: 95%;
	margin-bottom: 2rem;
}

.footer a {
	color: #606c76;
}

.footer .copyright-text a:hover {
	border-bottom: 0.1rem dashed #3384a2;
}

.footer .social-profiles a {
	margin: 0 0.25rem;
}

.footer .copyright-text a:hover,
.footer .social-profiles a:hover {
	color: #3384a2;
}

.footer .follow-us-text {
	margin-right: 0.125rem;
}

 /* Modal Styles */
 
.light-modal {
	display: none;
	position: fixed;
	background: transparent;
	top: 0;
	bottom: 0;
	left: 0;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	right: 0;
	z-index: 9000;
	transition: background 1s;
	font-size: 16px;
	visibility: hidden;
}

.light-modal-content {
	background: #f1f3f5;
	color: #999;
	width: 100%;
	max-width: 760px;
	border-radius: 0.25rem;
	position: relative;
	max-height: calc(100vh - 150px);
	line-height: 1.4;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
}

.light-modal-content img {
	max-width: 100%;
	border-radius: .2em;
}

.light-modal-content.large-content {
	width: 50vw;
}

.light-modal-header {
	padding: 20px 20px 20px 20px;
	background: rgba(0, 0, 0, 0.25);
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: center;
	align-items: center;
	color: #fff;
	text-shadow: 0.125rem 0.125rem 0 rgba(0, 0, 0, 0.125);
}

.light-modal-heading {
	margin: 0;
	font-size: 1.5em;
}

.light-modal-heading+.light-modal-close-icon {
	position: static;
}

.light-modal-body {
	padding: 20px;
	overflow: auto;
	max-height: 450px;
}

.light-modal-footer {
	padding: 20px 20px 20px 20px;
	background: rgba(0, 0, 0, 0.2);
	text-align: right;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
}

.light-modal-close-icon,
.light-modal-close-btn {
	background: transparent;
	text-decoration: none;
	color: #fff;
	padding: 0 10px 4px 10px;
	font-size: 1.75em;
	line-height: 1;
	transition: background .2s ease-in-out;
	border-radius: 0.25rem;
}

#image-modal .light-modal-close-icon,
#image-modal .light-modal-close-btn {
	background: #5d5d5d;
	box-shadow: 0 0 0.125rem rgba(255, 255, 255, 0.5);
}

#image-modal .light-modal-close-icon:hover,
#image-modal .light-modal-close-btn:hover {
	background: #3d3d3d;
	color: #fff;
}

.light-modal-close-icon:hover,
.light-modal-close-btn:hover {
	background: rgba(255, 255, 255, 0.75);
	text-shadow: none;
}

.light-modal-close-icon {
	position: absolute;
	top: -15px;
	right: -15px;
}

.light-modal-close-btn {
	font-size: 1em;
}

.light-modal-caption {
	position: absolute;
	left: 50%;
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	top: 100%;
	padding: 10px 0;
	background: rgba(0, 0, 0, 0.2);
	border-radius: .2em;
	width: 100%;
	text-align: center;
	margin-top: 5px;
}

.light-modal:target {
	background: rgba(0, 0, 0, 0.66);
	display: -ms-flexbox;
	display: flex;
	visibility: visible;
}

.light-modal-navigation .navigation-next,
.light-modal-navigation .navigation-prev {
	width: 32px;
	height: 32px;
	border-color: #fff;
	transition: border-color .2s;
}

.light-modal-navigation .navigation-next:hover,
.light-modal-navigation .navigation-prev:hover {
	border-color: rgba(255, 255, 255, 0.7);
}

.light-modal-navigation .navigation-next {
	position: absolute;
	right: -50px;
	top: 50%;
	border-bottom: 1px solid;
	border-left: 1px solid;
	-ms-transform: rotate(-135deg);
	transform: rotate(-135deg);
}

.light-modal-navigation .navigation-prev {
	position: absolute;
	left: -50px;
	top: 50%;
	border-bottom: 1px solid;
	border-left: 1px solid;
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

@media (max-width: 480px) {
	.light-modal-navigation .navigation-next {
		right: 5px;
	}
	.light-modal-navigation .navigation-prev {
		left: 5px;
	}
}

@keyframes basic {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

.basic {
	animation-name: basic;
}

@media (max-width: 767px) {
	.light-modal {
		font-size: 14px;
	}
	.light-modal:target .light-modal-content {
		width: 70vw;
	}
}

@supports (display: flex) {
	@media (max-width: 767px) {
		.light-modal:target .light-modal-content {
			width: 70vw;
		}
	}
}

/* Responsiveness */

@media only screen and (min-width : 992px) {
	.social-profiles {
		text-align: right;
	}
}