/*
Theme Name: CNS
Author: X-CD
Description: A custom theme for CNS
Version: 1.00
*/
@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=Roboto+Condensed:ital,wght@0,300;0,400;1,300;1,400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,300;0,400;1,300;1,400&display=swap');

/* CSS Document */
/* RESET */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;	
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* END RESET */

/* WORDPRESS CORE */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}
.justify-center {
	display:flex;
	justify-content:center;
}
.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #eee;
	clip: auto !important;
	clip-path: none;
	color: #444;
	display: block;
	font-size: 1em;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

.wp-block-columns {
	max-width: 1590px;
    margin: 0 auto;
	padding: 15px 0 0;
}
.column-padding {
	padding-left: 30px;
}
main .wp-block-columns h1, main .wp-block-columns h2, main .wp-block-columns h3, main .wp-block-columns h4 {
	padding:0;
}  

main .wp-block-columns p {
	padding:10px 0;
}

main .wp-block-columns p.button {
	padding:5px;
	margin:10px 0;
}

main .wp-block-columns ul {
	padding:15px 50px;
}

main .wp-block-gallery .blocks-gallery-item {
	margin:0 5px 10px;
}
/* END WORDPRESS CORE */

/* SLIDEOUT */
.slideout-menu {
  position: fixed;
  top: 0;
  bottom: 0;
  width: 500px;
  min-height: 100vh;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  z-index: 0;
  display: none;
}

#mobile-menu-wrap {  
	width: 500px;
	min-width: 500px;
	opacity: 0;
	visibility: hidden;
}

#mobile-menu-wrap.visible {
	opacity: 1;
	visibility: visible;
}

.slideout-menu-left {
  left: 0;
}

.slideout-menu-right {
  right: 0;
}

.slideout-panel {
  position: relative;
  z-index: 1;
  background-color: #FFF; /* A background-color is required */
  min-height: 100vh;
  width:100%;
  max-width:2048px;
  margin: 0 auto;
	
}

.slideout-open,
.slideout-open body,
.slideout-open .slideout-panel {
  overflow: hidden;
}

.slideout-open .slideout-menu {
  display: block;
}

#panel:before {
  content: '';
  display: block;
  background-color: rgba(0,0,0,0);
  transition: background-color 0.5s ease-in-out;
}

#panel.panel-open:before {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  background-color: rgba(0,0,0,.5);
  z-index: 99;
}

#close-mobile {
	height: 40px;
    background:#19478b;
    text-align: right;
    padding:0 25px;
    box-sizing: border-box;
	margin-bottom:25px;
	display: flex;
	justify-content: space-between;
}

#close-mobile a {
	display: inline-block;
	color:#FFF;
	font-size:26px;
	line-height: 48px;
}

#mobile-menu-back {
	visibility: hidden;
}

#mobile-menu-back.active {
	visibility: visible;
}

#mobileSearch {
	display:block;
	width:100%;
	margin-bottom:30px;
	text-align: center;
}

#mobileSearch .searchForm input[type="text"] {
	width:85%;
}

#mobile-menu, #mobile-secondaryMenu {
	padding:0 25px;
	box-sizing: border-box;
}

#mobile-menu {
	margin-bottom:5px;
}

#mobile-secondaryMenu {
	margin-bottom:25px;
}

#mobile-menu li, #mobile-secondaryMenu li {
	border-bottom:1px solid #dbd9d2;
	padding:25px 0;
}

#mobile-menu li a, #mobile-secondaryMenu li a {
	display: inline-block;
	width:90%;
	font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    font-weight: 500;
    color: #357096;
    text-decoration: none;
    text-transform: uppercase;
}

#mobile-menu li ul {
	display:none;
	position: absolute;
    height: 100%;
    width: 100%;
    background: #fff;
    top: 61px;
    left: 0px;
	padding-left: 25px;
	box-sizing: border-box;
}

#mobile-menu li ul.expanded {
	display:block;
	z-index: 20;
}

