/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

h1{
	font-family: georama-variable, sans-serif;
    font-style: normal;
	font-weight: 700;
	font-size: 7rem;
    margin: 15px 0 25px 0;
    display: inline-block;
    color: #5A69EB;
    border-bottom:4px solid #4B4A4B;
}

h2{
	font-family: georama-variable, sans-serif;
    font-style: normal;
	font-weight: 700;
	font-size: 3.7rem;
    color: #A2DEC3;
    border-bottom:4px solid #0F346E;
    margin: 10px 0 20px 0;
    line-height: 1.5em;
    text-transform: none;
    display: inline-block;
}

h3{
	font-family: georama-variable, sans-serif;
    font-style: normal;
	font-weight: 700;
	font-size: 3rem;
    color: #4B4A4B;
    border-bottom:4px solid #A2DEC3;
    margin: 10px 0 20px 0;
    line-height: 1.5em;
    display: inline-block;
}

h3 b, h3 strong {
    font-family: georama-variable, sans-serif;
    font-style: normal;
	font-weight: 700;
	font-size: 3.5rem;
    background: #A2DEC3;
}

h4{
	font-family: ;
	font-size: ;
	color: ;
}

h5{
	font-family: georama-variable, sans-serif;
    font-style: normal;
	font-weight: 700;
    font-size: 2rem;
	color: #4B4A4B;
}

h6{
	font-family: georama-variable, sans-serif;
    font-style: normal;
	font-weight: 700;
    font-size: 2rem;
	color: #5A69EB;
}

body{
	font-family: georama-variable, sans-serif;
    font-style: normal;
	font-weight: 400;
	font-size: 1.7rem;
	color: #4B4A4B;
}

.req {
    color: #ff0000;
}

.test

.form-control {
    font-size: 1.3rem !important;
}


a, a:visited{
    color: #5A69EB;
}
	
a:hover{
    color: #A2DEC3;
}

a.btn.btn-default, a.btn.btn-default:visited{
    font-family: georama-variable, sans-serif;
    font-style: normal;
	font-weight: 700;
	font-size: 1.6rem;
    border-radius: 0;
	color: #fff;
    background: #5A69EB;
    padding: 10 20px;
    margin: 15px 0;
    text-transform: uppercase;
      white-space: collapse;
}

a.btn.btn-default:hover{
    color: #fff;
    background: #A2DEC3;
}

a.btn.btn-success, a.btn.btn-success:visited{
    font-family: georama-variable, sans-serif;
    font-style: normal;
	font-weight: 700;
	font-size: 1.6rem;
    border-radius: 0;
	color: #A2DEC3;
    background: #4B4A4B;
    padding: 10px 20px;
    margin: 15px 0;
    text-transform: uppercase;
      white-space: collapse;
}

a.btn.btn-success:hover{
    color: #fff;
    background: #5A69EB;
}

a.btn.btn-warning, a.btn.btn-warning:visited{

}

a.btn.btn-warning:hover{

}

a.btn.btn-primary, a.btn.btn-primary:visited{
    font-family: georama-variable, sans-serif;
    font-style: normal;
	font-weight: 700;
	font-size: 1.6rem;
    border-radius: 0;
	color: #5A69EB;
    background: #A2DEC3;
    padding: 10px 20px;
    margin: 15px 0;
    text-transform: uppercase;
    border: none;
      white-space: collapse;
}

a.btn.btn-primary:hover {
    color: #fff;
    background: #5A69EB;
}

.blue a.btn.btn-primary:hover, .lightblue a.btn.btn-primary:hover {
    background: #0F346E;
}

input.btn.btn-primary {
    font-family: georama-variable, sans-serif;
    font-style: normal;
	font-weight: 700;
	font-size: 1.6rem;
    border-radius: 0;
	color: #5A69EB;
    background: #A2DEC3;
    padding: 10px 20px;
    margin: 15px 0;
    text-transform: uppercase;
    border: none;
}

