/*
Theme Name: Academic Matters
Theme URI: https://negliadesign.com
Author: Neglia Design [ Graeme Demarsh ]
Author URI: https://negliadesign.com
Description: Custom theme by Neglia Design
Version: 1.0.1
*/

/*--------------------------------------------------------------
Elements
--------------------------------------------------------------*/
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-tap-highlight-color: rgba(69, 94, 104, 0.5);
}

*,
*:before,
*:after {
	box-sizing: inherit;
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
}

body {
	margin:0;
	background:#FFFFFF;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

img {
	border: 0;
	vertical-align: middle;
	height: auto;
	max-width: 100%;
}

svg {
	max-width:100%;
	stroke: currentColor;
	fill: currentColor;
	vertical-align:middle;
}

embed,
iframe,
object {
	max-width: 100%;
}

figure {
	display:block;
	margin: 0 auto 1em;
}

table {
	max-width:100%;
	border-collapse:collapse;
	border-spacing:0;
}

hr {
	box-sizing: content-box;
	border-top: 1px solid #b8c7d3;
	border-bottom: none;
	border-right:none;
	border-left:none;
	height: 0;
	margin: 20px 0;
}



/*--------------------------------------------------------------
Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
	font-weight: 400;
	color: #0E3B7E;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
    -webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin-top:0;
	line-height:1.1;
}


h1 {
	font-family: 'Unna', 'Times New Roman', Times, serif;
	font-size:2.8em;
	font-weight:700;
	margin-bottom:.7em;
}

h2 {
	font-family: 'Unna', 'Times New Roman', Times, serif;
	font-size:2.3em;
	font-weight:600;
	margin-bottom:.5em;
}

h3 {
	font-family: 'Unna', 'Times New Roman', Times, serif;
	font-size:2em;
	font-weight:600;
	margin-bottom:.5em;
	margin-top:.6em;
}

h4 {
	font-size:1.3em;
	font-weight:700;
	margin-bottom:.7em;
}

h5 {
	font-size:1.2em;
	font-weight:500;
	margin: .3em 0;
}

h6 {
	font-size:.85em;
	font-weight:400;
	margin-bottom:.4em;
}

h1 a, h2 a, h3 a, h4 a {
	font-weight:inherit;
	color:inherit;
}

p {
	font-family: 'Unna', 'Times New Roman', Times, serif;
	margin-bottom:1em;
	margin-top:0;
	font-size:1.3em;
	line-height:1.5;
}

b,
strong {
	font-weight: bold;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 1.5em auto;
	padding:0 0 0 1em;
	border-left: 20px solid;
	font-weight:700;
	font-size:1.2em;
}

blockquote p {
	font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
	line-height:1.3;
}

blockquote p:last-child{
	margin-bottom:0;
}

address {
	margin: 0 0 1.5em;
}

small {
	font-size: 75%;
}

big {
	font-size: 140%;
}

sup {
	font-size:.6em;
}

main li {
	margin: 0 0 .7em;
}

.caption {
	font-style:italic;
	font-size:.9em;
	margin:.4em 0;
}

ul, ol {
	padding:0 0 0 1.1em;
	font-size:1.25rem;
}



/*--------------------------------------------------------------
Links
--------------------------------------------------------------*/
a {
	color:inherit;
	background-color: transparent;
	font-weight: inherit;
	text-decoration: underline;
	-webkit-transition: all .3s;
			transition: all .3s;
}

a:hover,
a:focus,
a:active {
	color: inherit;
}

a:hover {
	text-decoration:underline;
	color:#000;
}

a:focus {
	outline: 0
}

a:hover,
a:active {
	outline: 0;
}

.btn {
	display:inline-block;
	position:relative;
	transition:all .5s;
	text-decoration:none;
	text-align:center;
	font-size:1rem;
	font-weight:700;
    padding: 1.2em 1.3em;
    min-width: 220px;
	margin:.3em 0;
	background:#AD3744;
	color:#FFFFFF;
}

.btn:hover {
	background-color:rgba(0, 0, 0, 0.8);
	color:#FFF;
	text-decoration:none;
}

.btn:after {
	display:inline-block;
	content:"";
	height: .5em;
    width: .5em;
	margin:0 0 .1em .3em;
    vertical-align: middle;
    border-top: 2px solid;
    border-right: 2px solid;
    -webkit-transform: rotate(45deg);
    		transform: rotate(45deg);

	-webkit-transition: -webkit-transform .3s;
			transition: transform .3s;
}



/*--------------------------------------------------------------
Header
--------------------------------------------------------------*/
.site-header {
	display:block;
}

@media (max-width: 991px) {
	.site-header-main {
		padding-top:50px;
	}
}

.top-bar {
	text-align:right;
	background-color:#4B4F54;
	font-size:1.1em;
}

.site-logo {
	display:block;
	max-width:400px;
	margin:1em auto 0;
}

.social a {
	display:inline-block;
	width:30px;
	margin:4px;
}

.site-header .social {
	position:absolute;
	left:30px;
	top:7px;
}



/*--------------------------------------------------------------
Menus
--------------------------------------------------------------*/
.site-nav ul {
	font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
	list-style: none;
	font-size:inherit;
	margin: 0 auto;
	padding: 0;
}

.site-nav li {
	display:inline-block;
	position: relative;
}

.site-nav a {
	display: block;
	text-align:center;
	text-decoration: none;
	text-transform:uppercase;
}


.secondary-navigation,
.footer-navigation {
	text-align:right;
	font-size:.9em;
}

.secondary-navigation a,
.footer-navigation a {
	padding:.5em;
}

.secondary-navigation li:after,
.footer-navigation li:after {
	position:absolute;
	right:-2px;
	top:0;
	bottom:0;
	height:.9em;
	margin:auto;
	border-right:1px solid;
	content:'';
}

.secondary-navigation li:last-child:after,
.footer-navigation li:last-child:after {
	display:none;
}



.main-navigation {
	display:block;
	margin-top:2em;
}

.main-navigation li {
	display:block;
}

.main-navigation a {
	padding:.7em;
	font-size:1.1em;
	font-weight:700;
}

.main-navigation a:hover {
	color:#FFFFFF;
	background-color:rgba(22,22,22,.2);
}

@media screen and (min-width: 992px) {
	
	/* Structure for large screen */
	.main-navigation .menu > li {
		float:left;
		width:25%;
	}

	/* Color for large screen */
	.main-navigation {
		background:#05347A;
	}
	
	.main-navigation a {
		color:#FFFFFF;
	}
			
	.main-navigation .menu > li:nth-child(1),
	.main-navigation .menu > li:nth-child(1) ul {
		background-color:#009EDA;
	}
	
	.main-navigation .menu > li:nth-child(2),
	.main-navigation .menu > li:nth-child(2) ul {
		background-color:#93B70B;
	}
	
	.main-navigation .menu > li:nth-child(3),
	.main-navigation .menu > li:nth-child(3) ul {
		background-color:#CE362F;
	}
	
	.main-navigation .menu > li:nth-child(4),
	.main-navigation .menu > li:nth-child(4) ul {
		background-color:#F36F21;
	}

	/* Dropdowns for large screen */
	.main-navigation ul ul {
		float: left;
		position: absolute;
		top: 100%;
		left: -999em;
		z-index: 99999;
		width:100%;
	}
	
	.main-navigation ul ul li {
		display:block;
	}
	
	.main-navigation ul ul a {
		color: #FFFFFF;
	}
	
	.main-navigation ul li:hover > ul {
		left: 0;
	}
	
}


#menu-toggle {
	display: none;
	position:absolute;
	top:7px;
	right:30px;
	background:#FFF;
	color:#002147;
	border:2px solid #002147;
	box-shadow:none;
	margin:0;
	padding:7px 7px;
	min-width:auto;
	cursor:pointer;
}