#mobile-menu li ul.expanded ul.expanded {
	top:0;
}

#mobile-menu .mobileParentItem:after {
	display:inline-block;
	content:">";
	position: absolute;
	right:30px;
	z-index: 10;
}

#mobile-menu-wrap .button {
	display: block;
	width:200px;
	margin:0 auto 15px;
	text-align: center;
}

#mobile-menu-wrap .socialMenu ul {
	display:flex;
	justify-content: center;
	align-items: center;
}

#mobile-menu-wrap .socialMenu ul li {
	margin:0 15px;
}

#mobile-menu-wrap .socialMenu ul li a {
	font-size:32px;
	color:#e71d2f;
}
/* END SLIDEOUT */

/* GENERAL */
img {
	max-width: 100%;
	height: auto;
}

.button, main .button {
	font-family: 'Montserrat', sans-serif;
	font-size:20px;
	font-weight: 500;
	color:#fff;
	text-decoration: none;
	background: #447fc1;
	padding:15px 25px;
	border:2px solid #447fc1;
	border-radius: 5px;
	display: inline-block;
	box-sizing: border-box;
	text-align: center;
}

.button.white, main .button.white {
	color:#165a87;
	background: #fff;
}

.button.squared {
	border-radius: 0;
}

.button.whiteborder {
	border:2px solid #fff;
}

main {
	padding-top:150px;
}

h1, h2 {
	color:#194b8d;
	font-family: "Roboto Condensed", serif;
}

h1 {
	font-size: 50px;
	font-weight: 500;
	margin: 10px auto 25px;
	max-width: 1590px;
	padding:0 50px;
	line-height: 55px;
}

h2 {
	font-size: 40px;
	font-weight: 600;
	letter-spacing: 1px;
	margin: 25px auto 15px;
	padding:0 50px;
	max-width: 1590px;
	text-transform: uppercase;
}

h3 {
	font-family: "Roboto", sans-serif;
	color:#19478b;
	padding:0 50px;
	font-size: 24px;
	font-weight: 600;
	margin:15px auto;
	max-width: 1590px;
}

h4 {
	font-family: "Roboto", sans-serif;
	padding:0 50px;
	font-size: 20px;
	margin:15px auto;
	max-width: 1590px;
}

a {
	color: #194b8d;
	font-weight: 500;
	text-decoration: none;
	font-family: "Roboto", sans-serif;
}

sub {
	vertical-align: sub;
    font-size: smaller;
}

main .button a {
	color: #fff;
}

main .button.white a {
	color:#165a87;
}

main ul, main ol {
	padding:10px 75px;
	margin:0 auto 0 auto;
	font-family: "Montserrat", sans-serif;
	max-width: 1590px;
	box-sizing: border-box;
}

main ul {
	list-style: disc;
}

main ul ul {
	padding:15px 25px;
	list-style: circle;
}

main ol {
	list-style: lower-roman;
}

main ol ol {
	padding:10px;
	list-style: lower-alpha;
}

main ul li, main ol li {
	margin:0 0 10px;
	line-height: 25px;
}

p {
	padding:15px 50px;
	font-family: "Roboto", sans-serif;
	font-size:16px;
	font-weight: 400;
	line-height: 1.5;
	max-width: 1590px;
	margin:0 auto;
}

main .wp-block-table {
	padding:15px 50px;
}

main table {
	max-width:1590px;
	font-family: "Roboto", sans-serif;
	font-size:16px;
	font-weight: 400;
	line-height: 26px;
	margin:0 auto;
}

main table thead {
	background:#165a87;
	color:#fff;
	text-align: left;
}

main table thead th {
	border:2px solid #fff;
	padding:10px;
}

main table td {
	padding:10px;
}

.searchForm input[type="text"] {
    width: 200px;
    height: 31px;
	padding-left:15px;
    position: relative;
    z-index: 1;
	border:2px solid #e8e8e8;
}
.searchForm input[type="submit"] {
    margin-left: -50px;
    height: 20px;
    width: 50px;
    position: relative;
    z-index: 10;
    background-image: url(img/caccn-magnify.png);
    background-color: transparent;
    border: none;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    color: transparent;
	cursor: pointer;
}
/* END GENERAL */