input.btn.btn-primary:hover {
    color: #fff;
    background: #5A69EB;
}

.spacemargin {
    margin:50px auto;
}


/* Logo styles */
a.navbar-brand {
    font-family: georama-variable, sans-serif;
    font-style: normal;
	font-weight: 700;
	font-size: 2.6em;
    color:#fff;
    padding:15px 15px 20px 15px;
    background-color: #5A69EB;
    display: inline-block;
    margin:0px;
    width: auto;
    height:auto;
}

a.navbar-brand:hover {
    color:#A2DEC3;
}

/* Thumbnail gallery styles */
ul a.fancybox-effects-c {
	margin:0px !important;
	padding:0px;
}

a.fancybox-effects-c {
	text-align:center;
}


a.fancybox-effects-c img {
	width:auto;
	margin:5px !important;
	border:3px solid #fff;
	box-shadow: 0 0 7px 0 #3D3D3D;
}

ul.thumbgallery {
	text-align:center;
}

/* Thumbnail slider styles */
#bx-pager {
    text-align: center;
}

#bx-pager a {
    margin: 0 3px;
}

#bx-pager a img {
    width: 20% !important;
    border: 1px solid #ccc;
    padding: 3px;
    box-shadow: 1px 1px 7px lightgrey;
}

/* Image styles */
img, video, canvas, iframe {
    max-width: 100% !important;
}
    
img {
    max-width: 100% !important;
    height:auto !important;
}

img.glow {
    box-shadow: 0 0 10px 2px #ababab;
    border:2px solid #fff;
}

.img-responsive {
    width:100% !important;
    height:auto !important;
}

img.polaroid {
    border:1px solid #fff;
	box-shadow: 0 0 5px 5px #8C8C8C;
	margin:15px 10px;
}

img.rounded {
    width:100% !important;
    height:auto !important;
	border-radius: 50% !important;
}

img.coupon {
    width:100% !important;
    height:auto !important;
	border:3px dashed #ee3a43;
	border-radius: 5px;
}


/*------------------------ Nav -------------------*/
.navbar-light {
    background-color: #A2DEC3;
    padding:25px;
}

.navbar-nav ul li a:hover {
    color: #fff;
}

.navbar-toggler {
    float: right;
    margin: 15px 10px 0 0;
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
  }

  .navbar-nav {
    margin-top:70px;
  }

  .navbar-nav ul li {
    list-style: none;
    display: block;
    padding: 5px 0;

  }

  .navbar-nav ul li a {
    color: #0F346E;
    font-size: 1.7rem;
    font-weight: 700;
    margin: 0 10px;
    text-decoration: none;
    border-bottom: 2px solid #5A69EB;
    display: block;
}


/*------------------------ Structure and Layout -------------------*/

.grid {
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: repeat(12, 1fr);
    display: -ms-grid;
    display: grid;
    width: auto;
}




/*------------------------ Reusable Styles -------------------*/


.pattern-bluefade {
    background: #5A68EA;
    background: linear-gradient(0deg,rgba(90, 104, 234, .5) 0%, rgba(15, 52, 110, .5) 100%), url('../images/honeycombbg.png') center repeat;
}


.pattern-blue {
    background: #5A69EB;
    background: linear-gradient(0deg,rgba(90, 105, 235, .8) 0%, rgba(90, 105, 235, .8) 100%), url('../images/honeycombbg.png') center repeat;
}

.pattern-green {
    background: #A2DEC3;
    background: linear-gradient(0deg,rgba(162, 222, 195, .9) 0%, rgba(162, 222, 195, .7) 100%), url('../images/honeycombbg.png') center repeat;
}

.darkblue {
    background: #0F346E;
    padding:50px 0;
    color: #fff;
}

.darkblue h2 {
    color: #A2DEC3;
    border-bottom: 4px solid #fff;
}

.darkblue h3 {
    color: #A2DEC3;
}