#menu-toggle:before {
	content:'\2630';
	display:inline-block;
	width:15px;
}

#menu-toggle[aria-expanded="true"]:before {
	content:'\2715';
}


@media screen and (max-width: 991px) {
	
	#menu-toggle {
		display: block;
	}
	
	.main-navigation {
		display: none;
		background-color:#F0F0F0;
	}

	.main-navigation.toggled {
		display: block;
	}
		
	.main-navigation ul ul {
		font-size:.8em;
	}
	
	.main-navigation ul ul a {
	}
	
	.main-navigation ul ul a:before {
		content:'- ';
	}
	
}



/*--------------------------------------------------------------
Search
--------------------------------------------------------------*/
#main-search {
	margin-top:20px;
}


@media (min-width: 992px) {
	#main-search {
		position:absolute;
		right:35px;
		top:60px;
	}
}

#main-search-trigger svg {
	height:1em;
	width:1em;
	overflow:visible;
}

#main-search-trigger[aria-expanded="true"] {
	display:none;
}

#main-search-form {
	display:none;
}

.search-form .search-field {
	display:inline-block;
	vertical-align:middle;
	width:70%;
	padding: 5px 8px;
}

.search-form .search-submit {
	display:inline-block;
	vertical-align:middle;
	width:28%;
	min-width:auto;
	padding: 8px 8px;
}