/* HEADER */
#mainHeader {
	position: fixed;
	display:block;
	width:100%;
	top:0;
	z-index:85;
	max-width:2048px;
	margin:0 auto;
}

#logoNav {
	display:flex;
}

#mainLogo {
	flex-basis: 25%;
	min-width:400px;
	display:flex;
	height:150px;
}

.mainLogoIcon {
	flex-basis: 35%;
	background:#fff;
	text-align: center;
	justify-content:center;
	align-items:center;
}

.mainLogoIcon img {
	width:135px;
	padding-top:7px;
}

.mainLogoTitle {
	background:#447fc1;
	color:#fff;
	padding-right:15px;
	flex-basis: 65%;
}

.mainLogoTitle h1 {
	font-family: "Roboto Condensed", sans-serif;
	font-size:50px;
	padding-top:10%;
	color:#fff;
	margin:0;
	padding:15px;
}

.mainLogoTitle h2 {
	font-family:"Roboto Condensed", sans-serif;
	font-size:15px;
	font-weight:300;
	margin:0;
	padding:5px 0px 5px 15px;
	color:#fff;
}

#mainNav {
	flex-basis:40%;
	background:#447fc1;
}

#mainNav .menu-primary-container {
	height:100%;
}

#mainNav ul {
	display:flex;
	height:100%;
	justify-content: space-between;
}

#mainNav ul li {
	text-align: left;
	border-left: 2px solid #92acd9;
	height:100%;
	width:100%;
	padding:0 15px;
	box-sizing: border-box;
	position: relative;
	border-bottom:10px solid #e71d2f;
}

#mainNav ul li a {
	color:#fff;
	font-size:18px;
	font-family: "Roboto", sans-serif;
	text-decoration: none;
	text-transform: uppercase;
	font-weight:bold;
	position: relative;
	top:75%;
}

#mainNav ul.sub-menu {
	display:none;
}

#secondaryMenu {
	background:#19478b;
	flex-basis:35%;
}

#secondaryMenu .menu-secondary-container {
	height:100%;
}

#secondaryMenu ul {
	display:flex;
	flex-wrap: wrap;
	height:100%;
	position: relative;
}

#secondaryMenu li:first-child, #secondaryMenu li:nth-child(2), #secondaryMenu li:nth-child(3) {
	flex-basis:33%;
	border-bottom: 2px solid #bcbed8;
	padding:15px;
	box-sizing: border-box;
	display:block;
	height:50%;
}

#secondaryMenu li:nth-child(4), #secondaryMenu li:nth-child(5), #secondaryMenu li:nth-child(6) {
	padding:15px;
	box-sizing: border-box;
	border-right: 2px solid #bcbed8;
	height:50%;
}

#secondaryMenu li:nth-child(4) {
	flex-basis:20%;
}

#secondaryMenu li:nth-child(5), #secondaryMenu li:nth-child(6) {
	flex-basis:33.3%
}

#secondaryMenu li:nth-child(7) {
	flex-basis:13.4%;
	text-align: center;
}

#secondaryMenu li:nth-child(7) span {
	display:none;	
}

#secondaryMenu li:last-child {
	border-right:none;
}

#secondaryMenu a {
	color:#fff;
	text-decoration: none;
	font-size:17px;
	font-family: "Roboto", sans-serif;
	text-transform: uppercase;
	font-weight:bold;
	display:block;
	position: relative;
	top:55%;
}

#mobileMenuButton {
	background:#19478b;
	flex-basis:calc(100% - 400px);
	display:none;
	position: relative;
	padding:15px;
	justify-content: center;
	align-items: center;
}

#mobileMenuButton a {
	color: #fff;
    text-decoration: none;
    font-size: 50px;
    display: block;
    position: relative;
}

