/*
	Theme Name: Permanent ADG Theme
	Version: 1.0
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
}
body {
	font:300 11px/1.4 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color:#444;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	color:#2b3086;
	text-decoration:none;
}
a:hover {
	color:#2b3086;
	text-decoration: underline;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}

p a {
	text-decoration: underline;
}

input:focus {
	outline:0;
	border:1px solid #04A4CC;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* wrapper */
.wrapper {
	max-width:100%;
	width:100%;
	margin:0 auto;
	position:relative;
}


/*------------------------------------*\
    PAGES
\*------------------------------------*/



/*------------------------------------*\
    Additions
\*------------------------------------*/

.su-spoiler-title {
	font-size: 22px !important;
}

#responsive-menu-container {
	top:96px !important;
}

.pagination {
    text-align:center;
    font-size:2.2rem;
}

.pagination a {
    font-size:2.2rem;
}


/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

@import url('https://fonts.googleapis.com/css?family=Roboto|Roboto+Slab');

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (min-width:320px) {
    
    .logged-in header {
        top:0px !important;
    }

    #wpadminbar {
       display:none !important;
    }
	
	
	body {
		font-family: 'Roboto', sans-serif;
		font-weight:400;
		color:black;
		font-size:18px;
	}
	
	main {
		margin-top:96px;
	}
	
	article {
		padding:20px 0px;
	}
	
	.home article {
		padding:0;
	}
	
	section {

	}
	

	.wrapper {
		
	}
	
	header {
	    position: fixed;
	    top: 0;
	    left: 0;
	    width: 100%;
	    height: 96px;
	    padding: 0;
	    background-color: white;
	    z-index: 99999;
	}
	
	
	.inner {
		width:100%;
		max-width:100%;
		margin:0 auto;
		display:block;
		overflow: visible;
		position:relative;
	}
	
	.inner-2 {
		width:100%;
		max-width:100%;
		margin:0 auto;
		padding:20px;
		display:block;
		overflow: hidden;
		position:relative;
	}
	
	.inner-3 {
		width:100%;
		max-width:100%;
		margin:0 auto;
		padding:20px;
		display:block;
		overflow: hidden;
		position:relative;
	}

	header .inner {
		overflow: visible !important;
	}
	
	.logo {
		width:190px;
		float:left;
		padding:10px;
	}
	
	.nav {
		width:732px;
		padding-top:70px;
		float:right;
		display:none;
	}
	
	.nav ul {
		list-style: none;
		padding:0;
		margin:0;
		display:flex;
	}
	
	.nav ul li {
		float:left;
		flex-grow:1;
		text-align: center;
		padding:10px 0px;
	}
	
	.nav ul li a {
		color:#2b3088;
		font-size:22px;
		text-transform: uppercase;
	}
	
	
	.mobile-nav {
	    display: none;
	    width: 100%;
	    top: 96px;
	    position: absolute;
	    background-color: white;
	    text-align: center;
	    border-top:1px solid #e6e6e6;
	}
	
	.menu-button {
	    position: absolute;
	    display: block;
	    top: 28px;
	    right: 20px;
	    cursor:pointer;
	}
	
	.mobile-nav ul {
		list-style: none;
		padding:0;
		margin:0;
	}
	
	.mobile-nav ul li {
		width:100%;
		border-bottom:1px solid #e6e6e6;
	}
	
	.mobile-nav ul li a {
		padding:20px;
		display:block;
		text-transform: uppercase;
		font-weight:400;
	}
	
	.top-bar {
		position:absolute;
		top:0;
		right:60px;
		width:340px;
		display:none;
	}
	
	.top-bar .search-bar {
		float:left;
		margin-right:20px;
	}
	
	.top-bar a {
		margin-right:6px;
	}
	
	/* TYPO */
	
	a {
		
	}
	
	a.full-link {
		position:absolute;
		top:0;
		left:0;
		bottom:0;
		right:0;
		z-index:12;
	}
	
	p {
		
	}
	
	h1 {
		font-family: 'Roboto Slab', serif;
		font-size:3.6rem;
		font-weight:400;
	}
	
	h2 {
		font-family: 'Roboto Slab', serif;
		font-size:2.8rem;
		font-weight:400;
	}
	
	h3 {
		font-family: 'Roboto Slab', serif;
		font-size:2.4rem;
		font-weight:400;
		margin:0; 
		color:#2b3088;
	}
	
	h4 {
		font-family: 'Roboto Slab', serif;
		font-size: 2.0rem;
		font-weight:400;
		color: #00a79d;
		margin-top:0;
	}
	
	strong {
		
	}
	
	.blue {
		color: #2b3088;
	}	
	
	.red {
		color: #cd3727;
	}
	
	.green {
		color: #00a79d;
	}
	
	.orange {
		color: #f15a29;
	}
	
	.white {
		color: #ffffff;
	}
	
	/* HOME */
	
	.home {
		
	}
	
	.hero-slider {
		width:100%;
		height: auto;
		display:block;
		overflow:hidden;
		background-image:url('img/red_texture.svg');
		background-size:50%;
		background-color:#cd3727;
	}
	
	.slider-left {
		width:100%;
		height:auto;
		float:left;
		display:flex;
		align-items: center;
	}
	
	.slider-left-text {
		width:96%;
		margin:0 auto;
	}
	
	.slider-right {
		width:100%;
		float:left;
	}
	
	.flexslider {
		width:100%;
		height:458px;
	}
	
	.flexslider ul {
		height:458px;
		width:100%;
	}
	
	.flexslider ul li {
		width:100%;
		height:458px;
		background-size:cover;
		background-repeat:no-repeat;
		background-position: center center;
		position:relative;
	}
	
	.slide-inner p {
		position:absolute;
		bottom:60px;
		left:0;
		display:inline-block;
		padding:10px 30px;
		background-color:rgba(241,90,41,.8);
		color:white;
		font-size:21px;
	}
	
	.slide-inner p strong {
		font-size:30px;
		font-family: 'Roboto Slab', serif;
		font-weight: 400;
		margin-right:4px;
	}
	
	.link-section {
		max-width:1200px;
		margin:60px auto;
		clear:both;
		display:block;
		overflow:hidden;
	}
	
	.single-link {
	    width: 100%;
	    height: 190px;
	    background-size: cover;
	    float: left;
	    display: flex;
	    align-items: center;
	    position:relative;
	}
	
	.single-link-inner {
		text-align:center;
		z-index:333;
	}
	
	.link-heading {
		padding:0 30px;
	}
	
	.link-heading h2 {
		margin:0;
	}
	
	.link-text {
		color:white;
		padding:0 50px;
	}
	
	#link-1 {
		background-color: #ffcd67;
		position:absolute;
		top:0;
		left:0;
		right:0;
		bottom:0;
		opacity:.6;
		z-index:222;
	}
	
	#link-2 {
		background-color: #2b3088;
		position:absolute;
		top:0;
		left:0;
		right:0;
		bottom:0;
		opacity:.6;
		z-index:222;
	}
	
	#link-3 {
		background-color: #00a79d;
		position:absolute;
		top:0;
		left:0;
		right:0;
		bottom:0;
		opacity:.6;
		z-index:222;
	}
	
	#link-4 {
		background-color: #cc9ac6;
		position:absolute;
		top:0;
		left:0;
		right:0;
		bottom:0;
		opacity:.6;
		z-index:222;
	}
	
	.home-banner {
		width:100%;
		height:210px;
		display:flex;
		align-items: center;
		background-image:url('img/yellow_texture.svg');
		background-color:#ffcd67;
		background-size:50%;
	}
	
	.banner-text {
		width:100%;
		text-align: center;
		font-family: 'Roboto Slab', serif;
		font-size:3.6rem;
		font-weight:400;
	}
	
	.banner-text a {
	    background-color: black;
	    display: inline-block;
	    padding: 2px 20px;
	    margin-left: 20px;
	    color: white;
	    font-family: 'Roboto', sans-serif;
	}
	
	.announcements {
		width:100%;
		display:block;
		overflow: hidden;
		padding:40px 0px 80px;
	}
	
	.announcements .inner {
		display:block;
	}
	
	.single-announcement {
		padding:20px 40px;
	}
	
	.announcement-heading {
		font-family: 'Roboto Slab', serif;
		font-weight:400;
		font-size:24px;
		color:#2b3088;
	}
	
	.announcement-text p {
		margin:0;
	}
	
	.single-announcement a {
		color:#00a79d;
	}
	
	/* Interior Page */
	
	.page-heading {
		width:100%;
		height:222px;
		background-size:50%;
		text-align:center;
		color:white;
		display:flex;
		align-items: center;
		
	}
	
	.pink-header {
		background-image:url('img/pink_texture.svg');
		background-color:#cc9ac6;
		border-bottom:20px solid #ffcd67;
	}
	
	.yellow-header {
		background-image:url('img/yellow_texture.svg');
		background-color:#ffcd67;
		border-bottom:20px solid #00a79d;
	}
	
	.yellow-header h1 {
		color:black !important;
	}
	
	.green-header {
		background-image:url('img/green_texture.svg');
		background-color:#00a79d;
		border-bottom:20px solid #f15a29;
	}
	
	.pink-header2 {
		background-image:url('img/pink_texture.svg');
		background-color:#cc9ac6;
	}
	
	.yellow-header2 {
		background-image:url('img/yellow_texture.svg');
		background-color:#ffcd67;
	}
	
	.yellow-header2 h1 {
		color:black !important;
	}
	
	.green-header2 {
		background-image:url('img/green_texture.svg');
		background-color:#00a79d;
	}
	
	.blue-header {
		background-image:url('img/blue_texture.svg');
		background-color:#2b3088;
	}
	
	.red-header {
		background-image:url('img/red_texture.svg');
		background-color:#cd3727;
	}
	
	.orange-header {
		background-image:url('img/orange_texture.svg');
		background-color:#f05a28;
	}
	
	.blue-header2 {
		background-image:url('img/blue_texture.svg');
		background-color:#2b3088;
		border-bottom:20px solid #f15a29;
	}
	
	.red-header2 {
		background-image:url('img/red_texture.svg');
		background-color:#cd3727;
		border-bottom:20px solid #ffcc66;
	}
	
	.orange-header2 {
		background-image:url('img/orange_texture.svg');
		background-color:#f05a28;
		border-bottom:20px solid #2b3086;
	}
	
	.page-heading h1 {
		text-align: center;
		margin:0 auto;
	}
	
	
	.special-page-heading h1 {
		
		margin:0 auto;
	}
	
	.special-page-heading {
		width:100%;
		height: 336px;
		display:block;
		overflow:hidden;
		background-size:50%;
		color:white;
	}
	
	.special-page-heading .slider-left {
		width:42%;
		height:336px;
		float:left;
		display:flex;
		align-items: center;
	}
	
	.special-page-heading .slider-left-text {
		width:300px;
		margin:0 auto;
	}
	
	.special-page-heading .slider-right {
		width:58%;
		height:336px;
		float:left;
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center center;
	}
	
	ul.link-list {
		list-style: none;
		padding:20px 10px 20px;
		margin:0px 0;
		display:block;
		overflow:hidden;
	}
	
	ul.link-list li {
		width:50%;
		height:140px;
		padding: 0 0px;
		float:left;
		display:flex;
		align-items: center;
		text-align:center;
	}
	
	ul.link-list li:nth-child(1n) {
		background-color:#f15a29;
		margin-right:0%;
		
	}
	
	ul.link-list li:nth-child(2n) {
		background-color:#00a79d;
	}
	
	ul.link-list li:nth-child(3n) {
		background-color:#cd3727;
	}
	
	ul.link-list li:nth-child(4n) {
		background-color:#cc9ac6;
		margin-right:0;
	}
	
	ul.link-list li a {
		color:white;
		text-align: center;
		font-size:22px;
		text-transform: uppercase;
		margin:0 auto;
	}
	
	.sidebar {
		width:300px;
		float:left;
	}
	
	#sidebar-section {
		width:100%;
		float:left;
		padding-top:0px;
		padding-left:0px;
	}
	
	/* INTERVAL */
	
	.interval-archive {
		padding: 60px 0px;
	}
	
	.interval-logo {
		width:90%;
		text-align:center;
		padding-bottom:30px;
		margin:0 auto 30px;
	}
	
	.interval-archive .interval-logo {
		width:90%;
		margin:0 auto 20px;
	}
	
	.interval h1 {
		color:#f15a29;
		font-size:20px;
		margin:0;
	}
	
	
	.interval-archive h1 {
		margin:0;
		font-size:28px;
	}
	
	.interval-archive h3 {
		font-size:2.4rem;
		color: #f15a29;
		margin-top:60px;
		text-align: center;
		margin-bottom:30px;
	}
	
	.interval-archive article {
		width:100%;
		padding:0;
		margin:0 0 30px;
		display:block;
	}
	
		.int-archive-list {
		background-color:transparent !important;
		margin-top:80px !important;
	}
	
	.third {
		width:100%;
		float:left;
	}
	
	.int-archive-title {
		font-family: 'Roboto Slab', serif;
		font-size:2.6rem;
		font-weight:400;
		color:white;
		text-align:center;
	    width: 100%;
	    margin: 0 auto 20px;
	    text-transform: uppercase;
	}
	
	.int-archive-title2 {
	    font-family: 'Roboto Slab', serif;
	    font-size: 2.4rem;
	    font-weight: 400;
	    color: white;
	    text-align: left;
	    width: 100%;
	    margin: 0 0 10px;
	    padding: 3px 10px;
	    text-transform: uppercase;
	}
	
	.int-archive-content ul {
		list-style: none;
		padding: 0 20px;
		margin:0 0 40px;
		column-count: 1;
	}
	
	.int-archive-content ul li a {
		color:black;
		font-weight:600;
		margin-bottom:5px;
		display:block;
	}
	
	.int-archive-content2 ul {
		list-style: none;
		padding: 0 0px;
		margin:0 0 20px;
		column-count: 1;
	}
	
	.int-archive-content2 ul li a {
		color:black;
		font-weight:600;
		margin-bottom:5px;
		display:block;
	}
	
	.th1 {
		padding-right:0px;
	}
	
	.th2 {
		padding: 0px;
	}
	
	.th3 {
		padding-left:0px;
	}
	
	.article-thumb {
		width:100%;
		display:block;
	}
	
	.article-thumb img {
		width:100%;
		object-fit:cover;
	}
	
	.article-description {
		width:100%;
		padding:30px ;
	}
	
	.article-description h2 {
		color:white;
		font-size:28px;
		margin:0;
	}
	
	.article-description a {
		color:white;
	}
	
	.article-description .post-meta {
		color:white;
	}
	
	.article-description p {
		margin:10px 0px;
		color:white;
	}
	
	.interval-archive article:nth-child(1n) {
		background-color: #00a79d;
	}
	
	.interval-archive article:nth-child(2n) {
		background-color: #cc9ac6;
	}
	
	.interval-archive article:nth-child(3n) {
		background-color: #f15a29;
	}
	
	.interval-archive article:nth-child(4n) {
		background-color: #2b3088;
	}
	
	/* FOOTER */
	
	footer {
		height:auto;
		padding: 20px;
		background-color:#e6e6e6;
		display:block;
		overflow:hidden;
	}
	
	.footer p {
		font-size:16px;
	}
	
	.footer-left {
		padding-left:0px;
		width:100%;
		float:left;
	}
	
	.footer-right {
		padding-right:0px;
		width:100%;
		float:right;
	}
	
	.footer-left a.btn {
		background-color:#00a79d;
		padding:6px 16px;
		border-radius: 4px;
		color:white;
	}
	
	.footer-right a.btn {
		background-color:#f15a29;
		padding:6px 16px;
		border-radius: 4px;
		color:white;
	}

}
@media only screen and (min-width:480px) {

}
@media only screen and (min-width:768px) {
    
    .logged-in header {
        top:32px !important;
    }

    .logged-in #wpadminbar {
       display:block !important;
    }
	
	body {
		font-family: 'Roboto', sans-serif;
		font-weight:400;
		color:black;
		font-size:18px;
	}
	
	main {
		margin-top:146px;
	}
	
	article {
		padding:60px 0px;
	}
	
	.home article {
		padding:0;
	}
	
	section {

	}
	

	.wrapper {
		
	}
	
	header {
		position:fixed;
		top:0;
		left:0;
		width:100%;
		height:146px;
		padding: 22px 0px;
	    background-color: white;
		z-index: 3333;
	}
	
	.inner {
		width:100%;
		max-width:94%;
		margin:0 auto;
		display:block;
		overflow: hidden;
		position:relative;
	}
	
	.inner-2 {
		width:100%;
		max-width:94%;
		margin:0 auto;
		padding:0 40px;
		display:block;
		overflow: hidden;
		position:relative;
	}
	
	.inner-3 {
		width:100%;
		max-width:94%;
		margin:0 auto;
		padding:0 200px;
		display:block;
		overflow: hidden;
		position:relative;
	}

	
	.logo {
		width:223px;
		float:left;
		padding:0px;
	}
	
	.nav {
		width:450px;
		padding-top:48px;
		float:right;
		display:block;
	}
	
	.nav ul {
		list-style: none;
		padding:0;
		margin:0;
		display:flex;
		position:relative;
	}
	
	.nav ul li {
		float:left;
		padding:22px 0px;
		flex-grow:1;
		text-align: center;
	}
	
	.nav ul li a {
		color:#2b3088;
		font-size:18px;
		text-transform: uppercase;
	}
	
	.nav ul li .sub-menu {
		display:none;
		position:absolute;
		top:76px;
		background-color:#2b3088;
	}
	
	.sub-menu li {
		display:block;
		float:none !important;
		text-align: left !important;
		padding:10px 20px !important;
		color:white !important;
	}
	
	.sub-menu li:hover {
		background-color:#ffcc66;
	}
	
	.sub-menu li:hover a {
		color:black!important;
	}
	
	.sub-menu li a {
		color:white !important;
	}
	
	.nav ul li:hover .sub-menu {
		display:block;
	}
	
	.mobile-nav {
		display:none;
	}
	
	.menu-button {
		display:none;
	}
	
	.top-bar {
		position:absolute;
		top:0;
		right:60px;
		width:420px;
		display:block;
	}
	
	.top-bar .search-bar {
		float:right;
		margin-right:20px;
	}
	
	.top-bar a {
		margin-right:6px;
	}
	
	.social-icons {
    	display: inline-block;
    	width: 124px;
    	float:right;
	}
	
	/* TYPO */
	
	a {
		
	}
	
	a.full-link {
		position:absolute;
		top:0;
		left:0;
		bottom:0;
		right:0;
		z-index:12;
	}
	
	p {
		
	}
	
	h1 {
		font-family: 'Roboto Slab', serif;
		font-size:6.0rem;
		font-weight:400;
	}
	
	h2 {
		font-family: 'Roboto Slab', serif;
		font-size:4.8rem;
		font-weight:400;
	}
	
	h3 {
		font-family: 'Roboto Slab', serif;
		font-size:3.6rem;
		font-weight:400;
		margin:0; 
		color:#2b3088;
	}
	
	h4 {
		font-family: 'Roboto Slab', serif;
		font-size: 2.8rem;
		font-weight:400;
		color: #00a79d;
		margin-top:0;
		margin-bottom:10px;
	}
	
	strong {
		
	}
	
	.blue {
		color: #2b3088;
	}	
	
	.red {
		color: #cd3727;
	}
	
	.green {
		color: #00a79d;
	}
	
	.orange {
		color: #f15a29;
	}
	
	.white {
		color: #ffffff;
	}
	
	/* HOME */
	
	.home {
		
	}
	
	.hero-slider {
		width:100%;
		height: 458px;
		display:block;
		overflow:hidden;
		background-image:url('img/red_texture.svg');
		background-size:50%;
		background-color:#cd3727;
	}
	
	.slider-left {
		width:42%;
		height:458px;
		float:left;
		display:flex;
		align-items: center;
	}
	
	.slider-left-text {
		width:300px;
		margin:0 auto;
	}
	
	.slider-right {
		width:58%;
		float:left;
	}
	
	.flexslider {
		width:100%;
		height:458px;
	}
	
	.flexslider ul {
		height:458px;
		width:100%;
	}
	
	.flexslider ul li {
		width:100%;
		height:458px;
		background-size:cover;
		background-repeat:no-repeat;
		background-position: center center;
		position:relative;
	}
	
	.slide-inner p {
		position:absolute;
		bottom:60px;
		left:0;
		display:inline-block;
		padding:10px 30px;
		background-color:rgba(241,90,41,.8);
		color:white;
		font-size:21px;
	}
	
	.slide-inner p strong {
		font-size:44px;
		font-family: 'Roboto Slab', serif;
		font-weight: 400;
		margin-right:4px;
	}
	
	.link-section {
		max-width:100%;
		margin:0 auto;
		clear:both;
		display:block;
		overflow:hidden;
	}
	
	.single-link {
	    width: 25%;
	    height: 280px;
	    background-size: cover;
	    float: left;
	    display: flex;
	    align-items: center;
	    position:relative;
	}
	
	.single-link-inner {
		text-align:center;
	}
	
	.link-heading h2 {
		font-size:3rem;
		line-height:3.6rem;
		margin:0;
	}
	
	.link-text {
		color:white;
		padding:0 50px;
	}
	
	.home-banner {
		width:100%;
		height:210px;
		display:flex;
		align-items: center;
		background-image:url('img/yellow_texture.svg');
		background-color:#ffcd67;
		background-size:50%;
	}
	
	.banner-text {
		width:100%;
		text-align: center;
		font-family: 'Roboto Slab', serif;
		font-size:3.6rem;
		font-weight:400;
	}
	
	.banner-text a {
	    background-color: black;
	    display: inline-block;
	    padding: 2px 20px;
	    margin-left: 20px;
	    color: white;
	    font-family: 'Roboto', sans-serif;
	}
	
	.announcements {
		width:100%;
		display:block;
		overflow: hidden;
		padding:40px 0px 80px;
	}
	
	.announcements .inner {
		display:flex;
	}
	
	.single-announcement {
		padding:0 40px;
		    width: 33.3%;
	}
	
	.announcement-heading {
		font-family: 'Roboto Slab', serif;
		font-weight:400;
		font-size:24px;
		color:#2b3088;
	}
	
	.announcement-text p {
		margin:0;
	}
	
	.single-announcement a {
		color:#00a79d;
	}
	
	/* Interior Page */
	
	.page-heading {
		width:100%;
		height:222px;
		background-size:50%;
		text-align:center;
		color:white;
		display:flex;
		align-items: center;
		
	}
	
	.pink-header {
		background-image:url('img/pink_texture.svg');
		background-color:#cc9ac6;
		border-bottom:20px solid #ffcd67;
	}
	
	.yellow-header {
		background-image:url('img/yellow_texture.svg');
		background-color:#ffcd67;
		border-bottom:20px solid #00a79d;
	}
	
	.yellow-header h1 {
		color:black !important;
	}
	
	.green-header {
		background-image:url('img/green_texture.svg');
		background-color:#00a79d;
		border-bottom:20px solid #f15a29;
	}
	
	.blue-header {
		background-image:url('img/blue_texture.svg');
		background-color:#2b3088;
	}
	
	.red-header {
		background-image:url('img/red_texture.svg');
		background-color:#cd3727;
	}
	
	.page-heading h1 {
		text-align: center;
		margin:0 auto;
	}
	
	
	.special-page-heading h1 {
		
		margin:0 auto;
	}
	
	.special-page-heading {
		width:100%;
		height: 336px;
		display:block;
		overflow:hidden;
		background-size:50%;
		color:white;
	}
	
	.special-page-heading .slider-left {
		width:42%;
		height:336px;
		float:left;
		display:flex;
		align-items: center;
	}
	
	.special-page-heading .slider-left-text {
		width:300px;
		margin:0 auto;
	}
	
	.special-page-heading .slider-right {
		width:58%;
		height:336px;
		float:left;
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center center;
	}
	
	ul.link-list {
		list-style: none;
		padding:40px 0px 80px;
		margin:0px 0;
		display:block;
		overflow:hidden;
	}
	
	ul.link-list li {
		width:23.5%;
		height:140px;
		padding: 0 10px;
		float:left;
		display:flex;
		align-items: center;
		text-align:center;
	}
	
	ul.link-list li:nth-child(1n) {
		background-color:#f15a29;
		margin-right:2%;
		
	}
	
	ul.link-list li:nth-child(2n) {
		background-color:#00a79d;
	}
	
	ul.link-list li:nth-child(3n) {
		background-color:#cd3727;
	}
	
	ul.link-list li:nth-child(4n) {
		background-color:#cc9ac6;
		margin-right:0;
	}
	
	ul.link-list li a {
		color:white;
		text-align: center;
		font-size:25px;
		text-transform: uppercase;
		margin:0 auto;
	}
	
	.sidebar {
		width:300px;
		float:left;
	}
	
	#sidebar-section {
		width:calc(100% - 300px);
		float:right;
		padding-top:0px;
		padding-left:40px;
	}
	
	/* INTERVAL */
	
	.interval-archive {
		padding: 60px 0px;
	}
	
	.interval-logo {
		width:600px;
		text-align:center;
		padding-bottom:30px;
		margin:0 auto 60px;
	}
	
	.interval-archive .interval-logo {
		width:840px;
		margin:0 auto 20px;
	}
	
	.interval h1 {
		color:#f15a29;
		font-size:36px;
		margin:0;
	}
	
	
	.interval-archive h1 {
		margin:0;
		font-size:52px;
	}
	
	.interval-archive h3 {
		font-size:3.6rem;
		color: #f15a29;
		margin-top:60px;
		text-align: center;
		margin-bottom:30px;
	}
	
	.interval-archive article {
		width:100%;
		padding:0;
		margin:0 auto 30px;
		display:flex;
	}
	
	.int-archive-list {
		background-color:transparent !important;
		margin-top:80px !important;
	}
	
	.third {
		width:33.3%;
		float:left;
	}
	
	.int-archive-title {
		font-family: 'Roboto Slab', serif;
		font-size:3.6rem;
		font-weight:400;
		color:white;
		text-align:center;
	    width: 100%;
	    margin: 0 auto 20px;
	    text-transform: uppercase;
	}
	
	.int-archive-title2 {
	    font-family: 'Roboto Slab', serif;
	    font-size: 2.4rem;
	    font-weight: 400;
	    color: white;
	    text-align: left;
	    width: 200px;
	    margin: 0 0 10px;
	    padding: 3px 10px;
	    text-transform: uppercase;
	}
	
	.int-archive-content ul {
		list-style: none;
		padding: 0 20px;
		margin:0;
		column-count: 2;
	}
	
	.int-archive-content ul li a {
		color:black;
		font-weight:600;
		margin-bottom:5px;
		display:block;
	}
	
	.int-archive-content2 ul {
		list-style: none;
		padding: 0 0px;
		margin:0 0 20px;
		column-count: 1;
	}
	
	.int-archive-content2 ul li a {
		color:black;
		font-weight:600;
		margin-bottom:5px;
		display:block;
	}
	
	.th1 {
		padding-right:20px;
	}
	
	.th2 {
		padding: 0 10px;
	}
	
	.th3 {
		padding-left:20px;
	}
	
	.article-thumb {
		width:40%;
		display:flex;
	}
	
	.article-thumb img {
		width:100%;
		object-fit:cover;
	}
	
	.article-description {
		width:60%;
		padding:30px ;
	}
	
	.article-description h2 {
		color:white;
		font-size:28px;
		margin:0;
	}
	
	.article-description a {
		color:white;
	}
	
	.article-description .post-meta {
		color:white;
	}
	
	.article-description p {
		margin:10px 0px;
		color:white;
	}
	
	.interval-archive article:nth-child(1n) {
		background-color: #00a79d;
	}
	
	.interval-archive article:nth-child(2n) {
		background-color: #cc9ac6;
	}
	
	.interval-archive article:nth-child(3n) {
		background-color: #f15a29;
	}
	
	.interval-archive article:nth-child(4n) {
		background-color: #2b3088;
	}
	
	/* FOOTER */
	
	footer {
		height:250px;
		padding: 10px 0 0 0;
		background-color:#e6e6e6;
	}
	
	.footer p {
		font-size:16px;
	}
	
	.footer-left {
		padding-left:40px;
		width:33%;
		float:left;
	}
	
	.footer-right {
		padding-right:40px;
		width:33%;
		float:right;
	}
	
	.footer-left a.btn {
		background-color:#00a79d;
		padding:6px 16px;
		border-radius: 4px;
		color:white;
	}
	
	.footer-right a.btn {
		background-color:#f15a29;
		padding:6px 16px;
		border-radius: 4px;
		color:white;
	}

}
@media only screen and (min-width:1024px) {
	
		body {
		font-family: 'Roboto', sans-serif;
		font-weight:400;
		color:black;
		font-size:18px;
	}
	
	main {
		margin-top:146px;
	}
	
	article {
		padding:60px 0px;
	}
	
	.home article {
		padding:0;
	}
	
	section {

	}
	

	.wrapper {
		
	}
	
	header {
		position:fixed;
		top:0;
		left:0;
		width:100%;
		height:146px;
		padding: 22px 0px;
	    background-color: white;
		z-index: 3333;
	}
	
	.inner {
		width:100%;
		max-width:960px;
		margin:0 auto;
		display:block;
		overflow: hidden;
		position:relative;
	}
	
	.inner-2 {
		width:100%;
		max-width:960px;
		margin:0 auto;
		padding:0 40px;
		display:block;
		overflow: hidden;
		position:relative;
	}
	
	.inner-3 {
		width:100%;
		max-width:1200px;
		margin:0 auto;
		padding:0 200px;
		display:block;
		overflow: hidden;
		position:relative;
	}

	
	.logo {
		width:223px;
		float:left;
	}
	
	.nav {
		width:732px;
		padding-top:48px;
		float:right;
	}
	
	.nav ul {
		list-style: none;
		padding:0;
		margin:0;
		display:flex;
	}
	
	.nav ul li {
		float:left;
		flex-grow:1;
		padding:22px 0px;
		text-align: center;
	}
	
	.nav ul li a {
		color:#2b3088;
		font-size:22px;
		text-transform: uppercase;
	}
	
	.nav ul li .sub-menu {
		display:none;
		position:absolute;
		top:76px;
		background-color:#2b3088;
	}
	
	.sub-menu li {
		display:block;
		float:none !important;
		text-align: left !important;
		padding:10px 20px !important;
		color:white !important;
	}
	
	.sub-menu li:hover {
		background-color:#ffcc66;
	}
	
	.sub-menu li:hover a {
		color:black!important;
	}
	
	.sub-menu li a {
		color:white !important;
	}
	
	.nav ul li:hover .sub-menu {
		display:block;
	}
	
	.mobile-nav {
		display:none;
	}
	
	.top-bar {
		position:absolute;
		top:0;
		right:60px;
		width:420px;
	}
	
	.top-bar .search-bar {
		float:right;
		margin-right:20px;
	}
	
	.top-bar a {
		margin-right:6px;
	}
	
	/* TYPO */
	
	a {
		
	}
	
	a.full-link {
		position:absolute;
		top:0;
		left:0;
		bottom:0;
		right:0;
		z-index:12;
	}
	
	p {
		
	}
	
	h1 {
		font-family: 'Roboto Slab', serif;
		font-size:6.0rem;
		font-weight:400;
	}
	
	h2 {
		font-family: 'Roboto Slab', serif;
		font-size:4.8rem;
		font-weight:400;
	}
	
	h3 {
		font-family: 'Roboto Slab', serif;
		font-size:3.6rem;
		font-weight:400;
		margin:0; 
		color:#2b3088;
	}
	
	h4 {
		font-family: 'Roboto Slab', serif;
		font-size: 2.8rem;
		font-weight:400;
		color: #00a79d;
		margin-top:0;
	}
	
	strong {
		
	}
	
	.blue {
		color: #2b3088;
	}	
	
	.red {
		color: #cd3727;
	}
	
	.green {
		color: #00a79d;
	}
	
	.orange {
		color: #f15a29;
	}
	
	.white {
		color: #ffffff;
	}
	
	/* HOME */
	
	.home {
		
	}
	
	.hero-slider {
		width:100%;
		height: 458px;
		display:block;
		overflow:hidden;
		background-image:url('img/red_texture.svg');
		background-size:50%;
		background-color:#cd3727;
	}
	
	.slider-left {
		width:42%;
		height:458px;
		float:left;
		display:flex;
		align-items: center;
	}
	
	.slider-left-text {
		width:300px;
		margin:0 auto;
	}
	
	.slider-right {
		width:58%;
		float:left;
	}
	
	.flexslider {
		width:100%;
		height:458px;
	}
	
	.flexslider ul {
		height:458px;
		width:100%;
	}
	
	.flexslider ul li {
		width:100%;
		height:458px;
		background-size:cover;
		background-repeat:no-repeat;
		background-position: center center;
		position:relative;
	}
	
	.slide-inner p {
		position:absolute;
		bottom:60px;
		left:0;
		display:inline-block;
		padding:10px 30px;
		background-color:rgba(241,90,41,.8);
		color:white;
		font-size:21px;
	}
	
	.slide-inner p strong {
		font-size:44px;
		font-family: 'Roboto Slab', serif;
		font-weight: 400;
		margin-right:4px;
	}
	
	.link-section {
		max-width:960px;
		margin:0 auto;
		clear:both;
		display:block;
		overflow:hidden;
	}
	
	.single-link {
	    width: 25%;
	    height: 280px;
	    background-size: cover;
	    float: left;
	    display: flex;
	    align-items: center;
	    position:relative;
	}
	
	.single-link-inner {
		text-align:center;
	}
	
	.link-heading h2 {
		font-size:3.2rem;
		line-height:3.8rem;
		margin:0;
	}
	
	.link-text {
		color:white;
		padding:0 50px;
	}
	
	.home-banner {
		width:100%;
		height:210px;
		display:flex;
		align-items: center;
		background-image:url('img/yellow_texture.svg');
		background-color:#ffcd67;
		background-size:50%;
	}
	
	.banner-text {
		width:100%;
		text-align: center;
		font-family: 'Roboto Slab', serif;
		font-size:3.6rem;
		font-weight:400;
	}
	
	.banner-text a {
	    background-color: black;
	    display: inline-block;
	    padding: 2px 20px;
	    margin-left: 20px;
	    color: white;
	    font-family: 'Roboto', sans-serif;
	}
	
	.announcements {
		width:100%;
		display:block;
		overflow: hidden;
		padding:40px 0px 80px;
	}
	
	.announcements .inner {
		display:flex;
	}
	
	.single-announcement {
		padding:0 40px;
	}
	
	.announcement-heading {
		font-family: 'Roboto Slab', serif;
		font-weight:400;
		font-size:24px;
		color:#2b3088;
	}
	
	.announcement-text p {
		margin:0;
	}
	
	.single-announcement a {
		color:#00a79d;
	}
	
	/* Interior Page */
	
	.page-heading {
		width:100%;
		height:222px;
		background-size:50%;
		text-align:center;
		color:white;
		display:flex;
		align-items: center;
		
	}
	
	.pink-header {
		background-image:url('img/pink_texture.svg');
		background-color:#cc9ac6;
		border-bottom:20px solid #ffcd67;
	}
	
	.yellow-header {
		background-image:url('img/yellow_texture.svg');
		background-color:#ffcd67;
		border-bottom:20px solid #00a79d;
	}
	
	.yellow-header h1 {
		color:black !important;
	}
	
	.green-header {
		background-image:url('img/green_texture.svg');
		background-color:#00a79d;
		border-bottom:20px solid #f15a29;
	}
	
	.blue-header {
		background-image:url('img/blue_texture.svg');
		background-color:#2b3088;
	}
	
	.red-header {
		background-image:url('img/red_texture.svg');
		background-color:#cd3727;
	}
	
	.page-heading h1 {
		text-align: center;
		margin:0 auto;
	}
	
	
	.special-page-heading h1 {
		
		margin:0 auto;
	}
	
	.special-page-heading {
		width:100%;
		height: 336px;
		display:block;
		overflow:hidden;
		background-size:50%;
		color:white;
	}
	
	.special-page-heading .slider-left {
		width:42%;
		height:336px;
		float:left;
		display:flex;
		align-items: center;
	}
	
	.special-page-heading .slider-left-text {
		width:300px;
		margin:0 auto;
	}
	
	.special-page-heading .slider-right {
		width:58%;
		height:336px;
		float:left;
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center center;
	}
	
	ul.link-list {
		list-style: none;
		padding:40px 0px 80px;
		margin:0px 0;
		display:block;
		overflow:hidden;
	}
	
	ul.link-list li {
		width:23.5%;
		height:140px;
		padding: 0 20px;
		float:left;
		display:flex;
		align-items: center;
		text-align:center;
	}
	
	ul.link-list li:nth-child(1n) {
		background-color:#f15a29;
		margin-right:2%;
		
	}
	
	ul.link-list li:nth-child(2n) {
		background-color:#00a79d;
	}
	
	ul.link-list li:nth-child(3n) {
		background-color:#cd3727;
	}
	
	ul.link-list li:nth-child(4n) {
		background-color:#cc9ac6;
		margin-right:0;
	}
	
	ul.link-list li a {
		color:white;
		text-align: center;
		font-size:25px;
		text-transform: uppercase;
		margin:0 auto;
	}
	
	.sidebar {
		width:200px;
		float:left;
	}
	
	#sidebar-section {
		width:calc(100% - 200px);
		float:right;
		padding-top:0px;
		padding-left:40px;
	}
	
	/* INTERVAL */
	
	.interval-archive {
		padding: 60px 0px;
	}
	
	.interval-logo {
		width:600px;
		text-align:center;
		padding-bottom:30px;
		margin:0 auto 60px;
	}
	
	.interval-archive .interval-logo {
		width:640px;
		margin:0 auto 20px;
	}
	
	.interval h1 {
		color:#f15a29;
		font-size:36px;
		margin:0;
	}
	
	
	.interval-archive h1 {
		margin:0;
		font-size:52px;
	}
	
	.interval-archive h3 {
		font-size:3.6rem;
		color: #f15a29;
		margin-top:60px;
		text-align: center;
		margin-bottom:30px;
	}
	
	.interval-archive article {
		width:100%;
		padding:0;
		margin:0 auto 30px;
		display:flex;
	}
	
	.int-archive-list {
		background-color:transparent !important;
		margin-top:80px !important;
	}
	
	.third {
		width:33.3%;
		float:left;
	}
	
	.int-archive-title {
		font-family: 'Roboto Slab', serif;
		font-size:3.6rem;
		font-weight:400;
		margin:0; 
		color:white;
		text-align:center;
	    width: 100%;
	    margin: 0 auto 20px;
	    text-transform: uppercase;
	}
	
	.int-archive-content ul {
		list-style: none;
		padding: 0 20px;
		margin:0;
		column-count: 2;
	}
	
	.int-archive-content ul li a {
		color:black;
		font-weight:600;
	}
	
	.article-thumb {
		width:40%;
		display:flex;
	}
	
	.article-thumb img {
		width:100%;
		object-fit:cover;
	}
	
	.article-description {
		width:60%;
		padding:30px ;
	}
	
	.article-description h2 {
		color:white;
		font-size:28px;
		margin:0;
	}
	
	.article-description a {
		color:white;
	}
	
	.article-description .post-meta {
		color:white;
	}
	
	.article-description p {
		margin:10px 0px;
		color:white;
	}
	
	.interval-archive article:nth-child(1n) {
		background-color: #00a79d;
	}
	
	.interval-archive article:nth-child(2n) {
		background-color: #cc9ac6;
	}
	
	.interval-archive article:nth-child(3n) {
		background-color: #f15a29;
	}
	
	.interval-archive article:nth-child(4n) {
		background-color: #2b3088;
	}
	
	/* FOOTER */
	
	footer {
		height:250px;
		padding: 10px 0 0 0;
		background-color:#e6e6e6;
	}
	
	.footer p {
		font-size:16px;
	}
	
	.footer-left {
		padding-left:40px;
		width:33%;
		float:left;
	}
	
	.footer-right {
		padding-right:40px;
		width:33%;
		float:right;
	}
	
	.footer-left a.btn {
		background-color:#00a79d;
		padding:6px 16px;
		border-radius: 4px;
		color:white;
	}
	
	.footer-right a.btn {
		background-color:#f15a29;
		padding:6px 16px;
		border-radius: 4px;
		color:white;
	}

}
@media only screen and (min-width:1140px) {
	
	body {
		font-family: 'Roboto', sans-serif;
		font-weight:400;
		color:black;
		font-size:18px;
	}
	
	main {
		margin-top:146px;
	}
	
	article {
		padding:60px 0px;
	}
	
	.home article {
		padding:0;
	}
	
	section {

	}
	

	.wrapper {
		
	}
	
	header {
		position:fixed;
		top:0;
		left:0;
		width:100%;
		height:146px;
		padding: 22px 0px;
	    background-color: white;
		z-index: 3333;
	}
	
	.inner {
		width:100%;
		max-width:1100px;
		margin:0 auto;
		display:block;
		overflow: hidden;
		position:relative;
	}
	
	.inner-2 {
		width:100%;
		max-width:1100px;
		margin:0 auto;
		padding:0 40px;
		display:block;
		overflow: hidden;
		position:relative;
	}
	
	.inner-3 {
		width:100%;
		max-width:1100px;
		margin:0 auto;
		padding:0 200px;
		display:block;
		overflow: hidden;
		position:relative;
	}

	
	.logo {
		width:223px;
		float:left;
	}
	
	.nav {
		width:732px;
		padding-top:48px;
		float:right;
	}
	
	.nav ul {
		list-style: none;
		padding:0;
		margin:0;
		display:flex;
	}
	
	.nav ul li {
		float:left;
		flex-grow:1;
		text-align: center;
	}
	
	.nav ul li a {
		color:#2b3088;
		font-size:22px;
		text-transform: uppercase;
	}
	
	.nav ul li .sub-menu {
		display:none;
		position:absolute;
		top:76px;
		background-color:#2b3088;
	}
	
	.sub-menu li {
		display:block;
		float:none !important;
		text-align: left !important;
		padding:10px 20px !important;
		color:white !important;
	}
	
	.sub-menu li:hover {
		background-color:#ffcc66;
	}
	
	.sub-menu li:hover a {
		color:black!important;
	}
	
	.sub-menu li a {
		color:white !important;
	}
	
	.nav ul li:hover .sub-menu {
		display:block;
	}
	
	.mobile-nav {
		display:none;
	}
	
	.top-bar {
		position:absolute;
		top:0;
		right:60px;
		width:420px;
	}
	
	.top-bar .search-bar {
		float:right;
		margin-right:20px;
	}
	
	.top-bar a {
		margin-right:6px;
	}
	
	/* TYPO */
	
	a {
		
	}
	
	a.full-link {
		position:absolute;
		top:0;
		left:0;
		bottom:0;
		right:0;
		z-index:12;
	}
	
	p {
		
	}
	
	h1 {
		font-family: 'Roboto Slab', serif;
		font-size:6.0rem;
		font-weight:400;
	}
	
	h2 {
		font-family: 'Roboto Slab', serif;
		font-size:4.8rem;
		font-weight:400;
	}
	
	h3 {
		font-family: 'Roboto Slab', serif;
		font-size:3.6rem;
		font-weight:400;
		margin:0; 
		color:#2b3088;
	}
	
	h4 {
		font-family: 'Roboto Slab', serif;
		font-size: 2.8rem;
		font-weight:400;
		color: #00a79d;
		margin-top:0;
	}
	
	strong {
		
	}
	
	.blue {
		color: #2b3088;
	}	
	
	.red {
		color: #cd3727;
	}
	
	.green {
		color: #00a79d;
	}
	
	.orange {
		color: #f15a29;
	}
	
	.white {
		color: #ffffff;
	}
	
	/* HOME */
	
	.home {
		
	}
	
	.hero-slider {
		width:100%;
		height: 458px;
		display:block;
		overflow:hidden;
		background-image:url('img/red_texture.svg');
		background-size:50%;
		background-color:#cd3727;
	}
	
	.slider-left {
		width:42%;
		height:458px;
		float:left;
		display:flex;
		align-items: center;
	}
	
	.slider-left-text {
		width:300px;
		margin:0 auto;
	}
	
	.slider-right {
		width:58%;
		float:left;
	}
	
	.flexslider {
		width:100%;
		height:458px;
	}
	
	.flexslider ul {
		height:458px;
		width:100%;
	}
	
	.flexslider ul li {
		width:100%;
		height:458px;
		background-size:cover;
		background-repeat:no-repeat;
		background-position: center center;
		position:relative;
	}
	
	.slide-inner p {
		position:absolute;
		bottom:60px;
		left:0;
		display:inline-block;
		padding:10px 30px;
		background-color:rgba(241,90,41,.8);
		color:white;
		font-size:21px;
	}
	
	.slide-inner p strong {
		font-size:44px;
		font-family: 'Roboto Slab', serif;
		font-weight: 400;
		margin-right:4px;
	}
	
	.link-section {
		max-width:1100px;
		margin:0 auto;
		clear:both;
		display:block;
		overflow:hidden;
	}
	
	.single-link {
	    width: 25%;
	    height: 280px;
	    background-size: cover;
	    float: left;
	    display: flex;
	    align-items: center;
	    position:relative;
	}
	
	.single-link-inner {
		text-align:center;
	}
	
	.link-heading h2 {
		font-size:3.4rem;
		line-height:4rem;
		margin:0;
	}
	
	.link-text {
		color:white;
		padding:0 50px;
	}
	
	.home-banner {
		width:100%;
		height:210px;
		display:flex;
		align-items: center;
		background-image:url('img/yellow_texture.svg');
		background-color:#ffcd67;
		background-size:50%;
	}
	
	.banner-text {
		width:100%;
		text-align: center;
		font-family: 'Roboto Slab', serif;
		font-size:3.6rem;
		font-weight:400;
	}
	
	.banner-text a {
	    background-color: black;
	    display: inline-block;
	    padding: 2px 20px;
	    margin-left: 20px;
	    color: white;
	    font-family: 'Roboto', sans-serif;
	}
	
	.announcements {
		width:100%;
		display:block;
		overflow: hidden;
		padding:40px 0px 80px;
	}
	
	.announcements .inner {
		display:flex;
	}
	
	.single-announcement {
		padding:0 40px;
	}
	
	.announcement-heading {
		font-family: 'Roboto Slab', serif;
		font-weight:400;
		font-size:24px;
		color:#2b3088;
	}
	
	.announcement-text p {
		margin:0;
	}
	
	.single-announcement a {
		color:#00a79d;
	}
	
	/* Interior Page */
	
	.page-heading {
		width:100%;
		height:222px;
		background-size:50%;
		text-align:center;
		color:white;
		display:flex;
		align-items: center;
		
	}
	
	.pink-header {
		background-image:url('img/pink_texture.svg');
		background-color:#cc9ac6;
		border-bottom:20px solid #ffcd67;
	}
	
	.yellow-header {
		background-image:url('img/yellow_texture.svg');
		background-color:#ffcd67;
		border-bottom:20px solid #00a79d;
	}
	
	.yellow-header h1 {
		color:black !important;
	}
	
	.green-header {
		background-image:url('img/green_texture.svg');
		background-color:#00a79d;
		border-bottom:20px solid #f15a29;
	}
	
	.blue-header {
		background-image:url('img/blue_texture.svg');
		background-color:#2b3088;
	}
	
	.red-header {
		background-image:url('img/red_texture.svg');
		background-color:#cd3727;
	}
	
	.page-heading h1 {
		text-align: center;
		margin:0 auto;
	}
	
	
	.special-page-heading h1 {
		
		margin:0 auto;
	}
	
	.special-page-heading {
		width:100%;
		height: 336px;
		display:block;
		overflow:hidden;
		background-size:50%;
		color:white;
	}
	
	.special-page-heading .slider-left {
		width:42%;
		height:336px;
		float:left;
		display:flex;
		align-items: center;
	}
	
	.special-page-heading .slider-left-text {
		width:300px;
		margin:0 auto;
	}
	
	.special-page-heading .slider-right {
		width:58%;
		height:336px;
		float:left;
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center center;
	}
	
	ul.link-list {
		list-style: none;
		padding:40px 0px 80px;
		margin:0px 0;
		display:block;
		overflow:hidden;
	}
	
	ul.link-list li {
		width:23.5%;
		height:140px;
		padding: 0 40px;
		float:left;
		display:flex;
		align-items: center;
		text-align:center;
	}
	
	ul.link-list li:nth-child(1n) {
		background-color:#f15a29;
		margin-right:2%;
		
	}
	
	ul.link-list li:nth-child(2n) {
		background-color:#00a79d;
	}
	
	ul.link-list li:nth-child(3n) {
		background-color:#cd3727;
	}
	
	ul.link-list li:nth-child(4n) {
		background-color:#cc9ac6;
		margin-right:0;
	}
	
	ul.link-list li a {
		color:white;
		text-align: center;
		font-size:25px;
		text-transform: uppercase;
		margin:0 auto;
	}
	
	.sidebar {
		width:300px;
		float:left;
	}
	
	#sidebar-section {
		width:calc(100% - 300px);
		float:right;
		padding-top:0px;
		padding-left:40px;
	}
	
	/* INTERVAL */
	
	.interval-archive {
		padding: 60px 0px;
	}
	
	.interval-logo {
		width:600px;
		text-align:center;
		padding-bottom:30px;
		margin:0 auto 60px;
	}
	
	.interval-archive .interval-logo {
		width:840px;
		margin:0 auto 20px;
	}
	
	.interval h1 {
		color:#f15a29;
		font-size:36px;
		margin:0;
	}
	
	
	.interval-archive h1 {
		margin:0;
		font-size:52px;
	}
	
	.interval-archive h3 {
		font-size:3.6rem;
		color: #f15a29;
		margin-top:60px;
		text-align: center;
		margin-bottom:30px;
	}
	
	.interval-archive article {
		width:100%;
		padding:0;
		margin:0 auto 30px;
		display:flex;
	}
	
		.int-archive-list {
		background-color:transparent !important;
		margin-top:80px !important;
	}
	
	.third {
		width:33.3%;
		float:left;
	}
	
	.int-archive-title {
		font-family: 'Roboto Slab', serif;
		font-size:3.6rem;
		font-weight:400;
		margin:0; 
		color:white;
		text-align:center;
	    width: 100%;
	    margin: 0 auto 20px;
	    text-transform: uppercase;
	}
	
	.int-archive-content ul {
		list-style: none;
		padding: 0 20px;
		margin:0;
		column-count: 2;
	}
	
	.int-archive-content ul li a {
		color:black;
		font-weight:600;
	}
	
	.article-thumb {
		width:40%;
		display:flex;
	}
	
	.article-thumb img {
		width:100%;
		object-fit:cover;
	}
	
	.article-description {
		width:60%;
		padding:30px ;
	}
	
	.article-description h2 {
		color:white;
		font-size:28px;
		margin:0;
	}
	
	.article-description a {
		color:white;
	}
	
	.article-description .post-meta {
		color:white;
	}
	
	.article-description p {
		margin:10px 0px;
		color:white;
	}
	
	.interval-archive article:nth-child(1n) {
		background-color: #00a79d;
	}
	
	.interval-archive article:nth-child(2n) {
		background-color: #cc9ac6;
	}
	
	.interval-archive article:nth-child(3n) {
		background-color: #f15a29;
	}
	
	.interval-archive article:nth-child(4n) {
		background-color: #2b3088;
	}
	
	/* FOOTER */
	
	footer {
		height:250px;
		padding: 10px 0 0 0;
		background-color:#e6e6e6;
	}
	
	.footer p {
		font-size:16px;
	}
	
	.footer-left {
		padding-left:40px;
		width:33%;
		float:left;
	}
	
	.footer-right {
		padding-right:40px;
		width:33%;
		float:right;
	}
	
	.footer-left a.btn {
		background-color:#00a79d;
		padding:6px 16px;
		border-radius: 4px;
		color:white;
	}
	
	.footer-right a.btn {
		background-color:#f15a29;
		padding:6px 16px;
		border-radius: 4px;
		color:white;
	}

}
@media only screen and (min-width:1280px) {

	body {
		font-family: 'Roboto', sans-serif;
		font-weight:400;
		color:black;
		font-size:18px;
	}
	
	main {
		margin-top:146px;
	}
	
	article {
		padding:60px 0px;
	}
	
	.home article {
		padding:0;
	}
	
	section {

	}
	

	.wrapper {
		
	}
	
	header {
		position:fixed;
		top:0;
		left:0;
		width:100%;
		height:146px;
		padding: 22px 0px;
	    background-color: white;
		z-index: 3333;
	}
	
	.inner {
		width:100%;
		max-width:1200px;
		margin:0 auto;
		display:block;
		overflow: hidden;
		position:relative;
	}
	
	.inner-2 {
		width:100%;
		max-width:1200px;
		margin:0 auto;
		padding:0 40px;
		display:block;
		overflow: hidden;
		position:relative;
	}
	
	.inner-3 {
		width:100%;
		max-width:1200px;
		margin:0 auto;
		padding:0 200px;
		display:block;
		overflow: hidden;
		position:relative;
	}

	
	.logo {
		width:223px;
		float:left;
	}
	
	.nav {
		width:732px;
		padding-top:48px;
		float:right;
		
	}
	
	.nav ul {
		list-style: none;
		padding:0;
		margin:0;
		display:flex;
		position:relative;
	}
	
	.nav ul li {
		float:left;
		flex-grow:1;
		text-align: center;
		padding:24px 0px;
	}
	
	.nav ul li a {
		color:#2b3088;
		font-size:22px;
		text-transform: uppercase;
	}
	
	.nav ul li .sub-menu {
		display:none;
		position:absolute;
		top:76px;
		background-color:#2b3088;
	}
	
	.sub-menu li {
		display:block;
		float:none !important;
		text-align: left !important;
		padding:10px 20px !important;
		color:white !important;
	}
	
	.sub-menu li:hover {
		background-color:#ffcc66;
	}
	
	.sub-menu li:hover a {
		color:black!important;
	}
	
	.sub-menu li a {
		color:white !important;
	}
	
	.nav ul li:hover .sub-menu {
		display:block;
	}
	
	.mobile-nav {
		display:none;
	}
	
	.top-bar {
		position:absolute;
		top:0;
		right:60px;
		width:420px;
	}
	
	.top-bar .search-bar {
		float:right;
		margin-right:20px;
	}
	
	.top-bar a {
		margin-right:6px;
	}
	
	/* TYPO */
	
	a {
		
	}
	
	a.full-link {
		position:absolute;
		top:0;
		left:0;
		bottom:0;
		right:0;
		z-index:12;
	}
	
	p {
		
	}
	
	h1 {
		font-family: 'Roboto Slab', serif;
		font-size:6.0rem;
		font-weight:400;
	}
	
	h2 {
		font-family: 'Roboto Slab', serif;
		font-size:4.8rem;
		font-weight:400;
	}
	
	h3 {
		font-family: 'Roboto Slab', serif;
		font-size:3.6rem;
		font-weight:400;
		margin:0; 
		color:#2b3088;
	}
	
	h4 {
		font-family: 'Roboto Slab', serif;
		font-size: 2.8rem;
		font-weight:400;
		color: #00a79d;
		margin-top:0;
	}
	
	strong {
		
	}
	
	.blue {
		color: #2b3088;
	}	
	
	.red {
		color: #cd3727;
	}
	
	.green {
		color: #00a79d;
	}
	
	.orange {
		color: #f15a29;
	}
	
	.white {
		color: #ffffff;
	}
	
	/* HOME */
	
	.home {
		
	}
	
	.hero-slider {
		width:100%;
		height: 458px;
		display:block;
		overflow:hidden;
		background-image:url('img/red_texture.svg');
		background-size:50%;
		background-color:#cd3727;
	}
	
	.slider-left {
		width:42%;
		height:458px;
		float:left;
		display:flex;
		align-items: center;
	}
	
	.slider-left-text {
		width:300px;
		margin:0 auto;
	}
	
	.slider-right {
		width:58%;
		float:left;
	}
	
	.flexslider {
		width:100%;
		height:458px;
	}
	
	.flexslider ul {
		height:458px;
		width:100%;
	}
	
	.flexslider ul li {
		width:100%;
		height:458px;
		background-size:cover;
		background-repeat:no-repeat;
		background-position: center center;
		position:relative;
	}
	
	.slide-inner p {
		position:absolute;
		bottom:60px;
		left:0;
		display:inline-block;
		padding:10px 30px;
		background-color:rgba(241,90,41,.8);
		color:white;
		font-size:21px;
	}
	
	.slide-inner p strong {
		font-size:44px;
		font-family: 'Roboto Slab', serif;
		font-weight: 400;
		margin-right:4px;
	}
	
	.link-section {
		max-width:1200px;
		margin:0 auto;
		clear:both;
		display:block;
		overflow:hidden;
	}
	
	.single-link {
	    width: 25%;
	    height: 280px;
	    background-size: cover;
	    float: left;
	    display: flex;
	    align-items: center;
	    position:relative;
	}
	
	.single-link-inner {
		text-align:center;
	}
	
	.link-heading h2 {
		font-size:3.4rem;
		line-height:4rem;
		margin:0;
	}
	
	.link-text {
		color:white;
		padding:0 50px;
	}
	
	.home-banner {
		width:100%;
		height:210px;
		display:flex;
		align-items: center;
		background-image:url('img/yellow_texture.svg');
		background-color:#ffcd67;
		background-size:50%;
	}
	
	.banner-text {
		width:100%;
		text-align: center;
		font-family: 'Roboto Slab', serif;
		font-size:3.6rem;
		font-weight:400;
	}
	
	.banner-text a {
	    background-color: black;
	    display: inline-block;
	    padding: 2px 20px;
	    margin-left: 20px;
	    color: white;
	    font-family: 'Roboto', sans-serif;
	}
	
	.announcements {
		width:100%;
		display:block;
		overflow: hidden;
		padding:40px 0px 80px;
	}
	
	.announcements .inner {
		display:flex;
	}
	
	.single-announcement {
		padding:0 40px;
	}
	
	.announcement-heading {
		font-family: 'Roboto Slab', serif;
		font-weight:400;
		font-size:24px;
		color:#2b3088;
	}
	
	.announcement-text p {
		margin:0;
	}
	
	.single-announcement a {
		color:#00a79d;
	}
	
	/* Interior Page */
	
	.page-heading {
		width:100%;
		height:222px;
		background-size:50%;
		text-align:center;
		color:white;
		display:flex;
		align-items: center;
		
	}
	
	.pink-header {
		background-image:url('img/pink_texture.svg');
		background-color:#cc9ac6;
		border-bottom:20px solid #ffcd67;
	}
	
	.yellow-header {
		background-image:url('img/yellow_texture.svg');
		background-color:#ffcd67;
		border-bottom:20px solid #00a79d;
	}
	
	.yellow-header h1 {
		color:black !important;
	}
	
	.green-header {
		background-image:url('img/green_texture.svg');
		background-color:#00a79d;
		border-bottom:20px solid #f15a29;
	}
	
	.blue-header {
		background-image:url('img/blue_texture.svg');
		background-color:#2b3088;
	}
	
	.red-header {
		background-image:url('img/red_texture.svg');
		background-color:#cd3727;
	}
	
	.page-heading h1 {
		text-align: center;
		margin:0 auto;
	}
	
	
	.special-page-heading h1 {
		
		margin:0 auto;
	}
	
	.special-page-heading {
		width:100%;
		height: 336px;
		display:block;
		overflow:hidden;
		background-size:50%;
		color:white;
	}
	
	.special-page-heading .slider-left {
		width:42%;
		height:336px;
		float:left;
		display:flex;
		align-items: center;
	}
	
	.special-page-heading .slider-left-text {
		width:300px;
		margin:0 auto;
	}
	
	.special-page-heading .slider-right {
		width:58%;
		height:336px;
		float:left;
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center center;
	}
	
	ul.link-list {
		list-style: none;
		padding:40px 0px 80px;
		margin:0px 0;
		display:block;
		overflow:hidden;
	}
	
	ul.link-list li {
		width:23.5%;
		height:140px;
		padding: 0 60px;
		float:left;
		display:flex;
		align-items: center;
		text-align:center;
	}
	
	ul.link-list li:nth-child(1n) {
		background-color:#f15a29;
		margin-right:2%;
		
	}
	
	ul.link-list li:nth-child(2n) {
		background-color:#00a79d;
	}
	
	ul.link-list li:nth-child(3n) {
		background-color:#cd3727;
	}
	
	ul.link-list li:nth-child(4n) {
		background-color:#cc9ac6;
		margin-right:0;
	}
	
	ul.link-list li a {
		color:white;
		text-align: center;
		font-size:25px;
		text-transform: uppercase;
		margin:0 auto;
	}
	
	.sidebar {
		width:300px;
		float:left;
	}
	
	#sidebar-section {
		width:calc(100% - 300px);
		float:right;
		padding-top:0px;
		padding-left:40px;
	}
	
	/* INTERVAL */
	
	.interval-archive {
		padding: 60px 0px;
	}
	
	.interval-logo {
		width:600px;
		text-align:center;
		padding-bottom:30px;
		margin:0 auto 60px;
	}
	
	.interval-archive .interval-logo {
		width:840px;
		margin:0 auto 20px;
	}
	
	.interval h1 {
		color:#f15a29;
		font-size:36px;
		margin:0;
	}
	
	
	.interval-archive h1 {
		margin:0;
		font-size:52px;
	}
	
	.interval-archive h3 {
		font-size:3.6rem;
		color: #f15a29;
		margin-top:60px;
		text-align: center;
		margin-bottom:30px;
	}
	
	.interval-archive article {
		width:100%;
		padding:0;
		margin:0 auto 30px;
		display:flex;
	}
	
	.int-archive-list {
		background-color:transparent !important;
		margin-top:80px !important;
	}
	
	.third {
		width:33.3%;
		float:left;
	}
	
	.int-archive-title {
		font-family: 'Roboto Slab', serif;
		font-size:3.6rem;
		font-weight:400;
		margin:0; 
		color:white;
		text-align:center;
	    width: 100%;
	    margin: 0 auto 20px;
	    text-transform: uppercase;
	}
	
	.int-archive-content ul {
		list-style: none;
		padding: 0 20px;
		margin:0;
		column-count: 2;
	}
	
	.int-archive-content ul li a {
		color:black;
		font-weight:600;
	}
	
	.article-thumb {
		width:40%;
		display:flex;
	}
	
	.article-thumb img {
		width:100%;
		object-fit:cover;
	}
	
	.article-description {
		width:60%;
		padding:30px ;
	}
	
	.article-description h2 {
		color:white;
		font-size:28px;
		margin:0;
	}
	
	.article-description a {
		color:white;
	}
	
	.article-description .post-meta {
		color:white;
	}
	
	.article-description p {
		margin:10px 0px;
		color:white;
	}
	
	.interval-archive article:nth-child(1n) {
		background-color: #00a79d;
	}
	
	.interval-archive article:nth-child(2n) {
		background-color: #cc9ac6;
	}
	
	.interval-archive article:nth-child(3n) {
		background-color: #f15a29;
	}
	
	.interval-archive article:nth-child(4n) {
		background-color: #2b3088;
	}
	
	/* FOOTER */
	
	footer {
		height:250px;
		padding: 10px 0 0 0;
		background-color:#e6e6e6;
	}
	
	.footer p {
		font-size:16px;
	}
	
	.footer-left {
		padding-left:40px;
		width:33%;
		float:left;
	}
	
	.footer-right {
		padding-right:40px;
		width:33%;
		float:right;
	}
	
	.footer-left a.btn {
		background-color:#00a79d;
		padding:6px 16px;
		border-radius: 4px;
		color:white;
	}
	
	.footer-right a.btn {
		background-color:#f15a29;
		padding:6px 16px;
		border-radius: 4px;
		color:white;
	}

}
@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (min-resolution:144dpi) {

}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    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%;
	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;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {
-webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.1);
-moz-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.1);
box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.1);
}
.bypostauthor {

}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}