/*--------------------------------------------------------------
Structure
--------------------------------------------------------------*/
.site-main {
	padding-top:30px;
}



/*--------------------------------------------------------------
Slider
--------------------------------------------------------------*/
.slider-container {
	position:relative;
	margin-bottom:20px;
}

.home-slider {
	position: relative;
	list-style: none;
	overflow: hidden;
	width: 100%;
	padding: 0;
	margin: 0 0 10px;
	z-index: 0;
}

.home-slider li {
	-webkit-backface-visibility: hidden;
	position: absolute;
	display: none;
	margin: 0;
	padding: 0;
	width: 100%;
	left: 0;
	top: 0;
}

.home-slider li:first-child {
	position: relative;
	display: block;
	float: left;
}

.home-slider img {
	display: block;
	height: auto;
	float: left;
	width: 100%;
	border: 0;
}

.home-slider_nav {
	z-index: 3;
	position: absolute;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	top: 0;
	left: 0;
	display: block;
	background: #fff; /* Fix for IE6-9 */
	opacity: 0;
	filter: alpha(opacity=1);
	width: 10%;
	text-indent: -9999px;
	overflow: hidden;
	height: 100%;
	cursor:w-resize;
}

.home-slider_nav.next {
	left: auto;
	right: 0;
	cursor:e-resize;
}


.home-slider_tabs {
	margin: 0;
	text-align: center;
}

.home-slider_tabs li {
	display:inline-block;
	margin: 0 5px;
}

.home-slider_tabs a {
	text-indent: -9999px;
	overflow: hidden;
	border-radius: 15px;
	border: 1px solid #ccc;
	display: inline-block;
	width: 10px;
	height: 10px;
}

.home-slider_here a {
	background: #CCC;
}



/*--------------------------------------------------------------
Print Issues
--------------------------------------------------------------*/
.issue-item {
	padding:17px 17px 14px;
	margin-bottom:50px;
	background-color: #F2F4F8;
}

@media (min-width: 992px) {
	.issue-item {
		min-height:427px;
	}
}

.issue-item a {
	text-decoration:none;
}

.issue-item img {
	margin-bottom:.6em;
}

.issue-item h3 {
	font-size:1.5em;
	margin-bottom:.1em;
	margin-top:0;
}

.issue-item .issue {
	font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
}



.single-print-issues h1 {
	margin-bottom:.2em;
	margin-top:.9em;
}

.single-print-issues h2 {
	color:#009EDA;
}

.single-print-issues .pdf-link {
	display:block;
	color:#009EDA;
	font-weight:bold;
	text-decoration:none;
	font-size:1.2em;
	margin-bottom:2.3em;
}



/*--------------------------------------------------------------
Posts
--------------------------------------------------------------*/

/*Color H1 for Web, Opinion, Explore archives */
.archive.term-web-articles h1,
.archive.term-the-conversation h1,
.archive.term-web-exclusive h1 {
	color:#93B70B;
}

.archive.term-opinion h1,
.archive.term-blog-posts h1,
.archive.term-reviews h1 {
	color:#CE362F;
}

.archive.category h1 {
	color:#F36F21;
}


.topics {
	font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
	font-weight:700;
	text-transform:uppercase;
	color:#43679B;
	line-height:1;
	font-size:.9em;
	margin-bottom:.2em;
}

.topics a {
	text-decoration:none;
}

.post-item {
	padding:30px;
}

.post-item a,
.related-item a {
	text-decoration:none;
}

.post-item.type-print-articles a:hover {
	color:#009EDA;
}

.post-item.type-web-articles a:hover {
	color:#93B70B;
}

.post-item.type-opinion a:hover {
	color:#CE362F;
}