#subMenu {
	display: block;
    opacity: 0;
    padding: 10px;
    position: absolute;
    top: 150px;
    left: 0;
    background: #19478b;
    z-index: 0;
    transition: .3s ease;
    -webkit-box-shadow: 0px 13px 10px 0px rgb(20 21 23 / 15%);
    -moz-box-shadow: 0px 13px 10px 0px rgba(20,21,23,.15);
    box-shadow: 0px 13px 10px 0px rgb(20 21 23 / 15%);
    border-radius: 0px 0px 5px 5px;
}

#subMenu.active {
	opacity: 1;
	z-index:99;
}

#subMenuItems {
    opacity: 0;
    transition: .3s ease;
}

#subMenuItems.active {
	opacity:1;
}

#logoNav #mainNav #subMenuItems ul {
	display:block;
}

#logoNav #mainNav #subMenuItems li {
	padding:10px 0;
	list-style: none;
	margin:0 15px;
	border:none;
}

#subMenuItems li a {
	font-family: "Roboto", sans-serif;
	color:#FFF !important;
	font-weight: 400;
	font-size:14px;
	line-height: 16px;
	text-decoration: none;
}
/* END HEADER */

/* SEARCH */
.mainSearch {
	width:100%;
	z-index:50;
	top:80px;
	position: fixed;
	background: #19478b;
	transition: .3s ease;
	display:flex;
	justify-content: center;
	align-items: center;
	padding:5px 0;
	max-width:2048px;
}

.mainSearch.active {
	top:150px;
}

.mainSearch a {
	color:#fff;
	text-decoration: none;
	margin-left:50px;
}

.mainSearch .searchForm {
	width:40%;
}

.mainSearch .searchForm form {
	position: relative;
}

.mainSearch input[type="text"] {
	width:100%;
}

.mainSearch input[type="submit"] {
	font-family: "Font Awesome 5 Pro", sans-serif;
	color:#000;
	position: absolute;
    top: 50%;
    right: 0px;
    transform: translateY(-50%);
}
/* END SEARCH */

/* SINGLE */
.pageTitle{
	width:100%;
	max-width: 100% !important;
	clear:both;
	padding:25px 50px;
	box-sizing: border-box;
	background: linear-gradient(162.04deg, rgba(99, 210, 255, 0.03) 0%, rgba(0, 69, 142, 0.03) 101.85%);
}

.pageTitle h1 {
	font-weight:600;
	padding:0;
}

#single div {
	max-width:1650px;
	margin:0 auto;
}

#single div.revslider {
	max-width:2048px;
}
/* END SINGLE */

/* PAGE */
.member-service i {
	color: #194b8d;
    font-size: 100px;
    display: flex;
    justify-content: center;
}
/* END PAGE */

/* ARCHIVE */
.categoryNav {
	width:100%;
	clear:both;
	padding:25px 50px;
	box-sizing: border-box;
	background: linear-gradient(162.04deg, rgba(99, 210, 255, 0.03) 0%, rgba(0, 69, 142, 0.03) 101.85%);
}

.categoryNav ul {
	display:flex;
	list-style: none;
	width: 100%;
    max-width: 1590px;
    margin: 0 auto;
    padding: 0;
}

.categoryNav li {
	padding:5px 0px;
	margin:0 25px 0 0;
}

.categoryNav li.current-menu-item {
	border-bottom: 5px solid #e71d2f;
}

.categoryNav li a {
	font-size:24px;
	font-weight:600;
}
.postList {
	width:100%;
	max-width:1640px;
	margin:0 auto;
	padding:0 50px;
	box-sizing: border-box;
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: stretch;
}

.postList article {
	flex-basis:32%;
	background: #fff;
    border-radius: 15px;
    box-shadow: 0px 7px 6px rgb(107 107 107 / 15%);
    padding: 25px 0 65px;
	margin:50px 0;
	position: relative;
}

.publishDate {
	display: flex;
    justify-content: flex-start;
    padding: 20px 50px;
    box-sizing: border-box;
    align-items: center;
}

