/*
Theme Name: newsadvfore
Template: twentyseventeen
Description: Theme
Version: 1.0
*/

/*FONTS*/

/*ANIMATIONS*/

@-webkit-keyframes fadeIn { 
from { opacity:0; } to { opacity:1; } }
@-moz-keyframes fadeIn { 
from { opacity:0; } to { opacity:1; } }
@keyframes fadeIn { 
from { opacity:0; } to { opacity:1; } }
@-webkit-keyframes fadeInTop { 
from { opacity:0; margin-top:-2em; } to { opacity:1; margin-top:0; } }
@-moz-keyframes fadeInTop { 
from { opacity:0; margin-top:-2em; } to { opacity:1; margin-top:0; } }
@keyframes fadeInTop { 
from { opacity:0; margin-top:-2em; } to { opacity:1; margin-top:0; } }
@-webkit-keyframes fadeInRight { 
from { opacity:0; margin-right:-2em; } to { opacity:1; margin-right:0; } }
@-moz-keyframes fadeInRight { 
from { opacity:0; margin-right:-2em; } to { opacity:1; margin-right:0; } }
@keyframes fadeInRight { 
from { opacity:0; margin-right:-2em; } to { opacity:1; margin-right:0; } }
@-webkit-keyframes fadeBottom { 
from { opacity:0; margin-bottom:-2em; } to { opacity:1; margin-bottom:0; } }
@-moz-keyframes fadeInBottom { 
from { opacity:0; margin-bottom:-2em; } to { opacity:1; margin-bottom:0; } }
@keyframes fadeInBottom { 
from { opacity:0; margin-bottom:-2em; } to { opacity:1; margin-bottom:0; } }
@-webkit-keyframes fadeInLeft { 
from { opacity:0; margin-left:-2em; } to { opacity:1; margin-left:0; } }
@-moz-keyframes fadeInLeft { 
from { opacity:0; margin-left:-2em; } to { opacity:1; margin-left:0; } }
@keyframes fadeInLeft { 
from { opacity:0; margin-left:-2em; } to { opacity:1; margin-left:0; } }
@-webkit-keyframes Gradient { 
0% { background-position: 0% 50% } 50% { background-position: 100% 50%  } 100% { background-position: 0% 50% } }
@-moz-keyframes Gradient { 
0% { background-position: 0% 50% } 50% { background-position: 100% 50%  } 100% { background-position: 0% 50% } }
@keyframes Gradient { 
0% { background-position: 0% 50% } 50% { background-position: 100% 50%  } 100% { background-position: 0% 50% } }

/*DEFAULT*/

* {
font-family:"Roboto", Arial, Helvetica, sans-serif;
font-size:1em;
color:#222;
text-decoration:none;
font-weight:400;
}

h1 {
font-size:2.5em;
line-height:1.3em;
font-weight:700;
margin:0 0 0.4em 0;
}
.page-id-4379 h1 {
margin:0 0 0.8em 0!important;
}
h2 {
font-size:1.7em;
line-height:1.3em;
font-weight:700;
margin:0 0 0.58em 0;
}
h3 {
font-size:1.3em;
line-height:1.3em;
font-weight:700;
margin:0 0 0.77em 0;
}
h3 a {
font-size:1.5em;
}
h4 {
font-size:1.7em;
line-height:1.3em;
font-weight:700;
margin:0 0 0.58em 0;
}
h5 {
font-size:1em;
line-height:1em;
font-weight:700;
margin:0 0 1em 0;
}
p {
font-size:1em;
line-height:1.8em;
color:#222;
text-decoration:none;
font-weight:400;
margin:0 0 1em 0;
}
p a {
color:#222;
background-image: -webkit-linear-gradient(top,rgba(43,67,120,0.4) 0,rgba(43,67,120,0.2) 100%);
background-image: linear-gradient(to bottom,rgba(43,67,120,0.4) 0,rgba(43,67,120,0.2) 100%);
background-position: 0 100%;
background-repeat: repeat-x;
background-size: 15% 15%;
border-bottom: 0;
-webkit-transition: all 0.5s; 
transition: all 0.5s;
}
p a:hover {

}
strong {
font-weight:700;
}