.post-item img {
	margin-bottom:20px;
}

@media (min-width: 700px) {
	.post-item img {
		float:right;
		max-width:240px;
		margin-left:30px;
		margin-bottom:0;
	}
}

.post-item h3 {
	position:relative;
	font-size:2.2em;
	margin-top:.2em;
	margin-bottom:.1em;
}

.post-item h3:before {
	content:'';
	position:absolute;
	left:-30px;
	top:11px;
	display:inline-block;
	height:20px;
	width:20px;
	background:#848F96;
}


.post-item.type-print-articles h3:before {
	background:#009EDA;
}

.post-item.type-web-articles h3:before {
	background:#93B70B;
}

.post-item.type-opinion h3:before {
	background:#CE362F;
}


.post-item .author {
	font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
	margin-bottom:1.1em;
}

.post-item p {
	font-size:1.4em;
	line-height:1.2;
	margin:0;
}


.post-list hr:last-child {
	display:none;
}


.post-item .read-more,
.related-item .read-more {
	float:right;
	padding-right:15px;
	position:relative;
	line-height:.9;
}

.post-item .read-more:after,
.related-item .read-more:after {
	position:absolute;
	right:0;
	top:3px;
	content:'';
	width: 0; 
	height: 0; 
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 10px solid;
}



.nav-previous, .nav-next {
	display:inline-block;
	margin-top:30px;
}

.nav-previous a, .nav-next a {
	display:block;
	border:1px solid;
	padding:7px 20px;
	min-width:150px;
	text-align:center;
	text-decoration:none;
	font-weight:700;
	text-transform:uppercase;
}



/*--------------------------------------------------------------
Single Post
--------------------------------------------------------------*/
.post-header {
	margin-left:30px;
}

.post-title {
	position:relative;
	margin-bottom:.1em;
}

.post-title:before {
    content: '';
    position: absolute;
    left: -30px;
    top: 18px;
    display: inline-block;
    height: 20px;
    width: 20px;
    background: #848F96;
}


.type-print-articles .post-title:before {
	background:#009EDA;
}

.type-web-articles .post-title:before {
	background:#93B70B;
}

.type-opinion .post-title:before {
	background:#CE362F;
}

.author a {
	text-decoration:none;
}

.entry-meta {
	margin:.7em 0;
	font-size:.8em;
}

.entry-meta a {
	color:inherit;
	text-decoration:none;
	font-weight:300;
}

.entry-meta ul {
	font-size:1em;
	margin:0;
	padding:0;
}

.entry-meta li {
	list-style:none;
	margin:0;
	padding:0;
}

.entry-date:before{
    display: inline-block;
	vertical-align:middle;
	margin-right:.7em;
	content: "";
    height: 1em;
    width: 1em;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;	
	background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTc5MiIgaGVpZ2h0PSIxNzkyIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGQ9Ik0xOTIgMTY2NGgyODh2LTI4OEgxOTJ2Mjg4em0zNTIgMGgzMjB2LTI4OEg1NDR2Mjg4em0tMzUyLTM1MmgyODhWOTkySDE5MnYzMjB6bTM1MiAwaDMyMFY5OTJINTQ0djMyMHpNMTkyIDkyOGgyODhWNjQwSDE5MnYyODh6bTczNiA3MzZoMzIwdi0yODhIOTI4djI4OHpNNTQ0IDkyOGgzMjBWNjQwSDU0NHYyODh6bTc2OCA3MzZoMjg4di0yODhoLTI4OHYyODh6bS0zODQtMzUyaDMyMFY5OTJIOTI4djMyMHpNNTc2IDQ0OFYxNjBxMC0xMy05LjUtMjIuNVQ1NDQgMTI4aC02NHEtMTMgMC0yMi41IDkuNVQ0NDggMTYwdjI4OHEwIDEzIDkuNSAyMi41VDQ4MCA0ODBoNjRxMTMgMCAyMi41LTkuNVQ1NzYgNDQ4em03MzYgODY0aDI4OFY5OTJoLTI4OHYzMjB6TTkyOCA5MjhoMzIwVjY0MEg5Mjh2Mjg4em0zODQgMGgyODhWNjQwaC0yODh2Mjg4em0zMi00ODBWMTYwcTAtMTMtOS41LTIyLjVUMTMxMiAxMjhoLTY0cS0xMyAwLTIyLjUgOS41VDEyMTYgMTYwdjI4OHEwIDEzIDkuNSAyMi41dDIyLjUgOS41aDY0cTEzIDAgMjIuNS05LjV0OS41LTIyLjV6bTM4NC02NHYxMjgwcTAgNTItMzggOTB0LTkwIDM4SDE5MnEtNTIgMC05MC0zOHQtMzgtOTBWMzg0cTAtNTIgMzgtOTB0OTAtMzhoMTI4di05NnEwLTY2IDQ3LTExM1Q0ODAgMGg2NHE2NiAwIDExMyA0N3Q0NyAxMTN2OTZoMzg0di05NnEwLTY2IDQ3LTExM3QxMTMtNDdoNjRxNjYgMCAxMTMgNDd0NDcgMTEzdjk2aDEyOHE1MiAwIDkwIDM4dDM4IDkweiIvPjwvc3ZnPg==");
}