.publishDate p {
	font-size: 50px;
    font-weight: bold;
    padding: 5px 15px;
    color: #19478b;
	margin:0 0 0 auto;
}

.dateMonth {
	display: block;
    width: 100px !important;
    height: 100px;
    background: #19478b;
    border-radius: 15px;
    text-align: center;
	margin:0 !important;
}

.dateMonth  p {
    padding: 5px 0;
    font-weight: bold;
	color: #fff;
	font-size:24px;
	line-height: 24px;
}

.dateMonth p:first-of-type {
    font-size: 32px;
	line-height:32px;
    font-weight: bold;
    padding-top: 20px;
}

.postList article a {
	display:inline-block;
	position: absolute;
	bottom:25px;
	right:50px;
	background:#19478b;
	color:#fff;
	padding:5px 15px;
	border-radius:5px;
	font-family: "Roboto", sans-serif;
	font-size:20px;
}
/* END ARCHIVE */

/* BLOCKS */
.slider img {
	width:100%;
}

.upcomingEvents {
	display:block;
	width:100%;
	background: linear-gradient(162.04deg, rgba(99, 210, 255, 0.03) 0%, rgba(0, 69, 142, 0.03) 101.85%);
	padding:50px 50px 75px;
	box-sizing: border-box;
}

.upcomingEvents h2 {
	padding-bottom:25px;
}

.eventsList {
	display:flex;
	flex-wrap:wrap;
	justify-content: space-between;
	align-items: flex-start;
	max-width:1590px;
	margin:0 auto;
	padding:0 50px;
}

.upcomingEvents .eventsList {
	padding:0;
}

.eventsList .event {
	display:block;
	width:30%;
	background:#fff;
	border-radius:15px;
	box-shadow: 0px 7px 6px rgba(107, 107, 107, 0.15);
	padding:25px 0 65px;
	margin-bottom:25px;
	position: relative;
}

.eventsList .slick-list {
	padding:0 0 25px;
}

.eventsList .slick-slide {
	margin:0 25px;
}

.eventsList .event .dateInfo {
	display:flex;
	justify-content: flex-start;
	padding:20px 50px;
	box-sizing: border-box;
	align-items: center;
}

.eventsList .slick-prev, .eventsList .slick-next {
	height:50px;
	width:50px;
	font-size:32px;
	line-height: 50px;
	border:1px solid #000;
	border-radius: 25px;
}

.eventsList .slick-prev {
	left: -40px;
}

.eventsList .slick-next {
	right: -40px;
}

.dateInfo .dateIcon {
	display:block;
	width:100px;
	height:100px;
	background:#19478b;
	border-radius:15px;
	text-align: center;
	color:#fff;
}

.dateInfo .dateIcon p {
	padding:5px 0;
	font-weight:bold;
	font-size:24px;
	line-height: 24px;
}

.dateInfo .dateIcon p:first-of-type {
	font-size:32px;
	font-weight:bold;
	padding-top:20px;
	line-height: 32px;;
}

.dateInfo .dateFull p {
	font-size:20px;
	font-weight:bold;
	padding:5px 15px;
	color:#19478b;
}

.event h3 {
	font-size:28px;
	font-weight: bold;
	padding-bottom:0;
	margin-bottom:0px;
}

.event p {
	padding:10px 50px;
}

.event a {
	display: inline-block;
    position: absolute;
    bottom: 25px;
    right: 50px;
    background: #19478b;
    color: #fff;
    padding: 5px 15px;
    border-radius: 5px;
    font-family: "Roboto", sans-serif;
    font-size: 20px;
}

#single div.wp-block-lazyblock-infobreak, #single div.wp-block-lazyblock-info-boxes {
	max-width:100%;
}

.infoBreak {
	display:block;
	clear:both;
	width:100%;
}

.infoBreak .breakInner {
	display:flex;
	max-width:1590px;
	width:100%;
	margin:0 auto;
	padding:50px 25px;
	box-sizing: border-box;
	justify-content: space-between;
	align-items: center;
}