html {
padding:0;
margin:0;
}
body {
padding:0;
margin:0;
}
main#panel {
overflow:hidden;
padding:0;
margin:0;
background-color:#fff;
}
#container {
overflow:hidden;
width:100%;
}
#header {
box-sizing:border-box;
width:100%;
height:6em;
padding:1em;
}
#header #logo {
height:4em;
width:auto;
overflow:hidden;
float:right;
overflow:visible;
}
#header #logo a img {
display:block;
height:4em;
width:auto;
margin:0;
padding:0;
}
#header #details {
display:none;
}
#header #mobile-menu {
height:4em; 
width:2em;
float:left;
}
#header #mobile-menu .toggle-button {
background-color:transparent;
border:0;
height:4em; 
width:2em;
background-image:url(assets/svg/black-menu-square.svg);
background-size:1.5em;
background-position:center center;
background-repeat:no-repeat;
opacity:0.6;
}
#header #mobile-menu .toggle-button:hover {
cursor:pointer;
}
#header #mobile-menu .toggle-button:focus {
outline:none;
border:none;
}

#main-menu {
display:none;
}
#sub-menu {
display:none;
}

#content-container {
box-sizing:border-box;
width:100%;
overflow:hidden;
}
#content-container #content {
box-sizing:border-box;
width:100%;
padding:1em;
overflow:hidden;
}
#content-container #content .featured-image {
width:100%;
overflow:hidden;
margin:0 0 1em 0;
}
#content-container #content .featured-image img {
display:block;
width:100%;
height:auto;
-webkit-border-radius:0.25em; 
-moz-border-radius:0.25em; 
border-radius:0.25em;
}
#content-container #content .leftcolumn {
width:100%;
overflow:hidden;
}
#content-container #content .rightcolumn {
width:100%;
overflow:hidden;
}
#content-container #content .box {
box-sizing:border-box;
width:100%;
padding:1em; 
overflow:hidden; 
margin:0 0 1em 0;
background-color:#34ccb3;
}

#content-container #content .post {
width:100%;
overflow:hidden;
}
#content-container #content .post .post-thumbnail {
width:100%;
overflow:hidden;
margin:0 0 1em 0;
}
#content-container #content .post .post-text {
width:100%;
overflow:hidden;
margin:0 0 1em 0;
text-transform:capitalize;
}
#content-container #content .post .post-thumbnail img {
display:block;
width:100%;
height:auto;
}
#content-container #content .post .post-text p.link-more {}
#content-container #content .post .post-text p.link-more a {}
#content-container #content .post p.link-more a span.screen-reader-text {
display:none;
}

.news-boxes  {
width:100%;
margin:0;
padding:0;
}
.news-boxes .news-item {
box-sizing:border-box;
width:100%;
padding:1em;
list-style:none;
}
.news-boxes .news-item .news-thumbnail {}
.news-boxes .news-item .news-thumbnail img {
display:block;
width:100%;
height:auto;
margin:0 0 1em 0;
}
.news-boxes .news-item .news-thumbnail img:hover {}
.news-boxes .news-item .news-text {}
.news-boxes .news-item .news-text p {}
.news-boxes .news-item .news-text p a {
color:#222;
display:inline-block;;
line-height:1.8em;
text-transform:capitalize;
font-weight:700!important;
}
.news-boxes .news-item .news-text p a.title {
background:none;
}
.news-boxes .news-item .news-text p.link-more {
display:none;
}
.news-boxes .news-item .news-text .button {}
.news-boxes .news-item .news-text .button a {}
.news-boxes .news-item .news-text .button a:hover {}



#content-container h1 {
}
#content-container h2 {
}
#content-container h3 {
}
#content-container h4 {
}
#content-container h5 {
}
#content-container p {
}
#content-container p a {
}
#content-container p a:hover {
}
#content-container ul {
width:100%;
margin:0 0 1em 0;
padding:0;
}
#content-container ul li {
list-style-type:square;
line-height:1.8em;
padding:0 0 0 0.5em;
margin:0 0 1em 2em;
}
#content-container ul li a {
border-bottom:2px solid #eee;
-webkit-transition: all 0.5s; 
transition: all 0.5s;
}
#content-container ul li a:hover {
border-bottom:2px solid #eee;
}