.entry-cat:before{
    display: inline-block;
	vertical-align:middle;
	margin-right:.7em;
	content: "";
    height: 1em;
    width: 1em;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;	
	background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTc5MiIgaGVpZ2h0PSIxNzkyIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGQ9Ik0xNzI4IDYwOHY3MDRxMCA5Mi02NiAxNTh0LTE1OCA2NkgyODhxLTkyIDAtMTU4LTY2dC02Ni0xNThWMzUycTAtOTIgNjYtMTU4dDE1OC02NmgzMjBxOTIgMCAxNTggNjZ0NjYgMTU4djMyaDY3MnE5MiAwIDE1OCA2NnQ2NiAxNTh6Ii8+PC9zdmc+");
}

.share {
	margin:1.5em 0;
}

.share a {
	display:inline-block;
	max-width:30px;
	margin-right:5px;
}

.share a img {
	transition: all .3s;
}

.share a:hover img {
	filter: url("data:image/svg+xml;utf8,&lt;svg xmlns=\'http://www.w3.org/2000/svg\'&gt;&lt;filter id=\'grayscale\'&gt;&lt;feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale"); /* Firefox 10+, Firefox on Android */
	-webkit-filter: grayscale(1);
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray;
}


.related-posts {
	margin:50px auto;
}

.related-item {
	padding:10px 10px 30px;
}

.related-item p {
	font-size:1rem;
}

.related-item img {
	margin-bottom:10px;
}



/*--------------------------------------------------------------
Body Content
--------------------------------------------------------------*/
.post-content ul, .post-content ol {
	font-family: 'Unna', 'Times New Roman', Times, serif;
}

.intro-text {
	font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
	font-size:1.5em;
	line-height:1.3;
}


.type-print-articles blockquote {
	border-color:#009EDA;
}

.type-web-articles blockquote {
	border-color:#93B70B;
}

.type-opinion blockquote {
	border-color:#CE362F;
}



/*--------------------------------------------------------------
Explore
--------------------------------------------------------------*/
.explore-list {
	font-family: 'Unna', 'Times New Roman', Times, serif;
	font-size:1.5em;
	line-height:1.2;

	-webkit-column-count: 3; /* Chrome, Safari, Opera */
       -moz-column-count: 3; /* Firefox */
    	    column-count: 3;
	
    -webkit-column-gap: 50px; /* Chrome, Safari, Opera */
       -moz-column-gap: 50px; /* Firefox */
    	    column-gap: 50px;	

	-webkit-column-width: 180px;
	   -moz-column-width: 180px;
			column-width: 180px;

}

.explore-list li {
	margin:0 0 1em;
	
    -webkit-column-break-inside: avoid; /* Chrome, Safari */
    		  page-break-inside: avoid;           /* Theoretically FF 20+ */
    			   break-inside: avoid;         /* IE 11 */
}

.explore-list a {
	text-decoration:none;
}



/*--------------------------------------------------------------
Sidebar
--------------------------------------------------------------*/
.sidebar {
	border-left:1px solid #b8c7d3;
	padding-left:40px;
}

.sidebar .widget {
	padding:15px 20px 10px;
	margin-bottom:20px;
}

.sidebar .widget:last-child {
	margin-bottom:0;
}

.sidebar .widget-title {
	color:#FFFFFF;
	background-color:#848F96;
	padding:8px 12px;
	margin:-15px -20px 10px;
	font-size:1.2em;
	font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
}