.infoBreak .breakTitle {
	flex-basis:30%;
	text-align: center;
}

.infoBreak .breakTitle h2 {
	padding:0;
	text-align: center;
}

.infoBreak .breakTitle img {
	max-width:25%;
	min-width:150px;
}

.infoBreak .breakInfo {
	flex-basis:70%;
	padding:25px 0 25px 50px;
	box-sizing: border-box;
	border-left:1px solid #000;
}

.infoBreak .breakInfo p {
	padding:15px 0;
	font-size:20px;
}

.infoBreak .breakInfo a {
	margin-top:50px;
}

.infoBreak.cta {
	background: linear-gradient(162.04deg, rgba(99, 210, 255, 0.03) 0%, rgba(0, 69, 142, 0.03) 101.85%);
}

.infoBreak.cta .breakTitle {
	flex-basis:40%;
}

.infoBreak.cta .breakTitle img {
	max-width:100%;
	min-width:auto;
}

.infoBreak.cta .breakInfo {
	flex-basis:60%;
	border-left:none;
}

.infoBreak.cta .breakInfo h2 {
	padding:0;
}

.infoBoxesBreak {
	display:block;
	width:100%;
	background: linear-gradient(162.04deg, rgba(99, 210, 255, 0.03) 0%, rgba(0, 69, 142, 0.03) 101.85%);
	padding:50px 25px 100px;
	box-sizing: border-box;
}

.infoBoxesBreak .infoBoxes {
	max-width:1590px;
	width:100%;
	margin:0 auto;
	display: flex;
	justify-content: space-between;
}

#single .infoBoxes .infoBox {
	background: #fff;
	width:30%;
	border-radius: 15px;
	padding:25px 25px 50px;
	box-sizing: border-box;
	position: relative;
}

.infoBoxTitle {
	display:flex;	
	box-sizing: border-box;
	align-items: center;
}

.infoBoxIcon {
	background:#447fc1;
	padding:5px;
	border-radius: 15px;
	height:60px;
	width:60px !important;
	min-width:60px;
	margin:0 !important;
}

.infoBoxIcon img {
	height:60px;
	width:60px;
}

.infoBoxTitle h3 {
	padding:0 15px;
	margin:0;
}

.infoBox p {
	padding:10px 0;
}

.infoBox .button {
	position: absolute;
	right:25px;
	bottom:10px;
    padding: 5px 15px;
    border-radius: 5px;
    font-family: "Roboto", sans-serif;
    font-size: 20px;
}

.gradientSection {
	background: linear-gradient(162.04deg, rgba(99, 210, 255, 0.03) 0%, rgba(0, 69, 142, 0.03) 101.85%);
	width:100%;
	padding:50px;
	box-sizing: border-box;
}

#mainPage .wp-block-image img {
	width:100%;
	max-width:1590px;
	border-radius:15px;
}

#mainPage .wp-block-image.shadow img {
	box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.25);
}

.faqs {
	display:block;
	width:100%;
	max-width:1590px;
	padding:50px 0;
	margin:0 auto;
	box-sizing: border-box;
}


.faqs article {
	display:flex;
	justify-content: space-between;
	padding-bottom:50px;
	align-items: center;
}

.faqs h2 {
	padding:0 25px 0 0;
	margin:0;
}

.faqs article .readMore {
	display:inline-block;
	background: #19478b;
    color: #fff;
    padding: 5px 15px;
    border-radius: 5px;
    font-family: "Roboto", sans-serif;
    font-size: 20px;
	white-space: nowrap;
}
.event-button {
	color:white;
	padding-left:50px;
}
.event-link a {
	color: #194b8d !important;
}
.event-link-red a {
	color: red !important;
}
.event-list {
	list-style: disc;
	font-family: 'Roboto', sans-serif;
	padding-left: 20px;
}
.g4sr-embed-video {
	display: flex;
    justify-content: center;
}
.gallery-center {
	justify-content:center;
}
.benefits-column{
	margin: 1rem !important;
}