.darkblue h5 {
    color: #A2DEC3;
}

.darkblue a, .darkblue a:visited {
    color: #A2DEC3;
}

.darkblue a:hover {
    color: #fff;
}

.lightblue {
     background: #5A69EB;
     color:#fff;
}
.lightblue h3, .lightblue h6 {
    color: #fff;
}

.lightblue a {
    color: #A2DEC3;
}

.lightblue a:hover {
    color:#fff;
}

.lightgreen {
    background: #A2DEC3;
}

.lightgreen h2 {
    color: #5A69EB;
    border-bottom: 4px solid #fff;
}

.lightgreen a:hover {
    color: #0F346E
}


.blue {
    background: #5A69EB;
    color: #fff;
}

.blue h2 {
    color: #A2DEC3;
    border-bottom: 4px solid #fff;
}

.blue a {
    color: #A2DEC3;
}

.blue a:hover {
    color: #fff;
}


.blue h3 {
    color: #A2DEC3;
    border-bottom: 4px solid #fff;
}

.grid.combo {
    grid-template-rows: repeat(7, 1fr);
}

.combo .pattern-blue {
    -ms-grid-row: 1;
    -ms-grid-row-span: 8;
    grid-row: 1/9;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
}


.combo .pattern-green {
    -ms-grid-row: 1;
    -ms-grid-row-span: 8;
    grid-row: 1/9;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
}

.combo .copy.left {
    -ms-grid-row: 1;
    -ms-grid-row-span: 5;
    grid-row: 1/6;
    -ms-grid-column: 3;
    -ms-grid-column-span: 10;
    grid-column: 3/13;
    padding:50px;
    align-self: center;
}

.combo .image.right {
    -ms-grid-row: 6;
    -ms-grid-row-span: 3;
    grid-row: 6/9;
    -ms-grid-column: 4;
    -ms-grid-column-span: 8;
    grid-column: 4/12;
}

.combo .copy.full {
    -ms-grid-row: 1;
    -ms-grid-row-span: 12;
    grid-row: 1/13;
    -ms-grid-column: 3;
    -ms-grid-column-span: 10;
    grid-column: 3/13;
    padding:50px;
}

.iconblock {
    margin:20px auto;
}


/*------------------------ Heros -------------------*/


.home.header {
    background-color: #0F346E;
}

.home.header .herocontent {
    color: #fff;
    font-size: 1.5em;
    font-weight: 700;
}


.home.header .herocontent h1, footer h1 {
    font-size: 6rem;
    color: #fff;
    border-bottom:8px solid #A2DEC3;
    
}

.home.header .herocontent h3 {
    border-bottom: none;
    color:#fff;
}


.header .heroimg.right {
    -ms-grid-row: 5;
    -ms-grid-row-span: 3;
    grid-row: 5/8;
    -ms-grid-column: 3;
    -ms-grid-column-span: 8;
    grid-column: 3/11;
    padding:0;
}

.header .herocontent.left {
    -ms-grid-row: 1;
    -ms-grid-row-span: 4;
    grid-row: 1/5;
    -ms-grid-column: 2;
    -ms-grid-column-span: 10;
    grid-column: 2/12;
    padding:50px 0 50px 0;
    align-self: stretch;
}


.header .heroimg.right img {
    padding:0;
    align-self: end;
}

.header .pattern-bluefade {
    -ms-grid-row: 7;
    -ms-grid-row-span: 1;
    grid-row: 7/8;
    -ms-grid-column: 1;
    -ms-grid-column-span: 12;
    grid-column: 1/13;
}


/*------------------------ Page Styles -------------------*/
.grid.home {
    grid-template-rows: repeat(7, 1fr);
}

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

.bottomcta {
    margin:50px 0 0;
    padding:15px 0;
}

.bottomcta a.btn.btn-primary {
    margin: 15px 0;
}

footer {
    background-color: #0F346E;
    color: #fff;
    padding:50px 0;
}