#content-container ol {
width:100%;
margin:0 0 1em 0;
padding:0;
}
#content-container ol li {
list-style-type:decimal;
line-height:1.8em;
padding:0 0 0 0.25em;
margin:0 0 1em 2.5em;
}
#content-container ol li a {
border-bottom:2px solid #eee;
-webkit-transition: all 0.5s; 
transition: all 0.5s;
}
#content-container ol li a:hover {
border-bottom:2px solid #eee;
}

#content-container img.size-thumbnail {
display:block;
width:100%;
height:auto;
}
#content-container img.size-medium {
display:block;
width:100%;
height:auto;
}
#content-container img.size-full {
display:block;
width:100%;
height:auto;
}
#content-container img.size-full.teamphoto {
display:block;
width:15em;
height:auto;
}

#content-container img.alignleft {
float:left;
margin:0 1em 1em 0;
}
#content-container img.alignright {
float:right;
margin:0 0 1em 1em;
}
#content-container img.alignnone {
float:none;
margin:0 0 1em 0;
}

#content-container .gallery {
display:block;
width:100%;
overflow:hidden;
clear:both;
margin:0 0 1em 0;
}
#content-container .gallery-columns-2 .gallery-item {
box-sizing:border-box; 
float:left; 
width:50%; 
padding:0 1em 1em 0; 
margin:0; 
}
#content-container .gallery-columns-2 .gallery-item img {
box-sizing:border-box; 
display:block; 
width:100%; 
height:auto; 
-webkit-border-radius:0.25em; 
-moz-border-radius:0.25em; 
border-radius:0.25em;
}
#content-container .gallery-columns-3 .gallery-item {
box-sizing:border-box; 
float:left; 
width:33.33%; 
padding:0 1em 1em 0; 
margin:0; 
}
#content-container .gallery-columns-3 .gallery-item img {
box-sizing:border-box; 
display:block; 
width:100%; 
height:auto; 
-webkit-border-radius:0.25em; 
-moz-border-radius:0.25em; 
border-radius:0.25em;
}
#content-container .gallery-columns-4 .gallery-item {
box-sizing:border-box; 
float:left; 
width:25%; 
padding:0 1em 1em 0; 
margin:0; 
}
#content-container .gallery-columns-4 .gallery-item img {
box-sizing:border-box; 
display:block; 
width:100%; 
height:auto; 
-webkit-border-radius:0.25em; 
-moz-border-radius:0.25em; 
border-radius:0.25em;
}
#content-container .gallery-columns-5 .gallery-item {
box-sizing:border-box; 
float:left; 
width:20%; 
padding:0 2em 2em 0; 
margin:0; 
}
#content-container .gallery-columns-5 .gallery-item img {
box-sizing:border-box; 
display:block; 
width:100%; 
height:auto; 
-webkit-border-radius:0.25em; 
-moz-border-radius:0.25em; 
border-radius:0.25em;
}
#content-container figure {
margin:0; 
padding:0; 
}
#content-container figcaption {
padding-top:0.5em; 
line-height:1.8em;
}

#content-container #sidebar {
box-sizing:border-box;
width:100%;
padding:1em;
}
#content-container #sidebar .sidewidget {
width:100%;
overflow:hidden;
margin:0 0 1em 0;
}

#content-container #sidebar .sidewidget a img.social {
display:block;
width:3em;
height:auto;
}

#content-container .sidewidget ul {
width:100%;
margin:0 0 1em 0;
padding:0;
border-bottom:1px solid #eee;
}
#content-container .sidewidget ul li {
list-style-type:none;
padding:0;
margin:0;
color:#eee;
border-top:1px solid #eee;
}
#content-container .sidewidget ul li a {
color:#222;
display:block;
line-height:2em;
border:none;
-webkit-transition: all 0.5s; 
transition: all 0.5s;
}


#content-container .sidewidget h4.call {
font-weight:700;
border-left:1em solid #ccc;
padding:0 0 0 1em;
}