.wp-block-lazyblock-cns-sidebar {
	position:sticky;
	top:160px;
	padding:0 32px;
	box-sizing:border-box;
}

.cnsSidebar {
	background:#19478b;
}

.cnsSidebar ul {
	list-style:none;
}

.cnsSidebar ul li {
	padding:10px 0;
}

.cnsSidebar ul li:first-child {
	padding-bottom:0px;
}

.cnsSidebar ul li a {
	color: #fff;
    font-size: 18px;
    font-family: "Roboto", sans-serif;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
}

.page-submenu-container {
	text-align: center;
    display: block;
    margin: 0 auto;
    width: auto;
    padding: 15px 25px 25px;
    box-sizing: border-box;
}

.page-submenu-container a {
	font-size:25px;
}

.page-submenu {
	max-height:0px;
	transition: .3s ease;
	overflow: hidden;
	padding-top:10px;
}

.page-submenu.active {
	max-height:999px;
}

.page-submenu ul {
	padding: 0;
    margin: 0;
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
	font-size:16px;
}

/* END BLOCKS */

/* X-CD */
nav .x-cd-login {
	position: relative;
	top:55%;
}

.featherlight-content .x-cd-login-wrapper-:last-of-type{
	display:none;
}

.x-cd-login-slim-form {
	padding-top:25px;
}
.x-cd-login-slim-form input {
	width:200px;
	padding:10px 5px;
	box-sizing: border-box;
}

.x-cd-login-slim-form .form-actions {
	text-align: center;
}

.x-cd-login-slim-form .form-actions a {
	margin:0 5px;
}

.featherlight-content .x-cd-login-slim-form input.x-cd-slim-login-submit {
	width:200px;
	padding:10px 5px;
	box-sizing:border-box;
	background:#19478b;
	color:#fff;
	border:none;
	cursor:pointer;
}

.featherlight-content {
	overflow:hidden !important;
}

.x-cd-login-wrappper- p, .featherlight-inner p {
	padding:0 50px !important;
}
/* END X-CD */

/* SLIDER REVOLUTION */
.wp-block-themepunch-revslider {
	padding-bottom:50px;
}

#single rs-module {
	overflow: visible;
}
/* END SLIDER REVOLUTION */

/* EVENTS */
#panel .tribe-common-c-btn.tribe-events-c-search__button {
	color:#fff;
	background:#447fc1;
}

#panel .tribe-events-calendar-list__event-date-tag-weekday, #panel .tribe-events-calendar-list__event-date-tag-daynum {
	color:#fff;
	background:#19478b;
}

#panel .tribe-events-calendar-list__event-date-tag-weekday {
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

#panel .tribe-events-calendar-list__event-date-tag-daynum {
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}

#panel .tribe-events-calendar-list__event-title a {
	color: #194b8d;
    font-family: "Roboto Condensed", serif;
}

#panel .tribe-events-header__events-bar {
	margin-bottom:50px;
}

#panel .tribe-common-l-container {
	padding-top:50px;
}

#panel .tribe-events-calendar-list__event {
	padding-bottom:25px;
}

#panel .tribe-events-pg-template {
	max-width:1650px;
	padding-top:140px;
}
/* END EVENTS */

/* FOOTER */
.footerOps {
	text-align: center;
	max-width:1590px;
	margin:0 auto;
	padding:15px 0;
}
footer {
	background:#19478b;
	padding:50px;
	box-sizing: border-box;
	font-family: "Roboto Condensed", serif;
}

.footInner {
	display:flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
	width:100%;
	max-width:1590px;
	margin:0 auto;
	color:#fff;
}
.footColumn {
	width:50%;
}
.footColumn h3 {
	font-size:25px;
	margin-bottom:10px;
	margin-top:10px;
	color:#fff;
	padding:0;
}

.footColumn p {
	padding:5px 0;
	font-size:20px;
}

.footColumn a {
	color:#fff;
	font-size:20px;
	text-decoration: none;
}