footer a, footer a:visited {
    color: #fff;
    text-decoration: none;
}

footer a:hover {
    color: #A2DEC3;
    text-decoration: none;
}







/* Events Manager, News Manager social links */
#shareLink {
    margin: 30px 0 10px;
    position: relative;
}

#shareLink a.facebook {
    background: url(../images/facebook-event.png) center no-repeat;
    position: absolute;
    top: 0;
    left: 118px;
}

#shareLink a.twitter {
    background: url(../images/twitter-event.png) center no-repeat;
    position: absolute;
    top: 0;
    left: 157px;
}

#shareLink a.linkedin {
    background: url(../images/linkedin-event.png) center no-repeat;
    position: absolute;
    top: 0;
    left: 197px;
}

#shareLink a {
    font-size: .00001em;
    height: 32px;
    width: 32px;
    display:block
}

/* tinyMCE styles */
.ui-dialog {
    z-index:5000;
}

#adminEditDialog {
    width:100% !important;
}



/* tinyMCE styles */
.ui-dialog {
    z-index:5000;
}

#adminEditDialog {
    width:100% !important;
}

#frontmenu .nav.navbar-nav {
    display:inline-block;
}

#frontmenu .nav.navbar-nav .li {
    display: inline !important;
}

#topmenu .glyphicon, #frontmenu .glyphicon {
    font-size: .8em;
}

#frontmenu .dropdown-toggle::after {
    display: none !important;
}

#frontmenu .navbar-nav ul li {
    padding:0;
    display: block;
}

.adminloggedin .modal-dialog {
    max-width: 80% !important;
}

.adminloggedin .modal-footer .row {
    width: 100%;
}

.adminloggedin .rollback .input-group, .adminloggedin .global .input-group {
    width:90%;
}

.adminloggedin .global .input-group .input-group-addon, .adminloggedin .global .input-group input  {
width:40%;
}

/* Popup Alert styles */
#siteAlert {
    background: url(../images/alertBG.png) repeat;
	background-repeat: repeat;
    background-size: cover;
	width:100%;
	height:100%;
	position:fixed;
	top:0;
	left:0;
	z-index:10000;
}
.alertBox {
	vertical-align: middle;
	position:fixed;
	 position: fixed;
	top: 50%;
	left: 50%;
	/* bring your own prefixes */
		transform: translate(-50%, -50%);
	width: 50%;
	height: auto;
	border-radius: 15px;
	padding: 20px;
	background: #fff;
	opacity: 1;
	z-index: 3;
}

a.alertClose {
	float:right;
	width:37px;
	height:37px;
	position:relative;
	margin: -15px -15px 0 0;
}

a.alertClose span {
	position:absolute;
	width:37px;
	height:37px;
    background: url(../images/alertClose.png);
}

.alertDismiss {
	background:#eee;
	padding:15px;
	text-align:center;
	margin:15px 0 0 0;
}

.alertDismiss a, .alertDismiss input#remember {
	margin: 5px;
}

/* Social Media styles */
ul.social {
    list-style: none;
    margin: 10px 0;
    padding: 0px;
    display: block;
}

ul.social li {
    float: left;
    display: inline;
}

ul.social li a{
	margin: 0 2px;
	font-size: .0001em;
	color: #003337;
	width: 32px;
	height: 32px;
	position: relative;
	display: block;
	}
	
ul.social li a span {
    position: absolute;
    top: 0;
    left: 0px;
    width: 100%;
    height: 100%;
    
}

ul.social li a.twitter span, ul.social li a#twitter span {
    background: url(../images/twitter.png);
    background-repeat: no-repeat;
}
	
ul.social li a.linked_in span, ul.social li a#linked_in span {
    background: url(../images/linkedin.png);
    background-repeat: no-repeat;
}

ul.social li a.facebook span, ul.social li a#facebook span {
    background: url(../images/facebook.png);
    background-repeat: no-repeat;
}