#content-container .sidewidget h4.email {
font-weight:700;
border-left:1em solid #ccc;
padding:0 0 0 1em;
}

#content-container .sidewidget a img {
display:block;
float:left;
margin:0 1em 1em 0;
background-color:#ccc;
width:2em;
height:auto;
}

#content-container #sidebar ul.accordion-menu {
width: 100%;
max-width:100%;
margin:0 0 1em 0; 
padding:0; 
list-style:none; 
font-size:1em;
}
#content-container #sidebar ul.accordion-menu li {
margin:0;
padding:0;
list-style:none;
}
#content-container #sidebar ul.accordion-menu li a {
border:0;
}
#content-container #sidebar ul.accordion-menu li.open .dropdownlink {
color:#ededed;
}
#content-container #sidebar ul.accordion-menu li:last-child .dropdownlink {
border-bottom: 0;
}
#content-container #sidebar .dropdownlink {
cursor: pointer;
display: block;
margin:0;
padding:0.5em 0;
list-style:none;
border-top:1px solid #eee;
font-size:1em; 
position: relative;
transition: all 0.4s ease-out;
}
#content-container #sidebar .dropdownlink::before {
content:"\002b \0020"; 
font-weight:bold;
}
#content-container #sidebar .dropdownlink:hover {
color:#ededed;
}
.submenuItems {
display:none;
background:#eee; 
padding:0; 
margin:0; 
list-style:none;
}
#content-container #sidebar .submenuItems li { 
list-style:none; 
padding:0; 
margin:0;
}
#content-container #sidebar .submenuItems a {
display: block;
color: #727272;
padding:0.25em 0.5em;
text-transform:capitalize;
transition: all 0.25s ease-out;
}
#content-container #sidebar .submenuItems a:hover {
padding:0.25em 0.5em 0.25em 0.75em;
background:#eee;
}

#message {
width:100%;
background-color:#eee;
background-repeat:repeat; 
background-attachment:fixed;
padding:0;
overflow:hidden; 
}
#message #message-content {
box-sizing:border-box;
width:100%;
padding:2em; 
overflow:hidden; 
background:rgba(43,67,120,0.8);
}
#message h4 {
}
#message h5 {
}
#message h5 a {
}
#message p {
}
#message .button {
}
#message .button a {
}
#message .button a:hover {
}

#recent-news {
box-sizing:border-box;
width:100%;
padding:1em;
}
#recent-news  {
width:100%;
margin:0;
padding:0;
}
#recent-news .news-item {
box-sizing:border-box;
width:100%;
padding:1em;
list-style:none;
}
#recent-news .news-item .news-thumbnail {}
#recent-news .news-item .news-thumbnail img {
display:block;
width:100%;
height:auto;
margin:0 0 1em 0;
}
#recent-news .news-item .news-thumbnail img:hover {}
#recent-news .news-item .news-text {}
#recent-news .news-item .news-text p {}
#recent-news .news-item .news-text p a {
color:#222;
display:inline-block;;
line-height:1.8em;
text-transform:capitalize;
font-weight:700;
}
#recent-news .news-item .news-text p a.title {
background:none;
}
#recent-news .news-item .news-text p.link-more {
display:none;
}
#recent-news .news-item .news-text .button {}
#recent-news .news-item .news-text .button a {}
#recent-news .news-item .news-text .button a:hover {}

#footer-widgets {
box-sizing:border-box;
width:100%;
padding:1em;
overflow:hidden;
background-color:#34ccb3;
}

#footer-widgets .textfield {
width:20em;
}

#footer {
box-sizing:border-box;
width:100%;
padding:1em;
overflow:hidden;
background-color:#ddd;
}
#footer .column1 {
width:100%;
}
#footer .column2 {
width:100%;
}
#footer .column3 {
width:100%;
}

#footer p {  
}
#footer p a { 
}
#footer p a:hover {}
#footer ul {}
#footer ul li  {}
#footer ul li a {}
#footer ul li a:hover {}
#footer .column1 p {}
#footer .column1 img {}
#footer .column2 p {}
#footer .column2 img {}
#footer .column3 p {}
#footer .column3 img {}