.footMenu li {
	padding:10px 0;
}
.footBottom {
	display: flex;
    flex-direction: column;
    align-items: center;
	padding: 1%;
}
.footBottom a {
	color:white;
}
.footSocial ul {
	display: flex;
    font-size: 30px;
}
.footSocial li {
	padding: 5px;
}
.copyrightInfo p {
	color:white;
	padding:15px 0;
}
/* END FOOTER */

@media screen and (max-width:1830px) {
	#mainNav ul li a, #secondaryMenu a {
		font-size:16px;
	}
}

@media screen and (max-width:1710px) {
	#mainNav ul li a, #secondaryMenu a {
		font-size:15px;
	}
}

@media screen and (max-width:1680px) {
	.wp-block-columns {
		padding:15px 50px 0;
	}

	.wp-block-image {
		padding:0 50px;
	}

	.wp-block-columns .wp-block-image {
		padding:0;
	}

	.faqs {
		padding:50px;
		box-sizing: border-box;
	}
}

@media screen and (max-width:1350px) {
	#mainNav ul li a, #secondaryMenu a {
		font-size:11px;
	}
}

@media screen and (max-width:1300px) {
	.postList article {
		flex-basis:45%;
	}
}

@media screen and (max-width:1280px) {
	.eventsList .event {
		width:47%;
	}

	.categoryList article {
		flex-basis:47%;
	}
}

@media screen and (max-width:1170px) {
	#secondaryMenu {
		display:none;
	}

	#mobileMenuButton {
		display:flex;
	}
}

@media screen and (max-width:1024px) {
	#mainNav {
		display:none;
	}
}

@media screen and (max-width:900px) {
	.infoBreak .breakInner {
		flex-wrap: wrap;
	}
	.infoBreak .breakTitle, .infoBreak .breakInfo, .infoBreak.cta .breakTitle, .infoBreak.cta .breakInfo {
		flex-basis:100%;
		border:none;
	}

	.infoBoxesBreak .infoBoxes {
		flex-wrap: wrap;
	}

	#single .infoBoxes .infoBox {
		width:100%;
		margin-bottom:25px;
	}

	main .wp-block-columns {
		flex-wrap:wrap;
	}

	main .wp-block-column, main .wp-block-column:not(:only-child) {
		flex-basis: 100% !important;
		width:100%;
	}

	main .wp-block-column {
		margin-bottom:25px;
	}

	.eventsList .event {
		width:97%;
	}

	.categoryList article {
		flex-basis:97%;
	}

	.footInner {
		flex-wrap: wrap;
	}

	.footInner .footColumn {
		flex-basis:100%;
		text-align: center;
		margin-bottom:50px;
	}
}

@media screen and (max-width:850px) {
	.postList article {
		flex-basis:100%;
	}
}

@media screen and (max-width:780px) {
	.faqs article {
		display:block;
		margin-bottom:50px;
	}

	.faqs article h2 {
		padding-bottom:25px;
	}

	.categoryNav li {
		line-height:18px;
	}

	.categoryNav li a {
		font-size:16px;
	}
}

@media screen and (max-width:550px) {
	.categoryNav li {
		line-height:16px;
	}

	.categoryNav li a {
		font-size:14px;
	}
}

@media screen and (max-width:500px) {
	#mainLogo {
		min-width:auto;
		flex-basis:80%;
		height:auto;
		align-items:center;
		background:#fff;
	}
	
	.mainLogoIcon img {
		width:auto;
		padding-top:0;
	}
	
	#mobile-menu-wrap {
		width:100%;
		min-width:auto;
	}
	
	#mobileMenuButton {
		flex-basis:20%;
	}	
	
	#mobileMenuButton a {
		font-size:30px;
	}

	.categoryNav li {
		line-height:14px;
	}

	.categoryNav li a {
		font-size:12px;
	}
}

@media screen and (max-width:400px) {
	.categoryNav li {
		line-height:12px;
	}

	.categoryNav li a {
		font-size:10px;
		line-height:12px;
	}
}