.sidebar .widget p {
	font-size:1.1em;
	line-height:1.2;
}

.sidebar .widget .mc-form input {
	width:100%;
	margin-bottom:.5em;
}


.sidebar .widget.widget_media_image {
	padding:1px;
}

.sidebar .widget.widget_media_image .widget-title {
	margin:0;
}


.sidebar .widget_recent_entries ul,
.sidebar .widget_categories ul {
	font-family: 'Unna', 'Times New Roman', Times, serif;
	list-style:none;
	margin:10px 0;
	padding:0;
}

.sidebar .widget_recent_entries a {
	display:block;
	text-decoration:none;
	font-size:.9em;
	line-height:1.2;
	margin-bottom:1em;
}

.sidebar .widget_categories a {
	display:block;
	text-decoration:none;
	line-height:1.2;
	margin-bottom:.7em;
}



/*--------------------------------------------------------------
Footer
--------------------------------------------------------------*/
.site-footer {
	margin:3em 0 0
}

.main-footer {
	background-color:#05347A;
	color:#FFFFFF;
	padding:2em 0;
}

.main-footer a {
	color:#FFFFFF;
}

.main-footer a:hover {
	color:#FFFFFF;
}

.footer-meta {
	margin:3em auto 0;
	text-align:center;
	font-size:.8em;
}

.footer-meta a {
	text-decoration:none;
	font-weight:500;
}



/*--------------------------------------------------------------
Visual Helpers
--------------------------------------------------------------*/
.bg-grey {
	background-color: #F2F4F8;
}



/*--------------------------------------------------------------
Helper classes
--------------------------------------------------------------*/
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: polygon(0px 0px, 0px 0px,0px 0px, 0px 0px);
    position: absolute !important;
    white-space: nowrap;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

/* Align */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.txt-right {
	text-align:right;
}

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

/* Margin */
.m-0 {
	margin:0;
}

.m-t-1em {
	margin-top:1em;
}

.m-t-2em {
	margin-top:2em;
}

.m-t-3em {
	margin-top:3em;
}

.m-t-4em {
	margin-top:4em;
}

.m-b-1em {
	margin-bottom:1em;
}

.m-b-2em {
	margin-bottom:2em;
}

.m-b-3em {
	margin-bottom:3em;
}

.m-b-4em {
	margin-bottom:4em;
}

.m-a-20 {
	margin:20px;
}


/* Padding */
.p-0 {
	padding:0;
}

.p-a-20 {
	padding:20px;
}

.p-a-2em {
	padding:2em;
}



/*--------------------------------------------------------------
Forms
--------------------------------------------------------------*/
button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

label {
	color: #2C2D2D;
	font-size:.9em;
	font-weight: 700;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="search"] {
	-webkit-appearance: none;
	border-radius:0;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    outline: none;
	border:none;
	box-shadow: none;
	text-shadow: none;
	border-radius: 0;
	font-size: 1.1em;
	line-height: 1;
	cursor: pointer;
	-webkit-appearance: none;
	
	position:relative;
	transition:all .5s;
	text-decoration:none;
	display:block;
	
	text-align:center;
	font-weight:700;
    padding: 1em 1.1em;
    min-width: 200px;
	max-width:100%;
	background:#05347A;
	color:#FFFFFF;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    background-color: #000000;
    color: #fff;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	outline:0;
}

input[type="text"],
input[type="tel"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="date"],
input[type="password"],
input[type="search"],
select,
textarea {
    width: 100%;
    border: 1px solid #bababa;
    outline: none;
    color: #2C2D2D;
    background-color: rgba(255, 255, 255, 0.9);
	border-radius: 0;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="date"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	border:1px solid #2C2D2D;
}

input[type="text"],
input[type="tel"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="date"],
input[type="password"],
input[type="search"] {
    padding: 9px 10px;
}

textarea {
    padding: 4px 11px;
	overflow: auto;
}

.wpcf7-recaptcha {
	margin-bottom:1em;
}



/*--------------------------------------------------------------
Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 1em 0 3em 0;
}

.gallery-caption {
	display: block;
	margin-top:.3em;
}

.wp-caption-text {
	font-size:.8em;
	text-align: center;
	
}



/*--------------------------------------------------------------
Galleries
--------------------------------------------------------------*/
.gallery {
	text-align:center;
	margin:0 -.8em 1em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
	margin:0 0 1em;
	padding:0 .8em;
}