.slideout-menu {
position:fixed; 
left:0; 
top:0; 
bottom:0; 
right:0; 
z-index:0; 
background-color:#fff; 
width:300px; 
box-sizing:border-box;  
overflow-y:auto;
-webkit-overflow-scrolling:touch; 
display:none;
}
.slideout-panel {
position:relative;
z-index: 1;
}
.slideout-open, .slideout-open body, .slideout-open .slideout-panel {
overflow: hidden;
}
.slideout-open .slideout-menu {
display: block;
}
.slideout-menu #slide-logo {
box-sizing:border-box;
width:100%;
padding:1em;
overflow:hidden;
border-bottom:1px dotted #ddd;
}
.slideout-menu #slide-logo a img {
display:block;
width:100%;
height:auto;
float:left;
}
.slideout-menu #slide-logo a h5 {
font-size:2em;
line-height:1em;
font-weight:700;
margin:0;
color:#fff;
}
.slideout-menu #slide-logo a h5 span {
font-weight:300;
color:#fff;
}
.slideout-menu #call {
box-sizing:border-box;
width:100%;
padding:1em;
height:3em;
}
.slideout-menu #call p {
display:block;
height:1em;
line-height:1em;
width:100%;
margin:0;
}
.slideout-menu #call p a {
display:block;
height:1em;
line-height:1em;
width:100%;
margin:0;
color:#222;
background:none;
}
.slideout-menu ul {
width:100%;
padding:0;
margin:0;
}
.slideout-menu ul li {
list-style:none;
color:#fff;
width:100%;
border-top:1px dotted #ddd;
}
.slideout-menu ul li a {
box-sizing:border-box;
padding:1em;
display:block;
color:#102657;
font-weight:700;
line-height:1em;
}
.slideout-menu ul li a svg {
display:none;
}
.slideout-menu ul li ul {
width:100%;
padding:0;
margin:0;
border-bottom:none;
}
.slideout-menu ul li ul li {
list-style:none;
color:#fff;
width:100%;
}
.slideout-menu ul li ul li a {
box-sizing:border-box;
padding:1em 1em 1em 2em;
display:block;
color:#222;
line-height:1em;
}

/*GENERAL*/

div.button { 
text-align:left; 
width:auto;
}
div.button a { 
background-color:#ededed;
padding:0.5em;
color:#fff;
font-weight:700;
display:inline-block;
-webkit-transition: all 0.5s; 
transition: all 0.5s;
}
div.button a:hover { 
background-color:#333;
cursor:pointer;
}

input.textfield {
width:100%;
box-sizing:border-box;
background-color:#eee;
padding:0.5em 1em;
border:1px solid #ccc;
font-size:1em;
line-height:1.8em;
margin:0;
}
select.select {
width:100%;
box-sizing:border-box;
background-color:#eee;
padding:0.5em 1em;
border:1px solid #ccc;
font-size:1em;
line-height:1.8em;
margin:0;
}
.textarea {
width:100%;
box-sizing:border-box;
background-color:#eee;
padding:0.5em 1em;
border:1px solid #ccc;
font-size:1em;
line-height:1.8em;
margin:0;
max-height:10em;
}
input.button {
background-color:#333;
padding:0.75em 1em;
color:#fff;
border:0;
font-weight:700;
display:inline-block;
-webkit-transition: all 0.5s; 
transition: all 0.5s;
}
input.button:hover {
background-color:#222;
cursor:pointer;
}

.mc4wp-form {
box-sizing:border-box;
width:100%;
margin:0 0 1em 0;
padding:0;
background-color:#34ccb3;
}

.clear {
display:block; 
clear:both; 
float:none; 
}

.break {
display:block; 
clear:both; 
float:none;
height:2em;
}

/*MOBILE*/
@media screen and (max-width: 400px) {

.desktoponly { display:none; }

}

/*PHABLET*/
@media screen and (min-width: 400px) and (max-width: 800px) {

}

/*TABLET*/
@media screen and (min-width: 800px) and (max-width: 1000px) {

}