ul.social li a.tumblr span, ul.social li a#tumblr span {
    background: url(../images/tumblr.png);
    background-repeat: no-repeat;
}

ul.social li a.gplus span, ul.social li a#gplus span {
    background: url(../images/gplus.png);
    background-repeat: no-repeat;
}

ul.social li a.instagram span, ul.social li a#instagram span {
    background: url(../images/instagram.png);
    background-repeat: no-repeat;
}

ul.social li a.pinterest span, ul.social li a#pinterest span {
    background: url(../images/pinterest.png);
    background-repeat: no-repeat;
}

ul.social li a.youtube span, ul.social li a#youtube span {
    background: url(../images/youtube.png);
    background-repeat: no-repeat;
}

/* Blog styles ... DELETE if no blog on website */
ul.blogList_pageNumbers {
    list-style: none;
    text-align: center;
}

ul.blogList_pageNumbers li {
    display: inline-block;
}

ul.blogList_pageNumbers li a, ul.blogList_pageNumbers li a:visited {
    background: #000;
    color: white;
    padding: 4px 6px 2px;
    margin: 0 2px;
    border-radius: 3px;
    text-decoration: none;
}

ul.blogList_pageNumbers li a:hover{
	background: ;
}

.blogPost_Timestamp {
    text-align: left;
    margin: 0 0 20px 0;
    font-size: .85em;
    color: #9b9b9b;
}

.blogPost_Title a {
    text-decoration: none;
}

.blogPost_Readmore a, .blogPost_Readmore a:visited, .blogPost_comments a, .blogPost_comments a:visited {
    border: 1px solid #000;
    text-decoration: none;
    text-transform: uppercase;
    padding: 6px 12px;
    width: 140px;
    display: inline-block;
    text-align: center;
    color:black;
}

.blogPost_Readmore a:hover, .blogPost_comments a:hover{
	background: ;
	color: ;
}

.blogPost {
    margin: 50px 0 30px;
}

.backTolist{

}

.backTolist a, .backTolist a:visited{

}

/* Predictive Search dropdown styles ... DELETE if no search for site */
#search-results {
    background: #f2f2f2;
    z-index: 500;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

#search-results ul {
    margin: 0px;
    padding: 10px 0;
    list-style: none;
}

#search-results ul li a {
    padding: 5px 10px;
    color: #000;
    font-size: 1em;
    display: block;
    text-decoration: none;
}

#search-results ul li a:hover {
	color:#fff;
	background:#000;
}

/* Event Manager styles ... DELETE if no events on site */
h3.eventTitle {
    color: #802754;
    font-size: 2em;
    margin-top: 50px;
}

ul#eventList li:first-child h3.eventTitle {
    margin-top: 0;
}

.eventAddress {
    margin-bottom: 20px;
}

li.eventDisplayInList a, li.eventDisplayInList a:visited {
    text-decoration: none;
    text-transform: uppercase;
    border: 1px solid #000;
    padding: 5px 10px;
}

li.eventDisplayInList a:hover {
    background:#000;
    color:white;
}

.event h3 {
    color: #000;
}

#eventContacts h4 {
    margin-top: 30px;
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {

h2{
    font-size: 5.5rem;
}

h3{
    font-size: 3.5rem;
}

a.btn.btn-default, a.btn.btn-default:visited, a.btn.btn-success, a.btn.btn-success:visited, a.btn.btn-primary, a.btn.btn-primary:visited, {
	font-size: 1.8rem;
}

.bottomcta a.btn.btn-primary {
    margin: 0 0 0 20px;
}


.spacemargin {
    margin:100px auto;
}


#bx-pager a img {
    width: 10% !important;
}

.alertBox {
	width: 50%;
}

/* Navigation styles */

.navbar-nav {
    margin-top:0px;
  }


.navbar-nav ul{
	padding:0;
	width:100%;
}

.navbar-expand-md .navbar-nav {
    text-align: left;
    padding: 10px 50px;
}

