@charset "UTF-8";
/* CSS Document */



@-webkit-keyframes target {
	from { background: transparent; }
	50% { background: #ffffd3; }
	to { background: transparent; }
}

			html {
				box-sizing: border-box;
				height: 100%;
			}
			
			html, body {
				width: 100%;
				margin: 0;
				background-color: aliceblue;
				font-family: Helvetica, Arial, sans-serif;
			}
			
			body {
				display: table;
				position: relative;
				padding: 60px 0px 6rem 0px;
				min-height: 100%;
			}
			
			*,
			*:before,
			*:after {
				box-sizing: inherit;
			}
			
			a {
				text-decoration: none;
				color: #456bad;
			}

			a.hoverAnchor:hover {
				text-decoration: underline;
			}
			
			/*-------------------------------------------------------------------------------------------------------------------------------NAV*/
            nav {
                background-color: #456bad;
                position: fixed;
                top: 0;
                width: 100%;
                height: 60px;
                color: aliceblue;
                z-index: 99;
                transition: all 0.3s ease-in-out;
                -moz-box-shadow:  0 0 6px 3px rgba(000,000,000,.3);
				-webkit-box-shadow:  0 0 6px 3px rgba(000,000,000,.3);
				box-shadow:  0 0 6px 3px rgba(000,000,000,.3);
            }
            nav a {
                text-decoration: none;
            }
            nav a:hover {
                text-decoration: underline;
            }

            .tabOpen {
                display: none;
                padding-top: 10px;
                width: 50px;
                height: 50px;
                background-color: #456bad;
                margin: 0 auto;
            }
            
            .tabOpen .hamburger {
                display: flex;
                flex-direction: column;
                justify-content: space-between;
                width: 100%;
                height: 100%;
                background-color: #456bad;
                margin: 0 auto;
            }
            
            .tabOpen .hamburger .line {
                width: 100%;
                height: 5px;
                background-color: #fff;
                margin: 0 auto;
                -webkit-transition: .3s ease-in-out;
                -moz-transition: .3s ease-in-out;
                -o-transition: .3s ease-in-out;
                transition: .3s ease-in-out;
                position: relative;
                top: 0;
                bottom: 0;
                border-radius: 5px;
            }
            
            .tabOpen.open .hamburger .line:first-child {
                top: 20px;
                -webkit-transform: rotate(35deg);
                -moz-transform: rotate(35deg);
                -o-transform: rotate(35deg);
                transform: rotate(35deg);
            }
            .tabOpen.open .hamburger .line:nth-child(2) {
                opacity: 0;
            }
            .tabOpen.open .hamburger .line:last-child {
                top: -15px;
                -webkit-transform: rotate(-35deg);
                -moz-transform: rotate(-35deg);
                -o-transform: rotate(-35deg);
                transform: rotate(-35deg);
            }
            
            nav > ul.nlinks {
                list-style-type: none;
                margin: 0;
                padding: 0;
                display: flex;
                flex-direction: row;
                width: 100%;
                min-height: 100%;
				max-width: 1000px;
                justify-content: space-evenly;
                align-items: center;
                flex-wrap: wrap;
                color: inherit;    
                background-color: inherit;
            }
            
            nav > ul.nlinks li.nlink { 
                list-style-type: none;
                display: block;
                /*width: auto;*/
            }
            li.nlink {
                position: relative;
                color: inherit;
                min-height: 100%;
                z-index: 2;
                padding: 5px 10px;
            }
            li.nlink a {
                color: inherit;
                width: auto;
            }
            li.nlink ul.nlinks {
                display: none;
                flex-direction: column;
                justify-content: flex-start;
                position: absolute;
                /*left: 0;*/
                z-index: 1;
                background-color: #456bad;
                padding-inline-start: 0px;
            
            }
            ul ul {
                padding-top: 20px;
                margin-bottom: 0px;
                margin-left: 0px;
            }
            ul ul ul {
                left: 100%;
                top: 0;
                padding-top: 0px;
            
            }
            li.nlink:hover > ul.nlinks {
                display: flex;
            }
            
            
            nav button {
                display: none;
				margin-right: 10px;
				font-size: small;
				text-align: center;
            }
            
            @media screen and (max-width:800px) {
            
                /*link {
                    overflow: hidden;
                    transition: height 0.3s ease-in-out;
                  }*/
                nav {
                    height: auto;
                    min-height: auto;
                    padding-bottom: 10px;
                }
                .tabOpen {
                    display: block;
                }
                nav > ul.nlinks {
                    box-sizing: border-box;
                    flex-direction: column;
                    justify-content: flex-start;
                    align-items: flex-start;
                    padding-inline-start: 10px;
                }
            
                li.nlink ul.nlinks {
                    position: static;
                    display: none;
                    flex-direction: column;
                    justify-content: flex-start;
                    align-items: flex-start;
                    padding-inline-start: 0px;
                }
            
                /*.expand {
                    height: auto;
                    display: block;
                    overflow: visible !important;
                }*/
            
                ul ul {
                    padding-top: 0px;
                    margin-left: 10px;
                }
            
                li.nlink {
                    width: 100%;
                    padding: 10px 0px 0px 0px;
                    min-height: auto;
                    position: relative;
            
                }
            
                li.nlink > ul.nlinks {
                    height: 0px;
                    overflow: hidden;
                } 
            
                li.nlink:hover > ul.nlinks {
                    display: none;
                } 
            
                li.nlink.expand > ul.nlinks {
                    display: block;
                    height: auto;
                    overflow: visible;
                } 
            
                nav button {
                    display: block;
                    position: absolute;
                    right: 0px;
                    background-color: #3d5e97;
                    border: none;
                    color: #fff;
                }
            
            
            }
			/*-------------------------------------------------------------------------------------------------------------------------------/NAV*/
			
			.headBanner {
				/*----------||Checker Pattern Background*/
				/*background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.25, #ECECEC), color-stop(.25, transparent), to(transparent)),
								  -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.25, #ECECEC), color-stop(.25, transparent), to(transparent)),
								  -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.75, transparent), color-stop(.75, #ECECEC)),
								  -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.75, transparent), color-stop(.75, #ECECEC));
				background-image: -webkit-linear-gradient(45deg, #ECECEC 25%, transparent 25%, transparent),
								  -webkit-linear-gradient(-45deg, #ECECEC 25%, transparent 25%, transparent),
								  -webkit-linear-gradient(45deg, transparent 75%, #ECECEC 75%),
								  -webkit-linear-gradient(-45deg, transparent 75%, #ECECEC 75%);
				background-image: -moz-linear-gradient(45deg, #ECECEC 25%, transparent 25%, transparent),
								  -moz-linear-gradient(-45deg, #ECECEC 25%, transparent 25%, transparent),
								  -moz-linear-gradient(45deg, transparent 75%, #ECECEC 75%),
								  -moz-linear-gradient(-45deg, transparent 75%, #ECECEC 75%);
				background-image: -ms-linear-gradient(45deg, #ECECEC 25%, transparent 25%, transparent),
								  -ms-linear-gradient(-45deg, #ECECEC 25%, transparent 25%, transparent),
								  -ms-linear-gradient(45deg, transparent 75%, #ECECEC 75%),
								  -ms-linear-gradient(-45deg, transparent 75%, #ECECEC 75%);
				background-image: -o-linear-gradient(45deg, #ECECEC 25%, transparent 25%, transparent),
								  -o-linear-gradient(-45deg, #ECECEC 25%, transparent 25%, transparent),
								  -o-linear-gradient(45deg, transparent 75%, #ECECEC 75%),
								  -o-linear-gradient(-45deg, transparent 75%, #ECECEC 75%);
				background-image: linear-gradient(45deg, #ECECEC 25%, transparent 25%, transparent),
								  linear-gradient(-45deg, #ECECEC 25%, transparent 25%, transparent),
								  linear-gradient(45deg, transparent 75%, #ECECEC 75%),
								  linear-gradient(-45deg, transparent 75%, #ECECEC 75%);
				-webkit-background-size: 15px 15px;
				-moz-background-size: 15px 15px;*/
				/*----------||END*/
				background-image: url(../assets/tempBg.png);
				background-repeat: no-repeat;
				background-size: cover;
				background-position: center;
				-moz-box-shadow: inset 0 -10px 15px -10px rgba(000,000,000,.6);
				-webkit-box-shadow: inset 0 -10px 5px -10px rgba(000,000,000,.6);
				box-shadow: inset 0 -10px 15px -10px rgba(000,000,000,.6);
				display: table-cell;
				width: 100%;
				height: 300px;
				float: right;
			}
			
			.headWrap {
				display: table;
				width: 100%;
				height: 100%;
				max-width: 1200px;
				margin: 0 auto;
			}
			
			#top:target {
				-webkit-animation: target 1s linear;
			}
			
			#top:target + #menu {
				-webkit-transition: 1s linear;
			}
			
			.headLogo {
				width: 20%;
				display: table-cell;
				border-right: solid rgba(255,255,255,.2) 4px;
				background-image: url(../assets/logo.svg);
				background-repeat: no-repeat;
				background-size: contain;
				background-position: center;
				text-shadow: 0px 0px 10px rgba(000,000,000,.6);
			}
			
			.headInfo {
				width: calc(80% - 40px);
				display: table-cell;
				align-content: center;
				vertical-align: middle;
				padding: 0px 20px 0px 20px;
			}
			
			.headInfo span.headTitle {
				width: 100%;
				font-size: 2em;
				color: #456bad;
				font-weight: bolder;
			}
			
			.headInfo p {
				
			}
			
			.headInfo div.headLink {
				display: block;
				width: auto;
				min-width: 50px;
				max-width: 100px;
				height: 40px;
				padding-top: 10px;
				background-color: #456bad;
				border-radius: 5px;
				text-align: center;
				font-size: medium;
				color: #fff;
			}
			.headInfo div.headLink:hover {
				background-color: #4b76b5;
			}

			/*------------------------------------------------ || SLIDER || */
			#slider {
				display: block;
				margin-top: 0px;
				height: 300px;
			}

			.flexslider {
				margin-bottom: 10px;
			}

			.flex-control-nav {
				position: relative;
				bottom: auto;
			}

			.custom-navigation {
				display: table;
				width: 100%;
				table-layout: fixed;
			}

			.custom-navigation > * {
				display: table-cell;
			}

			.custom-navigation > a {
				width: 50px;
			}

			.custom-navigation .flex-next {
				text-align: right;
			}


			/*
			 * jQuery FlexSlider v2.5.0
			 * http://www.woothemes.com/flexslider/
			 *
			 * Copyright 2012 WooThemes
			 * Free to use under the GPLv2 and later license.
			 * http://www.gnu.org/licenses/gpl-2.0.html
			 *
			 * Contributing author: Tyler Smith (@mbmufffin)
			 * 
			 */
			/* ====================================================================================================================
			 * FONT-FACE
			 * ====================================================================================================================*/
			@font-face {
				font-family: 'flexslider-icon';
				src: url('fonts/flexslider-icon.eot');
				src: url('fonts/flexslider-icon.eot?#iefix') format('embedded-opentype'), url('fonts/flexslider-icon.woff') format('woff'), url('fonts/flexslider-icon.ttf') format('truetype'), url('fonts/flexslider-icon.svg#flexslider-icon') format('svg');
				font-weight: normal;
				font-style: normal;
			}
			/* ====================================================================================================================
			 * RESETS
			 * ====================================================================================================================*/
			.flex-container a:hover,
			.flex-slider a:hover,
			.flex-container a:focus,
			.flex-slider a:focus {
				outline: none;
			}

			.slides,
			.slides > li,
			.flex-control-nav,
			.flex-direction-nav {
				margin: 0;
				padding: 0;
				list-style: none;
			}

			.flex-pauseplay span {
				text-transform: capitalize;
			}

			/* ====================================================================================================================
			 * BASE STYLES
			 * ====================================================================================================================*/
			.flexslider {
				margin: 0;
				padding: 0;
				/*----||My fix for containing the slide and forcing width||*/
				overflow: hidden;
				height: 300px;
			}

			.flexslider .slides > li {
				display: none;
				-webkit-backface-visibility: hidden;
			}

			.flexslider .slides img {
				width: 100%;
				height: auto;
				display: block;
				position: relative;
				top: -200px;
				margin-top: 0%;
			}

			.flexslider .slides:after {
				display: block;
				clear: both;
				visibility: hidden;
				line-height: 0;
				height: 0;
			}

			html[xmlns] .flexslider .slides {
				display: block;
			}

			* html .flexslider .slides {
				height: 1%;
			}

			.no-js .flexslider .slides > li:first-child {
				display: block;
			}
			/* ====================================================================================================================
			 * DEFAULT THEME
			 * ====================================================================================================================*/
			.flexslider {
				width: 100%;
				margin: 0 0 60px;
				background-color: transparent;
				position: relative;
				zoom: 1;
			}

			.flexslider .slides {
				zoom: 1;
			}

			.flexslider .slides img {
				height: auto;
				margin-top: 0%;
			}

			.flex-viewport {
				max-height: 300px;
				-webkit-transition: all 1s ease;
				-moz-transition: all 1s ease;
				-ms-transition: all 1s ease;
				-o-transition: all 1s ease;
				transition: all 1s ease;
			}

			.loading .flex-viewport {
				max-height: 300px;
			}

			.carousel li {
				margin-right: 5px;
			}

			.flex-direction-nav {
				*height: 0;
			}

			.flex-direction-nav a {
				text-decoration: none;
				display: block;
				width: 40px;
				height: 40px;
				margin: -20px 0 0;
				position: absolute;
				top: 50%;
				z-index: 10;
				overflow: hidden;
				opacity: 0;
				cursor: pointer;
				text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
				-webkit-transition: all 0.3s ease-in-out;
				-moz-transition: all 0.3s ease-in-out;
				-ms-transition: all 0.3s ease-in-out;
				-o-transition: all 0.3s ease-in-out;
				transition: all 0.3s ease-in-out;
			}

			.flex-direction-nav a:before {
				font-size: 40px;
				display: inline-block;
				text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
			}

			.flex-direction-nav a.flex-next:before {
			}

			.flex-direction-nav .flex-prev {
				margin-top: -20px;
				left: -50px;
				background-image: url(../assets/pre.svg);
				background-position: center;
				background-size: cover;
				background-repeat: no-repeat;
			}

			.flex-direction-nav .flex-next {
				margin-top: -20px;
				right: -50px;
				text-align: right;
				background-image: url(../assets/next.svg);
				background-position: center;
				background-size: cover;
				background-repeat: no-repeat;
			}

			.flexslider:hover .flex-direction-nav .flex-prev {
				opacity: 0.7;
				left: 10px;
			}

			.flexslider:hover .flex-direction-nav .flex-prev:hover {
				opacity: 1;
			}

			.flexslider:hover .flex-direction-nav .flex-next {
				opacity: 0.7;
				right: 10px;
			}

			.flexslider:hover .flex-direction-nav .flex-next:hover {
				opacity: 1;
			}

			.flex-direction-nav .flex-disabled {
				opacity: 0!important;
				filter: alpha(opacity=0);
				cursor: default;
			}

			.flex-pauseplay a {
				display: block;
				width: 20px;
				height: 20px;
				position: absolute;
				bottom: 5px;
				left: 10px;
				opacity: 0.8;
				z-index: 10;
				overflow: hidden;
				cursor: pointer;
			}

			.flex-pauseplay a:before {
				font-size: 20px;
				display: inline-block;
			}

			.flex-pauseplay a:hover {
				opacity: 1;
			}

			.flex-pauseplay a.flex-play:before {
			}

			.flex-control-nav {
				width: 100%;
				position: absolute;
				bottom: -40px;
				text-align: center;
			}

			.flex-control-nav li {
				margin: 0 6px;
				display: inline-block;
				zoom: 1;
				*display: inline;
			}

			.flex-control-paging li a {
				width: 11px;
				height: 11px;
				display: block;
				background: #666;
				background: rgba(0, 0, 0, 0.5);
				cursor: pointer;
				text-indent: -9999px;
				-webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
				-moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
				-o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
				box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
				-webkit-border-radius: 20px;
				-moz-border-radius: 20px;
				border-radius: 20px;
			}

			.flex-control-paging li a:hover {
				background: #333;
				background: rgba(0, 0, 0, 0.7);
			}

			.flex-control-paging li a.flex-active {
				background: #000;
				background: rgba(0, 0, 0, 0.9);
				cursor: default;
			}

			.flex-control-thumbs {
				margin: 5px 0 0;
				position: static;
				overflow: hidden;
			}

			.flex-control-thumbs li {
				width: 25%;
				float: left;
				margin: 0;
			}

			.flex-control-thumbs img {
				width: 100%;
				height: auto;
				display: block;
				opacity: .7;
				cursor: pointer;
				-webkit-transition: all 1s ease;
				-moz-transition: all 1s ease;
				-ms-transition: all 1s ease;
				-o-transition: all 1s ease;
				transition: all 1s ease;
			}

			.flex-control-thumbs img:hover {
				opacity: 1;
			}

			.flex-control-thumbs .flex-active {
				opacity: 1;
				cursor: default;
			}

			.flex-caption {
				display: table;
				position: absolute;
				top: 0px;
				left: 0;
				width: 100%;
				height: 300px;
			}

			.mainLogo{
				display: table-cell;
				float: left;
				width: 90%;
				height: 100%;
				max-height: 300px;
				background-image:url(../assets/logo.svg);
				background-size: contain;
				background-position: center;
				background-repeat: no-repeat;
				border-right: 3px solid rgba(255, 255, 255, .5);
			}

			#mainMLogo{
				display: none;
				position: relative;
				left: 0px;
				top: 25px;
				width: 100%;
				height: 220px;
				background-image:url(../assets/logo.svg);
				background-size: contain;
				background-position: center;
				background-repeat: no-repeat;
			}

			.slideText {
				display: table-cell;
				vertical-align: middle;
				height: 100%;
				max-height: 300px;
				width: 70%;
				padding-left: 0px; 
				/*text-shadow: 0px 0px 5px rgba(0,0,0,0.3);*/
			}

			.slideInfoImgWrap {
				display: table;
			}

			.titleInfoWrap {
				display: table-cell;
				width: 60%;
				vertical-align: middle;
			}

			.slideImg {
				display: table-cell;
				width: 39%;
				background-image: url(../assets/tloty2016.png);
				background-size: contain;
				background-repeat: no-repeat;
				background-position: center;
				height: 300px;
			}

			.slideTitle {
				font-size: 24px;
				font-weight: 600;
			}

			.slideDate {
				font-size: 16px;
				font-weight: 600;
			}

			.slideInfo {
				display: block;
				font-size: 14px;
				font-weight: 900;
				padding-right: 10px;
				max-width: 600px;
			}

			div.col > div > div > a > span {
				color: #fff;
				background-color: #a5b2c4;
				display: block;
				width: 100%;
				margin-bottom: 20px;
				text-align: center;
				font-size: 2em;
			}

			.hoverBlue:hover {
				background: #456bad;
			}

			/* ====================================================================================================================
			 * RESPONSIVE
			 * ====================================================================================================================*/
			@media screen and (max-width: 860px) {
				.flex-direction-nav .flex-prev {
					opacity: 1;
					left: 10px;
					margin-top: 70px;
				}
				
				.flex-direction-nav .flex-next {
					opacity: 1;
					right: 10px;
					margin-top: 70px;
				}

				.slideImg {
					width: 20%;
					background-image: url(../assets/tloty2016m.png);
					height: 230px;
				}
			}
			/*------------------------------------------------ || /SLIDER || */
	
			/*-------------------------------------------------------------------------------------------------------------------------------CONTENT*/
			.wrapContent {
				display: table-cell;
				width: 100%;
				min-height: 600px;
				margin: 0 auto;
				align-items: center;
				float: right;
				border-top: #456bad solid 5px;
				font-size: .9em;
			}

			.col {
				display: table;
				table-layout: fixed;
				width: calc(100% - 1%);
				padding-top: 20px;
				padding-left: 0%;
				max-width: 1200px;
				margin: 0 auto;
			}

			.gallery {
				display: table-cell;
				flex-direction: row;
				justify-content: center;
				align-items: center;
				flex-wrap: wrap;
				vertical-align: top;
				width: calc(66.4% - 30px);
				padding: 15px 15px 40px 15px;
				float: none;
			}

			.colOne {
				display: table-cell;
				vertical-align: top;
				width: calc(33.2% - 30px);
				padding: 15px 15px 40px 15px;
				float: none;
			}
			
			#colOne:target {
				-webkit-animation: target 1s linear;
				transition: 0.3s ease-in-out;
				box-shadow: 0px 0px 2px 2px rgba(000, 000, 000, .1);
			}

			.colTwo {
				display: table-cell;
				vertical-align: top;
				width: calc(33.2% - 30px);
				padding: 15px 15px 40px 15px;
				float: none;
				/*border-left: 4px solid #eaf0f4;
				border-right: 4px solid #eaf0f4;*/
			}
			
			#colTwo:target {
				-webkit-animation: target 1s linear;
				transition: 0.3s ease-in-out;
				box-shadow: 0px 0px 2px 2px rgba(000, 000, 000, .1);
			}

			.colTwo > div > a.ABOTAlink {
				background-size: 40px;
			}

			.ABOTAlink {
				background-image: url(../assets/abota-logo.svg);
			}
			.colThree {
				display: table-cell;
				vertical-align: top;
				width: calc(33.2% - 30px);
				padding: 15px 15px 40px 15px;
				float: none;
			}
			
			#colThree:target {
				-webkit-animation: target 1s linear;
				transition: 0.3s ease-in-out;
				box-shadow: 0px 0px 2px 2px rgba(000, 000, 000, .1);
			}
			
			.col div.colOne > div {
				display: inline-block;
				height: 100%;
				width: 100%;
				margin: 0;
			}
			
			.col div.colTwo > div {
				display: inline-block;
				height: 100%;
				width: 100%;
				margin: 0;
			}
			
			.col div.colThree > div {
				display: inline-block;
				height: 100%;
				width: 100%;
				margin: 0;
			}
			
			div.col > div > div > span {
				color: #fff;
				background-color: #a5b2c4;
				display: block;
				width: 100%;
				margin-bottom: 20px;
				text-align: center;
				font-size: 2em;
			}

			.colTwo > div > a {
				display: table;
				width: 100%;
				height: 40px;
				background-size: 30px;
				background-position: left;
				background-repeat: no-repeat;
				background-color: #eaf0f4;
				color: inherit;
				margin: 5px 0px 5px 0px;
			}
			.colTwo > div > a:hover {
				background-color: #456bad;
				color: white;
			}

			.link {
				background-image: url(../assets/iconLink.svg);
			}
			.link:hover {
				background-image: url(../assets/iconLinkWhite.svg);
			}
			
			.download {
				background-image: url(../assets/iconDownload.svg);
			}
			.download:hover {
				background-image: url(../assets/iconDownloadWhite.svg);
			}

			.colTwo > div > a > div {
				display: table-cell;
				text-align: center;
				vertical-align: middle;
				align-items : center;
				width: 80%;
				height: 100%;
			}

			#events {
				min-height: 80px;
				height: auto;
				background-color: #ffffff;
				display: block;
				font-size: .9em;
			}

			#mEvents {
				width: 100%;
				display: none;
			}

			#eventsTitle {
				height: 30px;
				width: 100%;
				background-color: #456bad;
				color: #ffffff;
				text-align: center;
				font-weight: 800;
				line-height: 2.2em;
			}

			#contentArea {
				display: table;
				height: 100px;
				width: 100%;
				background-color: aliceblue;
			}

			.contentSub {
				width: 100%;
				max-width: 1200px;
				margin: 0 auto;
			}

			.contentTitle {
				text-align: left;
				min-height: 10px;
				padding-top: 10px;
				padding-bottom: 10px;
				padding-left: 10px;
				padding-right: 10px;
				min-width: auto;
				width: 100%;
				background-color: #456bad;
				color: #fff;
				text-transform: uppercase;
				font-weight: bold;
				margin-top: 5px;
				margin-bottom: 5px;
			}

			.contentInfo {
				display: table-cell;
				width: 95%;
				vertical-align: middle;
				padding: 8px 0px 8px 20px;
			}

			.contentIcon {
				display: table-cell;
				width: 5%;
				min-width: 60px;
				height: 100%;
				background-color: #456bad;
				background-position: center;
				background-repeat: no-repeat;
				background-size: contain;
			}

			.titleText {
				font-weight: bolder;
				font-size: 1.1em;
			}

			.orangeText {
				color: #456bad;
				font-weight: bolder;
				font-size: .8em;
			}
			
			.calChapterTitle {
				font-weight: bolder;
				font-style: oblique;
				line-height: 2em;
			}

			 .event {
				display: table;
				height: auto;
				width: 100%;
				border-top: #eaf0f4 10px solid;
				border-left: #eaf0f4 10px solid;
				border-bottom: #eaf0f4 10px solid;
				border-collapse: separate;
				margin-top: 5px;
			}

			.date {
				display: table-cell;
				height: auto;
				width: 20%;
				border: #456bad 3px solid;
				background-color: #456bad;
				vertical-align: top;
			}

			.month {
				display: block;
				width: 100%;
				line-height: 2em;
				text-align: center;
				vertical-align: middle;
				background-color: #ffffff;
				/*color: #456bad;*/
			}

			.day {
				text-align: center;
				line-height: 2em;
				color: #ffffff;
			}

			.dateInfo {
				display: table-cell;
				width: 70%;
				background-color: #eaf0f4;
				padding-left: 10px;
				vertical-align: middle;
				color: #2d3843;
			}
			.dateInfo:hover {
				color: #456bad;
			}

			.eTitle {
				font-size: 1em;
				font-weight: bold;
			}

			.eDate {
			}

			.eLocation {
			}

			.eventLinks {
				display: table-cell;
				width: 30%;
				vertical-align: middle;
				background-color: #eaf0f4;
			}
			.eventLink:hover {
				text-decoration: none;
			}

			.iconGallery {
				display: table-cell;
				background-image: url(../assets/iconGallery.svg);
				background-position: center;
				background-repeat: no-repeat;
				background-size: contain;
				width: 25px;
				height: 25px;
				margin-bottom: 5px;
			}


			.onlineReg {
				display: table-cell;
				background-image: url(../assets/iconLink.svg);
				background-position: center;
				background-repeat: no-repeat;
				background-size: contain;
				width: 25px;
				height: 25px;
				margin-bottom: 5px;
			}

			.printReg {
				display: table-cell;
				background-image: url(../assets/iconDownload.svg);
				background-position: center;
				background-repeat: no-repeat;
				background-size: contain;
				width: 25px;
				height: 25px;
				margin-top: 5px;
			}

			.btn {
				padding: 8px;
				margin-top: 15px;
				background-color: #456bad;
				border: #456bad 1px solid;
				border-radius: 5px;
				display: block;
				color: #fff;
				float: left;
			}
			.btn:hover {
				background-color: #4b76b5;
				border: #4b76b5 1px solid;
				text-decoration: none;
			}

			.iconBtn {
				display: table;
				padding: 8px;
				margin-top: 15px;
				color: #456bad;
				float: left;
				margin-right: 20px;
			}
			.iconBtn:hover {
				text-decoration: underline;
			}

			.calLinkText {
				display: table-cell;
				vertical-align: middle;
			}

			.calDescription {
				display: table-cell;
				font-size: small;
				font-style: italic;
				margin-top: 10px;
				width: 100%;
				float: left;
			}
			.divider {
				width: 100%;
				padding-top: 5px;
				margin-bottom: 5px;
				border-bottom: #000 thin dashed;
				opacity: .2;
				clear: both;
			}

			.iconGallery {
				display: table-cell;
				background-image: url(../assets/iconGallery.svg);
				background-position: center;
				background-repeat: no-repeat;
				background-size: contain;
				width: 25px;
				height: 25px;
				margin-bottom: 5px;
			}


			.onlineReg {
				display: table-cell;
				background-image: url(../assets/iconLink.svg);
				background-position: center;
				background-repeat: no-repeat;
				background-size: contain;
				width: 25px;
				height: 25px;
				margin-bottom: 5px;
			}

			.printReg {
				display: table-cell;
				background-image: url(../assets/iconDownload.svg);
				background-position: center;
				background-repeat: no-repeat;
				background-size: contain;
				width: 25px;
				height: 25px;
				margin-top: 5px;
			}

			.calLinkText {
				display: table-cell;
				vertical-align: middle;
			}

			.calDescription {
				display: table-cell;
				font-size: small;
				font-style: italic;
				margin-top: 10px;
				width: 100%;
				float: left;
			}

			#moreEvents {
				display: block;
				margin-top: 5px;
				height: 40px;
				width: 100%;
				background-color: #eaf0f4;
				text-align: center;
				padding-top: 10px;
				font-size: 1em;
			}
			#moreEvents:hover {
				background-color: #456bad;
				color: #fff;
			}

			#calABOTABG {
				background-color: #e25d26;
				color: #e25d26;
				border: 1px solid #e25d26; 
			}

			#calABOTAText {
				color: #e25d26;
			}

			#calSBRBG {
				background-color: #456bad;
				color: #456bad;
				border: 1px solid #456bad; 
			}

			#calSBRText {
				color: #456bad;
			}

			/*-------------------------------------------------------------------------------------------------------------------------------/CONTENT*/
			
			footer {
				display: table-cell;
				width: 100%;
				float: right;
				background: rgba(203,209,216,1); /* For browsers that do not support gradients */
				background: -webkit-linear-gradient(rgba(203,209,216,1), rgba(203,209,216,0)); /* For Safari 5.1 to 6.0 */
				background: -o-linear-gradient(rgba(203,209,216,1), rgba(203,209,216,0)); /* For Opera 11.1 to 12.0 */
				background: -moz-linear-gradient(rgba(203,209,216,1), rgba(203,209,216,0)); /* For Firefox 3.6 to 15 */
				background: linear-gradient(rgba(203,209,216,1), rgba(203,209,216,0)); /* Standard syntax */
				border-top: 2px solid #456bad;
				margin: 0 auto;
				padding: 10px 0px 30px 0px;

			}
			
			#footer:target {
				-webkit-animation: target .7s linear;
			}
			
			.footWrap {
				width: 100%;
				max-width: 1200px;
				margin: 0 auto;
			}
			
			.footLogo {
				background-image: url(../assets/lineArtLogo.svg);
				background-position: center;
				background-size: contain;
				margin: 0 auto;
				width: 280px;
				height: 200px;
			}
			
			.contactInfo {
				width: 100%;
				text-align: center;
				font-size: 1.3em;
				padding-bottom: 10px;
				color: #2e3842;
			}
			
			.address {
				margin: 0 auto;
				width: 200px;
				text-align: center;
				padding-bottom: 10px;

			}
			
			.phone {
				margin: 0 auto;
				width: 200px;
				text-align: center;
			}
			
			.camsFooter {
				position: absolute;
				right: 0;
				bottom: 0;
				left: 0;
				padding: 1rem;
				background-color: #E6EDF4;
				color: #A8AFBA;
				text-align: center;
				font-weight: 100;
			}
			
			.camsFooter > span {
				font-weight: 500;
				color: #A8AFBA;
				transition: .25s ease-in-out;
				-moz-transition: .25s ease-in-out;
				-webkit-transition: .25s ease-in-out;
			}
			.camsFooter > span:hover {
				color: #0d82c5;
			}
			
			
			@media only screen and (min-width: 30em ) and (max-width: 48em ) {
				#menu {
					font-size: small;
				}
				
				body {
					padding: 60px 0px 6rem 0px;
				}
				
				.navLinks {
					justify-content: space-around;
				}
				
				.navLinks > a {
					margin: 0px 0px 0px 0px;
					padding: 20px 0px 0px 0px;
				}

				a#navNationalLinks:hover ~ .linksSubMenu {
					display: none;
				}
				
				a#navEvents:hover ~ .eventsSubMenu {
					display: none;
				}
				
				a#navAbout:hover ~ .aboutSubMenu {
					display: none;
				}		
				
				.col {
					padding-left: 0%;
					padding-right: 0%;
				}
				
				.colOne {
					width: calc(100% - 0px);
					float: left;
				}

				.colTwo {
					width: calc(50% - 0px);
					border-left: 0px dotted #ccc;
					float: left;
				}

				.colThree {
					width: calc(50% - 0px);
					float: left;
				}
			}
			
			@media only screen and (max-width: 30em ) {
				body {
					padding: 0px 0px 6rem 0px;
				}

				nav {
					height: auto;
					position: fixed;
				}
				
				#menu_wrapper {
				}
				

				#menu {
					margin-top: -390px;
					height: 400px;
					position: fixed;
				}
				
				a#navNationalLinks:hover ~ .linksSubMenu {
					display: none;
				}
				
				a#navEvents:hover ~ .eventsSubMenu {
					display: none;
				}
				
				a#navAbout:hover ~ .aboutSubMenu {
					display: none;
				}
				
				#menu_btn {
					display: block;
				}
				
				.navLinks {
					justify-content: space-around;
				}
				
				.navLinks > a {
					margin: 0px 0px 0px 0px;
					padding: 20px 0px 0px 0px;
					width: 100%;
				}
				
				.col {
					padding-left: 0%;
					padding-right: 0%;
				}
				
				.colOne {
					width: calc(100% - 0px);
					float: left;
				}

				.colTwo {
					width: calc(100% - 0px);
					border-left: 0px dotted #ccc;
					border-right: 0px dotted #ccc;
					float: left;
				}

				.colThree {
					width: calc(100% - 0px);
					float: left;
				}
				
				.mainLogo {
					width: 0%;
					border-right: solid rgba(255,255,255,.2) 0px;
					display: table-cell;
				}
				
				.slideText {
					width: 100%;
					padding-left: 20px;
					/*text-shadow: 0px 0px 5px rgba(0,0,0,0.3);*/
				}

				.headInfo {
					width: calc(100% - 40px);
					display: table-cell;
				}
			}		