/*DESKTOP*/
@media screen and (min-width: 1000px) {
	
#container {
box-sizing:border-box;
padding:0;
}
#header {
height:12em;
padding:2em 6em;
position:relative;
overflow:visible;
}
#header #logo {
height:8em;
float:left;
}
#header #logo a img {
height:8em;
}
#header #mobile-menu {
display:none;
}
#header #details {
display:block;
height:3em;
margin:2.5em 0;
float:right;
}
#header #details label {
font-size:1em;
line-height:3em;
float:left;
padding:0 1em 0 0;
}
#header #details input {
font-size:1em;
line-height:3em;
height:3em;
float:left;
margin:0 1em 0 0;
width:15em;
border:none;
text-indent:1em;
-webkit-box-shadow: inset 0px 0px 3px 1px rgba(0,0,0,0.3);
-moz-box-shadow: inset 0px 0px 3px 1px rgba(0,0,0,0.3);
box-shadow: inset 0px 0px 3px 1px rgba(0,0,0,0.3);
}
#header #details button {
font-size:1em;
line-height:3em;
height:3em;
float:left;
width:8em;
background-color:#102657;
border:none;
}
#header #details button .screen-reader-text {
color:#fff!important;
font-weight:bold;
}
#header #details button svg { display:none;}

#main-menu {
width:100%;
height:3em;
box-sizing:border-box;
background-color:#102657;
padding:0 6em;
margin:0;
display:block;
}
#main-menu ul {
padding:0;
margin:0;
list-style:none;
width:auto;
display:inline-block;
}
#main-menu ul li {
float:left;
margin:0 2em 0 0;
height:3em;
position:relative;
}
#main-menu ul li a {
font-weight:700;
color:#fff;
display:block;
font-size:1em;
line-height:3em;
text-transform:uppercase;
box-sizing:border-box;
-webkit-transition: all 0.5s; 
transition: all 0.5s;
}
#main-menu ul li a:hover {
color:#fff;
}
#main-menu ul li a svg { 
display:none;
}
#main-menu ul li ul {
display:none;
position:absolute;
top:2em;
left:-0.68em;
z-index:99;
background-color:#102657;
padding:0.68em 0.68em 0 0.68em;
margin:0;
list-style:none;
overflow:hidden;
}
#main-menu ul li ul li {
overflow:hidden;
display:block;
box-sizing:border-box;
margin:0;
height:auto;
}
#main-menu ul li ul li a {
font-weight:400;
color:#fff;
display:block;
width:100%;
text-align:left;
padding:0 0 0.68em 0;
font-size:1em;
line-height:1.2em;
box-sizing:border-box;
-webkit-transition: all 0.5s; 
transition: all 0.5s;
}
#main-menu ul li ul li a:hover {
color:#fff;
}
#main-menu ul li:hover > ul {
display:block;
}



#sub-menu {
width:100%;
height:2.7em;
box-sizing:border-box;
background-color:#eee;
padding:0 6em;
margin:0 0 2em 0;
display:block;
}
#sub-menu ul {
padding:0;
margin:0;
list-style:none;
width:auto;
display:inline-block;
}
#sub-menu ul li {
float:left;
margin:0 1.5em 0 0;
height:2.7em;
position:relative;
}
#sub-menu ul li a {
font-weight:400;
color:#102657;
display:block;
font-size:0.9em;
line-height:3em;
text-transform:uppercase;
box-sizing:border-box;
-webkit-transition: all 0.5s; 
transition: all 0.5s;
}
#sub-menu ul li a:hover {
color:#102657;
}
#sub-menu ul li a svg { 
display:none;
}
#sub-menu ul li ul {
display:none;
position:absolute;
top:2em;
left:0;
z-index:99;
background-color:#eee;
padding:0.68em 0.68em 0 0.68em;
margin:0;
list-style:none;
overflow:hidden;
}
#sub-menu ul li ul li {
overflow:hidden;
display:block;
box-sizing:border-box;
margin:0;
height:auto;
}
#sub-menu ul li ul li a {
font-weight:400;
color:#102657;
display:block;
width:100%;
text-align:left;
padding:0 0 0.68em 0;
font-size:1em;
line-height:1.2em;
box-sizing:border-box;
-webkit-transition: all 0.5s; 
transition: all 0.5s;
}
#sub-menu ul li ul li a:hover {
color:#102657;
}
#sub-menu ul li:hover > ul {
display:block;
}