.gallery-item img {
	outline:1px solid #CCC;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}



/*--------------------------------------------------------------
Colorbox Core Style
--------------------------------------------------------------*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden; -webkit-transform: translate3d(0,0,0);}
#cboxWrapper {max-width:none;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none; -ms-interpolation-mode:bicubic;}
.cboxIframe{width:100%; height:100%; display:block; border:0; padding:0; margin:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}



/*--------------------------------------------------------------
Colorbox Theme
--------------------------------------------------------------*/
/* ordered & tabbed in a way that represents the nesting of the generated HTML. */
#cboxOverlay{background:#000; opacity: 0.8;}
#colorbox{outline:0;}
    #cboxContent{margin-top:20px;background:#000;}
        .cboxIframe{background:#fff;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{border:3px solid #000; background:#fff;}
        #cboxTitle{position:absolute; top:-20px; left:0; color:#ccc;}
        #cboxCurrent{position:absolute; top:-20px; right:0px; color:#ccc;}
        #cboxLoadingGraphic{background:url(img/loading.gif) no-repeat center center;}

        /* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
        #cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {border:0; padding:0; margin:0; overflow:visible; width:auto; background:none; min-width:auto; }
        
        /* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
        #cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {outline:0;}
        
        #cboxSlideshow{position:absolute; top:-20px; right:90px; color:#fff;}
		
        #cboxPrevious{
			position:absolute;
			top:50%;
			left:10px;
			margin-top:-32px;
			background:url(img/controls.png) no-repeat top left;
			width:28px;
			height:65px;
			text-indent:-9999px;
			opacity:.8;
		}
        #cboxPrevious:hover{opacity:1;}
		
        #cboxNext{
			position:absolute;
			top:50%;
			right:10px;
			margin-top:-32px;
			background:url(img/controls.png) no-repeat top right; 
			width:28px;
			height:65px;
			text-indent:-9999px;
			opacity:.8;
		}
        #cboxNext:hover{opacity:1;}
		
        #cboxClose{
			position:absolute;
			top:10px;
			right:10px;
			display:block;
			background:url(img/controls.png) no-repeat top center;
			width:22px;
			height:22px;
			text-indent:-9999px;
			opacity:.8;
		}
        #cboxClose:hover{opacity:1;}



/*--------------------------------------------------------------
Grid
--------------------------------------------------------------*/
.container {
	position:relative;
	max-width: 1320px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 30px;
	padding-left: 30px;
}

.row {
	margin-left:-30px;
	margin-right:-30px;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 30px;
  padding-right: 30px;
}


.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}




@-ms-viewport {
  width: device-width;
}

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
  .visible-xs-block {
    display: block !important;
  }
  .visible-xs-inline {
    display: inline !important;
  }
  .visible-xs-inline-block {
    display: inline-block !important;
  }
  .hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
	.visible-sm {
	  display: block !important;
	}
	table.visible-sm {
	  display: table;
	}
	tr.visible-sm {
	  display: table-row !important;
	}
	th.visible-sm,
	td.visible-sm {
	  display: table-cell !important;
	}
	.visible-sm-block {
	  display: block !important;
	}
	.visible-sm-inline {
	  display: inline !important;
	}
	.visible-sm-inline-block {
	  display: inline-block !important;
	}
	.hidden-sm {
	  display: none !important;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
  .visible-md-block {
    display: block !important;
  }
  .visible-md-inline {
    display: inline !important;
  }
  .visible-md-inline-block {
    display: inline-block !important;
  }
  .hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
  .visible-lg-block {
    display: block !important;
  }
  .visible-lg-inline {
    display: inline !important;
  }
  .visible-lg-inline-block {
    display: inline-block !important;
  }
  .hidden-lg {
    display: none !important;
  }
}



/*--------------------------------------------------------------
Clearings
--------------------------------------------------------------*/
.clear:after,
.site-header:after,
.site-footer:after,
.clearfix:after,
.container:after,
.row:after,
.nav:after {
	content: "";
	display: table;
	clear: both;
}



/*--------------------------------------------------------------
Print
--------------------------------------------------------------*/
@media print {
	

}