.navbar-nav ul li {
    display: inline-block;
    padding:5px;
}

.navbar-brand {
    width: 400px;
		margin: 15px 0 30px;
}

.navbar-nav ul li a {
    color: #0F346E;
    font-size: 1.7rem;
    font-weight: 700;
    margin: 0 10px;
    text-decoration: none;
    border-bottom: 2px solid #5A69EB;
}

.bg-body-tertiary {
    background-color: transparent !important;
}

.navbar-nav ul li a:hover {
    color: #fff;
}




.header .heroimg.right {
    -ms-grid-row: 4;
    -ms-grid-row-span: 3;
    grid-row: 4/7;
    -ms-grid-column: 3;
    -ms-grid-column-span: 8;
    grid-column: 3/11;
    padding:0;
}

.header .herocontent.left {
    -ms-grid-row: 2;
    -ms-grid-row-span: 2;
    grid-row: 2/4;
    -ms-grid-column: 2;
    -ms-grid-column-span: 10;
    grid-column: 2/12;
    padding:0 0 50px 0;
    align-self: stretch;
}

.home.header .herocontent h1 {
    font-size: 8rem;
    
}

.darkblue {
    padding:100px 0;
}


.combo .copy.left {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    grid-row: 1/4;
    -ms-grid-column: 3;
    -ms-grid-column-span: 10;
    grid-column: 3/13;
    padding:50px;
}

.combo .image.right {
    -ms-grid-row: 4;
    -ms-grid-row-span: 5;
    grid-row: 4/9;
    -ms-grid-column: 4;
    -ms-grid-column-span: 8;
    grid-column: 4/12;
}

.combo .copy.full {
    -ms-grid-row: 1;
    -ms-grid-row-span: 8;
    grid-row: 1/9;
    -ms-grid-column: 3;
    -ms-grid-column-span: 10;
    grid-column: 3/13;
    padding:50px;
}


}

/* Small devices (tablets, 992px and up) */
@media (min-width: 992px) {

    .navbar-nav ul li a {
        margin: 0 20px;
    }

    .header .heroimg.right {
        -ms-grid-row: 1;
        -ms-grid-row-span: 7;
        grid-row: 1/8;
        -ms-grid-column: 7;
        -ms-grid-column-span: 5;
        grid-column: 7/12;
        padding:0;
    }

    .header .herocontent.left {
        -ms-grid-row: 2;
        -ms-grid-row-span: 5;
        grid-row: 2/7;
        -ms-grid-column: 2;
        -ms-grid-column-span: 4;
        grid-column: 2/6;
        padding:0 0 50px 0;
        align-self: center;
    }



    .combo .pattern-blue {
        -ms-grid-row: 1;
        -ms-grid-row-span: 8;
        grid-row: 1/9;
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
        grid-column: 1/2;
    }
    
    
    .combo .pattern-green {
        -ms-grid-row: 1;
        -ms-grid-row-span: 8;
        grid-row: 1/9;
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
        grid-column: 1/2;
    }
    
    .combo .copy.left {
        -ms-grid-row: 1;
        -ms-grid-row-span: 7;
        grid-row: 1/8;
        -ms-grid-column: 2;
        -ms-grid-column-span: 6;
        grid-column: 2/7;
        padding:50px;
        align-self: center;
    }
    
    .combo .image.right {
        -ms-grid-row: 1;
        -ms-grid-row-span: 7;
        grid-row: 1/8;
        -ms-grid-column: 8;
        -ms-grid-column-span: 4;
        grid-column: 8/12;
        align-self: center;
    }
    
    .combo .copy.full {
        -ms-grid-row: 1;
        -ms-grid-row-span: 8;
        grid-row: 1/9;
        -ms-grid-column: 2;
        -ms-grid-column-span: 10;
        grid-column: 2/12;
        padding:50px;
    }



}

/* Small devices (tablets, 1200px and up) */
@media (min-width: 1200px) {

}