#content-container {
padding:0 6em;}

#content-container #content {
width:70%;
padding:2em 2em 2em 0;
float:left;
}
#content-container #content .leftcolumn {
box-sizing:border-box;
width:50%;
overflow:hidden;
float:left;
padding:0 1em 0 0;
}
#content-container #content .rightcolumn {
box-sizing:border-box;
width:50%;
overflow:hidden;
float:right;
padding:0 0 0 1em;
}
#content-container #content .post .post-thumbnail {
width:38%;
box-sizing:border-box;
float:left;
overflow:hidden;
padding:0 1em 0 0;
margin:0 0 1em 0;
}
#content-container #content .post .post-text {
width:62%;
box-sizing:border-box;
float:right;
overflow:hidden;
padding:0 0 0 1em;
margin:0 0 1em 0;
}

.news-boxes  {
width:100%;
margin:0;
padding:0;
}
.news-boxes .news-item {
box-sizing:border-box;
width:25%;
float:left;
padding:0 1em 0 0;
list-style:none;
}
.news-boxes.large .news-item {
width:50%!important;
}
.news-boxes.large .news-item:nth-of-type(2n+1) {
clear:left;
}
.news-boxes .news-item .news-thumbnail {}
.news-boxes .news-item .news-thumbnail img {
display:block;
width:100%!important;
height:auto;
margin:0 0 1em 0;
}
.news-boxes .news-item .news-thumbnail img:hover {}
.news-boxes .news-item .news-text {}
.news-boxes .news-item .news-text p {}
.news-boxes .news-item .news-text p a {
	background:none;
	background-image:url(assets/png/linkgrey.png);
	background-position:top left;
	background-size:1em!important;
	background-repeat:no-repeat;
	text-indent:1.5em;
color:#222;
display:inline-block;;
line-height:1.5em;
text-transform:capitalize;
font-weight:400;
}
.news-boxes .news-item .news-text p a:hover {
background-image:url(assets/png/linkblue.png);
}
.news-boxes .news-item .news-text p a.title {
background:none;
}
.news-boxes .news-item .news-text p.link-more {
display:none;
}
.news-boxes .news-item .news-text .button {}
.news-boxes .news-item .news-text .button a {}
.news-boxes .news-item .news-text .button a:hover {}

.ctas .cta {
width:25%;
float:left;
box-sizing:border-box;
background-color:#eee;
text-align:center;
border-right:1em solid #fff;
border-bottom:1em solid #fff;
}
.ctas .cta a {
display:block;
font-size:1.4em;
padding:1em 2em;
}


#content-container #sidebar {
width:30%;
padding:2em 0 2em 2em;
float:right;
}


#footer-widgets {
box-sizing:border-box;
width:100%;
padding:2em 6em;
}

#footer {
box-sizing:border-box;
width:100%;
padding:2em 6em;
}
#footer .column1 {
width:33.33%;
float:left;
}
#footer .column2 {
width:33.33%;
float:left;
}
#footer .column3 {
width:33.33%;
float:left;
}

.slideout-menu #slide-logo {
background-color:#eee;
box-sizing:border-box;
width:100%;
padding:2em 1em;
height:6em;
border-bottom:1px dotted #555;
}

#content-container img.alignleft {
float:left;
margin:0 1em 1em 0;
}
#content-container img.alignright {
float:right;
margin:0 0 1em 1em;
}
#content-container img.alignnone {
float:none;
margin:0 0 1em 0;
}

#content-container img.size-thumbnail {
display:block;
width:50%;
height:auto;
}
#content-container img.size-medium {
display:block;
width:68%;
height:auto;
}
#content-container img.size-full {
display:block;
width:100%;
height:auto;
}

.backtotop {
position:fixed;
z-index:99;
bottom:1em;
right:0;
width:3em;
height:3em;
background-color:#102657;
box-sizing:border-box;
padding:1em;
text-align:center;
}
.backtotop a {
font-size:2em;
color:#fff;
font-weight:bold;
cursor:pointer;
}

}

@media only screen {

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

}