/*
Theme Name: ESTA
Author: Csorba Media B.V.
Author URI: http://www.csorbamedia.com/
Description: The ESTA theme is developed by Csorba Media B.V. and designed by Csorba Media B.V.
Version: 1.0
Text Domain: esta
*/
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	word-wrap: break-word;
}
h1,h2,h3,h4,h5,h6{
		font-weight: 100;
	text-transform: uppercase;
}
.isarticle img{
	max-width:100%;
	height:auto;
}
.isarticle ol, .isarticle ul {
	list-style: circle;
	font-size:18px;
	margin:5px 0 5px 30px;
}
.isarticle ol li, .isarticle ul li{
	font-size:18px;
	line-height:25px;
	margin:0 0 10px 0;
	font-weight: 100;
}
.isarticle ol li:hover,.isarticle ul li:hover{
	list-style: circle;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a{
	color:#203140;
	text-decoration:underline;
	font-weight:100;
	letter-spacing:0.2px;
	transition:color .3s ease-in-out;
	-moz-transition:color .3s ease-in-out;
    -o-transition:color .3s ease-in-out;
    -webkit-transition:color .3s ease-in-out;
}
a:active,a:visited{
	color:#203140;
	text-decoration:none;
	font-weight:100;
}
a:hover{
	color:#004D93;
	text-decoration:underline;
	font-weight:100;
}
b,strong{
	font-weight:400 !important;
}

em,i {
	font-style: italic; 
}

form{
	display: block;
	margin: 0;
	padding: 0;
}
form label{
    width: 100%;
    color: #ccc;
    font-weight: 100;
}
form input[type=text],
form input[type=number],
form input[type=email],
form input[type=password],
form select,
form textarea{
    display: block;
    width: 100%;
    margin: 0;
    padding: 5px 0;
    border: none;
    background: none;
    border-bottom: 1px solid #004D93;
    outline: none;
    -webkit-appearance: none;
    border-radius: 0;
	transition: all ease-in-out 0.3s;
	background: none;
}
form input[type=text]:focus,
form input[type=number]:focus,
form input[type=email]:focus,
form input[type=password]:focus,
form select:focus,
form textarea:focus{
	border-color: #004D93;
}
form input[type=submit]{
	display: block;
    width: 100%;
    margin: 0;
    padding: 0 5px;
    background: none;
    border: 1px solid #203140;
    outline: none;
	color: #203140;
    -webkit-appearance: none;
    border-radius: 0;
	height: 45px;
	line-height: 45px;
	text-align: center;
	font-weight: 400;
	transition: all ease-in-out 0.3s;
	background: none;
}
form input[type=submit]:focus,
form input[type=submit]:hover{
	border-color: #004D93;
	color: #fff;
	background: #004D93;
}
#loginform label{
	display: none;
}
span.estabrand{
	font-weight: bold;
}
footer span.estabrand{
	color: #004D93;
	font-weight: 400;
}
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 30px white inset;
}
body.admin-bar .subnav{
	top:32px;
}
body.admin-bar .subnav.showbar {
    top: 64px;
}
body.admin-bar div#topbar{
	top:32px;
}
button.ical{
	background:none;
	border:none;
	font-size:18px;
	color:#999;
	font-family: 'Roboto', sans-serif, sans-serif; 
}
.row:before, .row:after{
	display: none;
}
.ispaddedbottom{
	padding-bottom:40px !important; 
}
.top40{
    margin-top:40px;
}
.top70{
    margin-top:70px;
}
.clear{
    clear: both;
}
.setright{
    text-align: right !important;
}
.center {
    text-align: center;
}
.no-gutter {
    padding: 0;
    margin: 0;
}
button.bigbutton, a.bigbutton {
    background: none;
    border: none;
    display: block;
    margin: 0;
    padding: 0 15px;
    line-height: 40px;
    height: 40px;
	text-align: center;
	text-decoration: none;
	font-weight: 300;
	color: #203140;
	border-radius: 0;
	
}
button.bigbutton.white, a.bigbutton.white{
    background: #fff;
	color: #203140 !important
}
button.bigbutton.blue, a.bigbutton.blue{
    background: #004D93 !important;
	color: #fff !important
}
@media (min-width: 992px){
	.row-eq-height {
	  display: -webkit-box;
	  display: -webkit-flex;
	  display: -ms-flexbox;
	  display:         flex;
	  flex-wrap: wrap;
	}
	.row-eq-height > [class*='col-'] {
	  display: flex;
	  flex-direction: column;
	}
}
button.bigaction,a.bigaction{
    display: block;
    /*margin: 15px auto;*/
	margin: -35px auto 15px auto;
    padding: 0 20px;
    width: 100%;
    max-width: 200px;
    font-size: 20px;
    line-height: 50px;
    text-align: center;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
    text-decoration: none;
    color: #fff;
    border:none;
    outline:none;
}
body, div, a, p, b{
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
}
p{
    margin: 15px 0 0 0;
	font-weight:100;
	letter-spacing:0.2px;
	line-height:25px;
}
h1, h2, h3, h4, h5, h6{
    font-family: 'Roboto', sans-serif;
    color: #333;
    font-size: 30px;
    margin-top: 15px;
    margin-bottom: 15px;
    padding: 0;
}
h2{
	font-size: 28px;
}
h3{
	font-size: 26px;
}
h4{
	font-size: 24px;
}
h5, h6{
	font-size: 20px;
}
.nobull {
    margin: 0;
    padding: 0;
    list-style: none;
    line-height: 25px;
	min-height:80px;
}
/* =WordPress Core
-------------------------------------------------------------- */
/**
 * Default Body Class Styles
 */

.rtl {}
.home {}
.blog {}
.archive {}
.date {}
.search {}
.paged {}
.attachment {}
.error404 {}
.single postid-(id) {}
.author {}
.category {}
.tag {}
.page-parent {}
.page-child parent-pageid-(id) {}
.page-template page-template-(template file name) {}
.search-results {}
.search-no-results {}
.logged-in {}

/**
* Default Post Styles
*/

.post-id {}
.post {}
.page {}
.attachment {}
.sticky {}
.hentry {}
.category-misc {}
.category-example {}
.tag-news {}
.tag-wordpress {}
.tag-markup {}

.format-image {}
.format-gallery {}
.format-chat {}
.format-link {}
.format-quote {}
.format-status {}
.format-video {}

/**
* Default Menu Styles
*/

#header .main-menu{} /*container class*/
#header .main-menu ul {} /*container class first unordered list*/
#header .main-menu ul ul {} /*nordered list within an unordered list*/
#header .main-menu li {} /*each navigation item*/
#header .main-menu li a {} /*each navigation item anchor*/
#header .main-menu li ul {} /*unordered list if there is drop down items*/
#header .main-menu li li {} /*each drop down navigation item*/
#header .main-menu li li a {} /*each drap down navigation item anchor*/

.current_page_item{} /*Class for Current Page*/
.current-cat{} /*Class for Current Category*/
.current-menu-item{} /*Class for any other current Menu Item*/
.menu-item-type-taxonomy{} /*Class for a Category*/
.menu-item-type-post_type{} /*Class for Pages*/
.menu-item-type-custom{} /*Class for any custom item that you added*/
.menu-item-home{} /*Class for the Home Link*/

/**
* Default WISIWYG Editor Styles
*/

.entry-content img {}
.alignleft, img.alignleft {}
.alignright, img.alignright {}
.aligncenter, img.aligncenter {}
.alignnone, img.alignnone {}

.wp-caption {}
.wp-caption img {}
.wp-caption p.wp-caption-text {}

.wp-smiley {}

blockquote.left {}
blockquote.right {}

.gallery dl {}
.gallery dt {}
.gallery dd {}
.gallery dl a {}
.gallery dl img {}
.gallery-caption {}

.size-full {}
.size-large {}
.size-medium {}
.size-thumbnail {}

/**
* Default WordPress Widget Styles
*/

.widget {}

#searchform {}
.widget_search {}
.screen-reader-text {}

.widget_meta {}
.widget_meta ul {}
.widget_meta ul li {}
.widget_meta ul li a {}

.widget_links {}
.widget_links ul {}
.widget_links ul li {}
.widget_links ul li a {}

.widget_archive {}
.widget_archive ul {}
.widget_archive ul li {} 
.widget_archive ul li a {}
.widget_archive select {}
.widget_archive option {}

.widget_pages {}
.widget_pages ul {}
.widget_pages ul li {}
.widget_pages ul li a {}

.widget_links {}
.widget_links li:after {}
.widget_links li:before {}
.widget_tag_cloud {}
.widget_tag_cloud a {}
.widget_tag_cloud a:after {}
.widget_tag_cloud a:before {}

.widget_calendar {}
#calendar_wrap {}
#calendar_wrap th {}
#calendar_wrap td {}
#wp-calendar tr td {}
#wp-calendar caption {}
#wp-calendar a {}
#wp-calendar #today {}
#wp-calendar #prev {}
#wp-calendar #next {}
#wp-calendar #next a {}
#wp-calendar #prev a {}

.widget_categories {}
.widget_categories ul {}
.widget_categories ul li {} 
.widget_categories ul ul.children {}
.widget_categories a {}
.widget_categories select{}
.widget_categories select#cat {}
.widget_categories select.postform {}
.widget_categories option {}
.widget_categories .level-0 {}
.widget_categories .level-1 {}
.widget_categories .level-2 {}
.widget_categories .level-3 {}

.recentcomments {}
#recentcomments {}
#recentcomments li {}
#recentcomments li a {}
.widget_recent_comments {}

.widget_recent_entries {}
.widget_recent_entries ul {}
.widget_recent_entries ul li {}
.widget_recent_entries ul li a {}

.textwidget {}
.widget_text {}
.textwidget p {}

/**
* Default Comment Form Styles
*/

/* Comment Output*/

.comment-list .reply {
    display: block;
}
.comment-list .reply a {
    color:inherit;
    font-size: inherit;
}

.comment-list .alt {}
.comment-list .odd {}
.comment-list .even {}
.comment-list .thread-alt {}
.comment-list .thread-odd {}
.comment-list .thread-even {}
.comment-list li ul.children .alt {}
.comment-list li ul.children .odd {}
.comment-list li ul.children .even {}

.comment-list .vcard {}
.comment-list .vcard cite.fn {}
.comment-list .vcard span.says {}
.comment-list .vcard img.photo {}
.comment-list .vcard img.avatar {}
.comment-list .vcard cite.fn a.url {}

.comment-list .comment-meta {} 
.comment-list .comment-meta a {}
.comment-list .commentmetadata {}
.comment-list .commentmetadata a {}

.comment-list .parent {}
.comment-list .comment {
    padding: 15px 0 0 15px;
    border: none;
    background: rgba(0,0,0,0.04);
}
.comment-list .children {}
.comment-list .pingback {}
.comment-list .bypostauthor {}
.comment-list .comment-author {}
.comment-list .comment-author-admin {}

.comment-list {}
.comment-list li {}
.comment-list li p {}
.comment-list li ul {}
.comment-list li ul.children li {}
.comment-list li ul.children li.alt {}
.comment-list li ul.children li.byuser {}
.comment-list li ul.children li.comment {}
.comment-list li ul.children li.depth-{id} {}
.comment-list li ul.children li.bypostauthor {}
.comment-list li ul.children li.comment-author-admin {}

#cancel-comment-reply {}
#cancel-comment-reply a {}

.twitterwidget{
	width: 100%;
	height: 300px;
	position: relative;
	top: 0px;
	overflow-y: auto;
}

/* Comment Form */
#respond{
    clear: both;
    display: block;
    padding: 15px;
    background: rgba(0,0,0,0.03);
    margin: 15px auto;
}
#respond textarea,
#respond input[type='text'], 
.contact_form input[type='text'], 
.contact_form textarea{
    width: 100%;
    margin: 0 0 15px 0;
    padding: 15px 12px;
    border: 0;
    outline: 0;
    resize: none;
    font-size: inherit;
    line-height: inherit;
    background-color: rgba(0,0,0,0.05);
    color: inherit;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 1px solid transparent;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
#respond textarea:focus,
#respond input[type='text']:focus, 
.contact_form input[type='text']:focus, 
.contact_form textarea:focus{
    border-color: inherit;
}
#reply-title { } 
#cancel-comment-reply-link { }
#commentform { } 
#author { } 
#email { } 
#url { } 
#comment 
#submit
.comment-notes { } 
.required { }
.comment-form-author { }
.comment-form-email { } 
.comment-form-url { }
.comment-form-comment { } 
.form-allowed-tags { } 
.form-submit

.alignnone {
    margin: 5px 15px 15px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 0 auto;
}

.alignright {
    float:right;
    margin: 5px 0 15px 15px;
}

.alignleft {
    float: left;
    margin:5px 15px 15px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 15px 15px;
}

a img.alignnone {
    margin: 5px 15px 15px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 15px 15px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    border: none;
    max-width: 100%; /* Image does not overflow the content area */
    padding: 0;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 15px 15px 0;
}

.wp-caption.alignleft {
    margin: 5px 15px 15px 0;
}

.wp-caption.alignright {
    margin: 5px 0 15px 15px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 100%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 1.3rem;
    line-height: inherit;
    margin: 0;
    padding: 0;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
        white-space: nowrap;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}
.clear::after{
    display:block;
    content:"";
    clear:both
}
.nopadding {
   padding: 0 !important;
   margin: 0 !important;
}
.nopad {
   padding: 0 !important;
}
.h3yellow, .h3dark{
    color: #203140;
    font-size: 30px;
    margin-top: 40px;
    margin-bottom: 40px;
    text-align: center;
}
.h3yellow small, .h3dark small{
    display: block;
    margin-top:10px;
	color:#203140;
}
.h3white{
    color: #fff;
    font-size: 30px;
    margin-top: 40px;
    margin-bottom: 40px;
    text-align: center;
}
.h3white small{
    display: block;
    margin-top:10px;
    color: #fafafa;
}
.leftalign{
	text-align: left !important;
}
/*.loginboxbg{
	background: url('http://estacash.devel.csorbamedia.com/wp-content/uploads/2017/11/Mask-Group-24@2x.jpg') no-repeat center center;
	background-size: cover;
}*/
.h3dark{
    color: #203140;
    font-size: 30px;
    margin-top: 40px;
    margin-bottom: 40px;
    text-align: center;
	position: relative;
}
.h3dark:before{
	content:"";
}
.h3dark small{
    display: block;
    margin-top:10px;
    color: #203140;
}
.articletitle small{
	display: block;
    margin-top:10px;
    color: #333;
}

.slick-slide, .slick-slide *{ outline: none !important; }
.linkedinlink{
	color:#0077b5;
}
.linkedinlink:hover{
	color:#006bb2;
}
#pageloader{
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	margin:0;
	padding:0;
	z-index:9999999;
	background:rgba(255,255,255,1);
}
#pageloader img{
	position: absolute;
    top: 50%;
    left: 50%;
    width: 300px;
    margin-left: -150px;
    margin-top: -35px;
	-webkit-animation:pulse 2s linear infinite;
    -moz-animation:pulse 2s linear infinite;
    animation:pulse 2s linear infinite;
}
@-webkit-keyframes pulse {
    0% {-webkit-transform: scale(0.1, 0.1); opacity: 0.0;}
    50% {opacity: 1.0;}
    100% {-webkit-transform: scale(1.2, 1.2); opacity: 0.0;}
}
div#topbar {
	background: #004D93;
	color: #fff;
	line-height: 32px;
	height: 32px;
	z-index: 994;
	top: 0;
	width: 100%;
	position: fixed;
}
div#topbar a{
    color: #fff;
    text-decoration: none;
}
div#topbar div.pull-left a{
    margin-right: 10px;
    text-align: left;
}
div#topbar div.pull-right{
    text-align: right;  
}
div#topbar div.pull-right a{
    margin-left: 10px;
    
}
/* ==========================================================================
   Author's custom styles
   ========================================================================== */
.navbar-inverse{
    background-color: #000;
}


a.nav-expander,
a.nav-expander-about{
  color: #FFFFFF;
  display: block;
  font-size: 15px;
  font-weight: 400;
  height: 50px;
  margin-top: 85px;
  margin-right: 0;
  padding: 1em 1.6em 2em;
  position: absolute;
  right: 0;
  text-decoration: none;
  text-transform: uppercase;
  top: 0;
  transition: right 0.3s ease-in-out 0s;
  width: 130px;
  z-index: 12;
  color: #000;

  transition: right 0.3s ease-in-out 0s;
  -webkit-transition: right 0.3s ease-in-out 0s;
  -moz-transition: right 0.3s ease-in-out 0s;
  -o-transition: right 0.3s ease-in-out 0s;

}

a.nav-expander:hover {
  cursor: pointer;
}

a.nav-expander.fixed {
  position: fixed;
}

.nav-expanded a.nav-expander.fixed {
    /*right: 20em;  Slide effect menu knop */
}

/*nav {
  background: #000;
  display: block;
  height: 100%;
  overflow: auto;
  position: fixed;
  right: -20em;
  font-size: 15px;
  top: 0;
  width: 20em;
  z-index: 2000;
  
  transition: right 0.3s ease-in-out 0s;
  -webkit-transition: right 0.3s ease-in-out 0s;
  -moz-transition: right 0.3s ease-in-out 0s;
  -o-transition: right 0.3s ease-in-out 0s;
}*/

.nav-expanded nav,
.nav-expanded-about nav {
  right: 0;
}

body.nav-expanded,
body.nav-expanded-about {
  margin-left: 0em;
  transition: right 0.4s ease-in-out 0s;
  -webkit-transition: right 0.4s ease-in-out 0s;
  -moz-transition: right 0.4s ease-in-out 0s;
  -o-transition: right 0.4s ease-in-out 0s;
}

body.archive,body.page, body.error404, body.blog {
	background-color:#F7F7F7;
}

#nav-close {
  font-family: 'Roboto', sans-serif,Helvetica,Arial,sans-serif;
  font-weight: 300;
  font-size: 24px;
  padding-right: 20px;
}

.main-menu {
  padding-top: 12px;
}

.main-menu li {
  margin-left: 20px;
  font-size: 18px;
}

.main-menu li a {
  color: #fff;
  text-decoration: none;
  display: block;
  font-size: 20px;
  font-weight: bold;
  padding: 20px 0px;
}

.main-menu li a:hover {
  color: #FFFFFF;
  text-decoration: none;
}

.main-menu li .sub-nav {
  border-bottom: 0px;
  padding: 4px;
}

.main-menu a .caret {
	width: 0;
	height: 0;
	display: inline-block;
	vertical-align: top;
	border-top: 4px solid #4f5963;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
	content: "";
    margin-top: 8px;
}

.main-menu a:hover .caret {
	border-top-color: #4f5963;
}

.main-menu li.open > a > .caret {
	border-top: none;
	border-bottom: 4px solid #4f5963;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
}

.main-menu li.open > a:hover > .caret {
	border-bottom-color: #4f5963;
}

.icon:before {
  font-family: 'FontAwesome';
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  content: '\f105';
}

.main-menu li > a > span.icon {
  margin: 0.1em 1.7em -0.1em 0;
  margin-left: 15px;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;

}

.main-menu li > a:hover > span.icon {
  margin: 0.1em 0.8em -0.1em 0;
  margin-left: 20px;
  opacity: 1;
}


.wordmark{
    background-image: url(images/footerlogo.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left top;
    height: 40px;
    margin-top: 10px;
}
.wordmarkfooter{
	background-image: url(images/footerlogo.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left top;
    height: 40px;
    width: 200px;
    margin-left: -6px;
}
.subnav.sticky .wordmark{
    background-image: url("images/footerlogo.png");
	height: 40px !important;
	margin-top: 10px;
}
.subnav,.sticky, .showbar,.wordmark{
    /* for height and top */
	webkit-transition: height 0.3s ease-in-out,top 0.3s ease-in-out,background-image 0.3s ease-in-out;; 
	-moz-transition: height 0.3s ease-in-out,top 0.3s ease-in-out,background-image 0.3s ease-in-out;;  
	-ms-transition: height 0.3s ease-in-out,top 0.3s ease-in-out,background-image 0.3s ease-in-out;;  
	-o-transition: height 0.3s ease-in-out,top 0.3s ease-in-out,background-image 0.3s ease-in-out;;  
	transition: height 0.3s ease-in-out,top 0.3s ease-in-out,background-image 0.3s ease-in-out;;  
}
.subnav{
    background-color: #fff;
    padding-top: 40px;
    padding-bottom: 40px;
	height: 60px;
	position:fixed;
	top:0;
	left:0;
	right:0;
	padding:0;
	z-index:995;
}
i#baseexpand {
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -18px;
    right: 15px;
    font-weight: 100;
    font-size: 35px;
}
.subnav.sticky{
	height:60px;
    
}
.subnav.showbar{
    top:32px;
}
div.fullheight{
	height:100% !important
}
.pushobj{
    position: relative;
    top: 0px;
    width: 100%;
    overflow: hidden;
}
#page{
	margin-top:132px;
}
#menu{
    position: fixed;
    z-index: 993;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgba(5, 13, 26, 0.9);
	display: none;
	padding-top: 64px;
}

#menu nav{
    height: 100%;
    display: table;
    width: 100%;
    padding: 0 10%;
}
#menu nav ul{
	display: table-cell;
    vertical-align: middle;
}
#menu nav ul li{
	display: block;
	text-align: center;
	margin-bottom: 20px;
}
#menu nav ul li a{
	display: block;
	text-transform: uppercase;
	line-height: 45px;
	font-size: 30px;
	color: #fff;
	text-decoration: none;
}
.menubutton{
    cursor: pointer;
    height: 100%;
    display: block;
    position: relative;
}
.showone{
    display: none;
    padding-right: 75px;
}

div#share{
	position:relative;
	height: 100%;
}
div#share div#sharebox{
    position: absolute;
    top: 50%;
    margin-top: -22px;
    right: 50px;
}

ul#share {
    position: absolute;
    top:50%;
    margin-top:-20px;
    width: 100%;
    height: 40px;
    list-style: none;
    padding: 5px 0;
    text-align: right;
    padding-right: 75px;
}
ul#share li{
    display: inline-block;
    height: 40px;
    line-height: 40px;
    color: #333;
    padding: 0 5px;
}
ul#share li a{
    text-decoration: none;
    color: #fff;
    width: 30px;
    height: 30px;
    background: #000;
    display: block;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
    -webkit-transition: -webkit-transform .3s ease-in-out;
          transition:         transform .3s ease-in-out;
}
ul#share li a:hover{
    background: #004D93;
     -webkit-transform: rotate(15deg);
          transform: rotate(15deg);
}
form#topsearch {
    position: absolute;
    top:50%;
    margin-top:-20px;
    width: 100%;
}
form#topsearch label{
    height: 40px;
    position: relative;
    width: 100%;
}
form#topsearch label i.searchit{
    position: absolute;
    left:5px;
    top:0;
    height: 40px;
    line-height: 40px;
}
form#topsearch label i.closeit{
    position: absolute;
    right:5px;
    top:0;
    height: 40px;
    line-height: 40px;
}
form#topsearch input[type=text] {
      -webkit-transition: all 0.5s ease;
         -moz-transition: all 0.5s ease;
           -o-transition: all 0.5s ease;
          -ms-transition: all 0.5s ease;
              transition: all 0.5s ease;
    width: 100%;
    border: none;
    border-bottom: 1px solid #ccc;
    padding: 0 0 0 25px ;
    outline-style:none;
    box-shadow:none;
    box-sizing: border-box;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
}
form#topsearch input[type=text]:focus{
    border-color: #444;
    width: 100%; 
}
#fullcollapse{
    cursor:pointer;
}
#menu h2.menuclose{
    color: #fff;
    height: 58px;
    line-height: 58px;
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
    font-family: 'Roboto', sans-serif;
    text-align: left !important;
    font-size: 20px;
    font-weight: 100;
}

#menu .menuclose i{
    float: left;
    margin-right: 0;
    line-height: 58px;
    width: 40px;
    height: 58px;
    text-align: center;
    font-size: 20px;
}

#menu .menuclose i:hover{
    color: #e3e3e3;
}

#newsletter-archive{
	
}
#newsletter-archive > div {
	
}
#newsletter-archive > div > div.downloads{
	background: none;
    padding: 0;
}
#newsletter-archive > div > div.downloads h4{
	display: none !important
}
div#newsletter-loader {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: white;
    width: 100%;
    height: 100%;
    z-index: 9;
	background-image: url("images/loader.svg");
    background-size: 150px auto;
    background-repeat: no-repeat;
    background-position: center 150px;
}

#newsletter-pagination{
	
}
#newsletter-pagination button{
	margin: 15px 30px;
}
#newsletter-pagination button#prev{
	float: left;
}
#newsletter-pagination button#next{
	float: right;
}

/* -------------------------------------
--------------- Slider -----------------
--------------------------------------*/
.slidercontainer{
    margin-top:93px !important;
    padding: 0;
}
.mainsliderheight{
    min-height: 320px;
    max-height: 500px;
}
.bg{
    min-height: 100%;
    background-position: 100% 50%;
    background-repeat: no-repeat;
    background-size: 50% auto;
        position: relative;
}
.bgfull{
    min-height: 100%;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.categories .bg>.row{
    margin: 0px;
}
.slideimgholder {
    width: 50%;
    height: 100%;
    position: absolute;
    margin-left: 50%;
    background-size: cover;
	background-position:center center;
}
@media (max-width:768px){
    .slideimgholder {
        width: 100%;
		margin-left: 0;
    }
}

.linebox{
	position: relative;
	display: block;
	margin: 0;
	padding: 0;
	background-color:#F7F7F7;
	text-align: center;
}
.linebox:after{
	content:'';
	position: absolute;
	top: 50%;
	left:0;
	height: 1px;
	width:100%;
	background: #203140;
	opacity: 0.8;
}
.linebox h1,
.linebox h2,
.linebox h3,
.linebox h4,
.linebox h5,
.linebox h6{
    background: inherit;
    display: inline-block;
    width: auto;
    padding: 0 15px;
    position: relative;
    z-index: 1;
}
h3.lined:after{
	content:'';
	position: relative;
	height: 1px;
	background: #000;
	width:100px;
}

.mainslider,.sideslider{
    height: auto;
    margin-top: 0px;
    position: relative;
    padding: 0px !important;
	overflow:hidden;
}

.mainslider div.slideitem{
    min-height: 100%;
	overflow: hidden;
}
.mainslider div.slideitem video{
	display: none;
}
.mainslider div.slideitem video.bgvid{
	display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background-size: cover;
    z-index: 0;
}

.mainslider div.slideitem > div.container-fluid > div.container{
	position: relative;
    z-index: 2;
	width: 80%;
}

.mainslider div.slideitem .videolayer {
    position: absolute;
    z-index: 1;
    background: rgba(33, 49, 64, 0.6);
    width: 100%;
    height: 100%;
}

.as-table{
display: table;
    height: 100% !important;
    width: 100% !important;
}
.as-table-cell{
	display: table-cell;
	vertical-align: middle
}
.mainslider h2{
    margin-top: 0;
    width: 100%;
    font-family: 'Roboto', sans-serif;
    font-size: 26px;
    font-weight: 300;
    color: #fff;
}

.mainslider p{
    margin-top: 30px;
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 100;
    color: #fff;
	width:100%;
}

.mainslider a{
    position: relative;
    top: 40px;
    padding-bottom: 5px;
    border-bottom: 1px solid #fff;
    font-size: 20px;
    text-decoration: none;
    color: #fff;
}

.mainslider a.video-play {
	position: absolute;
    bottom: 5px;
    top: auto;
    left: 50%;
    z-index: 3; 
    width: 170px;
    height: 50px;
    background: none;
    display: block;
    border: none;
    margin: -63.5px 0 0 -63.5px;
	/*float: right;
	right: 2px;*/
}

.mainslider a.video-play span {
    font-size: 25px;
    line-height: 20px;
	margin-left: 20px; 
	display: inline;
}

.mainslider p a{
    border-bottom: 1px solid #fff;
    text-decoration: none;
    position: initial;
    top: auto;
    font-weight: 100;
    padding-bottom: 1px;
}

.mainslider .white p,
.mainslider .gray p,
.mainslider .white h2,
.mainslider .gray h2{
	color: #000;
}
.mainslider .white a,
.mainslider .gray a{
	border-color:#000;
	color: #000;
}

.mainslider .image{
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.selectors{
    background-color: #EDEDED;
}
.rightnav{
    background: none;
    width: 100%;
    height: 100%;
}
.rightnav div.slidenav{
    float: none;
    text-align: left;
    line-height: 100%;
    padding: 20px !important;
    box-sizing: border-box;
    display: flex;
    align-items: center; /* align vertical */
}
.rightnav div.slick-track{
    width:100%;
    height: 100%;
}
.mainslidernav{
    margin-left: -50px;
}
.rightnav div.mainslidernav{
    margin-left: 0;
    height: 100%;
}
.rightnav div.slick-list{
    padding: 0 !important;
    height: 100%;
}

.mainslidernav>div>div>div{
    height: 80px;
    padding-top: 0;
    transform: none;
    font-size: 16px;
	line-height:80px;
    color: #cfd1d2;
    transition: 0.2s all ease;
}
.rightnav div.mainslidernav>div>div>div{
    padding:0;
}
.mainslidernav > div > div > div:active{
    color: #000;
}

.mainslidernav > div > div >div:hover{
    color: #000000;
}

.slidenav {
    text-align: center;
}
.slidenav.slick-current{
    color: #000000;
}
.selectors .slick-slider .slick-track {
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -o-transform: none !important;
    transform: none !important;
}
.rightnav div.slidenav{
    text-align: left;
    width:100% !important;
}
.rightnav div.slidenav.slick-current{
    background:rgba(0,0,0,0.05)
}
.mainsliderheight {
    height:auto;
}
@media (min-width:992px){
    .mainsliderheight {
        height: 450px;
    }
	.twitterwidget{
		position: absolute;
		right:0;
		width: 25% !important;
		top: 93px;
		overflow-y: auto;
	}
	.slidertype1{
		height: 600px;
	}
	.slidertype1.mainsliderheight,
	.slidertype1 .mainsliderheight{
		max-height: 600px;
		height: 600px;
		width: 75%;
		padding: 20px;
	}
    .articleholder div.img{
        width:33.2%;
    }
}
@media(max-width:990px){
    .articleholder div.img{
        width:100%;
    }
}

.test{
    background: red;
}



/* -------------------------------------
--------------- News -------------------
--------------------------------------*/
.listitem{
	border-bottom: 1px solid rgba(0,0,0,0.05);
}
.listitem a{
	text-decoration: none;
}
.listitem img{
	display: block;
    height: auto;
    width: 100%;
    margin: 0;
    padding: 0;
}
#articlecontent{
	padding-bottom:40px;
	word-wrap: break-word;
}
#articlecontent p img{
	height:auto;
	width:auto;
	max-width:100%;
}
.gray{
    background-color: #EDEDED;
    padding: 0px;
}

.black{
    background-color: #203140;
    padding: 0px;
}
.black *,
.blue *{
	color:#fff !important
}
.white *{
	color:#203140 !important
}

.black select option,
.blue select option{
	color:#000 !important
}
.yellow{
    background-color: #004D93;
    padding: 0px;
}
.blue{
    background-color: #004D93 !important;
    padding: 0px;
}

.white{
    background-color: #fff;
    padding: 0px;
}
.padded{
	padding: 30px;
}
.padded-hor{
	padding: 0 30px;
}
.padded-ver{
	padding: 30px 0;
}
.innerpadded {
	padding: 15px 14%;
    height: auto;
    display: block;
    margin: 0;
    vertical-align: middle;
    width: 100%;
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
}
.testimonial-holder{
	margin-bottom: 40px !important
}
.testimonial-arrow:after {
    content: '';
    position: absolute;
    bottom: -40px;
    left: 70px;
    z-index: 1;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 40px 80px 0 0;
    border-color: #004c93 transparent transparent transparent;
}
.testimonial{
	width: 100%;
    display: table;
    height: 340px;
}
.testimonial-text{
	padding: 15px;
    vertical-align: middle;
    display: table-cell;
}
.testimonial-text p{
	font-size: 22px;
	text-align: center;
	line-height: 30px;
	font-weight: 300;
	font-style: italic;
}
.testimonial-text p.testimonial-info{
    padding-top: 30px;
    border-top: 1px solid #fff;
    font-size: 17px;
    text-align: center;
    width: 60%;
	font-weight: 100;
    margin: 30px auto 0 auto;
	font-style: normal;
}
.fullBlocks>div{
    min-height: 400px;
	background-size: cover;
	background-position: 50% 50%;
	position: relative;
}
.fullBlocks>div #map{
	min-height: 423px;
	height: 100% !important;
	position: absolute;
}
.fullBlocks>div p{
    margin: 0 0 15px 0;
}
.fullBlocks .fullBlocks-image{
	width: 100%;
    height: 275px;
    overflow: hidden;
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.fullBlocks .fullBlocks-image img{
    min-width: 380px;
    width: 100%;
    height: auto;
    max-width: 100%;
}
.fullBlocks .fullBlocks-image h2{
	position:absolute;
	bottom:60px;
	margin:0;
	font-size:25px;
	line-height:30px;
	left:0;
	right:0;
	padding:0 30px;
	text-align:center;
}
.fullBlocks #image-people{
    background-image: url("img/news/people.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.fullBlocks. img{
    width: 150%;
}

.fullBlocks .fullBlocks-date{
    width: auto;
    margin-top: 25px;
    margin-left: 45px;
}

.fullBlocks .fullBlocks-title{
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 24px;
    width: 100%;
    height: auto;
    margin: 0 0 15px 0;
	line-height: 50px;
}
.fullBlocks .fullBlocks-title small{
	font-weight: 200;
	display: block;
}
.fullBlocks .fullBlocks-title span.large{
	font-size: 30px;
	font-weight: 400;
	display: block;
}
.fullBlocks .homeblock .fullBlocks-title{
	font-size: 21px;
}
.fullBlocks .black>.fullBlocks-title small,
.fullBlocks .black>p,
.fullBlocks .black>.fullBlocks-title,
.fullBlocks .black>.fullBlocks-date,
.fullBlocks .black>.fullBlocks-image h2{
    color: #fff;
}

#loadmore{
	height:500px;
	text-align:center;
	line-height:500px;
	cursor:pointer;
}
#loadmoretext{
	font-size:200px;
	color:#004D93
}
.fullBlocks .overlay{
    background-color: rgba(0, 0, 0, 0.0);
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    transition: 0.7s all ease;
	z-index:990;
	top:0;
	left:0
}

.fullBlocks .overlay a{
    display: none;
    width: 100px;
    margin-top: -20px;
    margin-left: -50px;
    padding-bottom: 10px;
    text-align: center;
    font-size: 20px;
    color: #fff;
    transition: 0.7s all ease;
    text-decoration: none;
    position: absolute;
    top: 50%;
    left: 50%;
}
.fullBlocks .overlay a:hover{
	border-bottom: 1px solid #fff;
}
.fullBlocks .overlay:hover{
    background-color: rgba(32, 49, 64,0.84);
}

.fullBlocks .overlay:hover a{
    display: block;
}

.fullBlocks:last-of-type{
    margin-bottom: 0;
}


/* -------------------------------------
--------------- Events -----------------
--------------------------------------*/
.eventarchive form select {
    width: 100%;
    background: rgba(0,0,0,0.1);
    color: #000;
    border: none;
    line-height: 50px;
    height: 50px;
    margin: 0;
    padding: 0 15px;
    outline: none;
	margin-bottom:40px;
}
/* timeline */
section.timeline{
    margin: 0;
	position:relative;
}
.timeline ul li {
  list-style-type: none;
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding-top: 50px;
}
.timeline ul li::before {
    content: '';
    position: absolute;
    height: 100%;
    width: 4px;
    border-radius: 0;
    left: 50%;
    background: #F7F7F7;
    margin-left: -2px;
    top:0;
}
.timeline ul li::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #F7F7F7;
}
.timeline ul li.nobull::after{
    display: none;
}
.timeline ul li div {
  position: relative;
  bottom: 0;
  width: 45%;
  padding: 0;
  background: #F7F7F7;
  border-radius: 5px;
}
.timeline ul li div figure{
	width: 100%;
	height: 200px;
	background-position: center center;
	background-size: cover;
	border-radius: 5px 5px 0 0;
	display: block;
}
.timeline ul li div article{
	padding: 5px 15px;
}
.timeline ul li div *{
	color:#fff;
}
.timeline ul li div::before {
  content: '';
  position: absolute;
  bottom: 7px;
  width: 0;
  height: 0;
  border-style: solid;
}
.timeline ul li:nth-child(even) div {
  left: 55%;
  background: #203140;
  color:#fff
}
.timeline ul li:nth-child(even) div::before {
  left: -15px;
  border-width: 8px 16px 8px 0;
  border-color: transparent #203140 transparent transparent;
}
.timeline ul li:nth-child(odd) div {
    text-align: right;
	background: #014d93;
	color:#fff;
  left: 0%;
}
.timeline ul li:nth-child(odd) div::before {
  right: -15px;
  border-width: 8px 0 8px 16px;
  border-color: transparent transparent transparent #014d93;
}

.events{
	height:auto;
    padding-top: 0;
}

.events .items .box{
    background-color: #fff;
    padding: 15px 25px;
    margin-bottom: 40px;
	height:250px;
	overflow:hidden;
	position:relative;
}

.events .items .box h4{
    font-size: 25px;
}

.events .items .box p{
    font-size: 18px;
}

.scrollbox{
	height: auto;
	max-height: 400px;
	overflow: auto;
}
/* -------------------------------------
--------------- Members ----------------
--------------------------------------*/

.members{
    background-color: #fff;
    height: 560px;
}
body.page-template-template-members .members{
	background-color: #004D93;
	color:#fff;
	height:auto;
	padding-bottom:30px;
	text-align: center;
}

.members h3{
    font-size: 40px;
    color: #000;
    margin-top: 160px;
    text-align: center;
}

body.page-template-template-members .members h3{
	margin-top: 30px;
}

body.page-template-template-blog {
    background-color: #fafafa !important;
}

.members form{
	width:100%;
}
.members form select{
	width:100%;
	background:rgba(255,255,255,0.3);
	color:#000;
	border:none;
	line-height:50px;
	height:50px;
	margin:0;
	padding: 0 15px;
	outline:none;
}
.members a{
    font-size: 20px;
    color: #000;
    text-align: center;
    width: 170px;
    display: block;
    margin-top: 70px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 5px;
    border-bottom: 1px solid #000;
}

a.changememberview{
	font-size: 16px; 
    color: #000;
    text-align: center;
    width: 80px;
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
    padding-bottom: 5px;
    border-bottom: 1px solid #000;
	text-decoration:none;
	margin-top: 25px;
}
.members a:hover{
    text-decoration: none;
}


div#breadcrumb .row {
    background: none;
    padding: 0;
    margin: 0;
}
p#breadcrumbs{
    margin: 0;
    font-weight: 100;
    letter-spacing: 0;
    line-height: 40px;
    min-height: 40px;
    display: block;
}
p#breadcrumbs *{
	font-size: 14px;
}
p#breadcrumbs span{
	line-height: 40px;
    min-height: 40px;
    padding: 0;
    margin: 0;
    display: inline-block;
}
p#breadcrumbs span.breadcrumb_last {
    text-indent: 20px;
}
p#breadcrumbs > span > span > a{
background: #004c93;
    padding: 0px 15px 0 15px;
    color: #fff;
    margin-right: -4px;
}
p#breadcrumbs > span > span > a:after{
	position: absolute;
	content: '';
	right:-15px;
	top:0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 20px 0 20px 15px;
	border-color: transparent transparent transparent #004c93;
	z-index: 1;
}
p#breadcrumbs span a{
	line-height: 40px;
    min-height: 40px;
	padding: 0px 5px 0 25px;
    margin: 0;
    display: inline-block;
	position: relative;
	text-decoration: none;
	background: #cecdcd;
	margin-right: 15px;
}
p#breadcrumbs span a:after{
	position: absolute;
	content: '';
	right:-15px;
	top:0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 20px 0 20px 15px;
	border-color: transparent transparent transparent #cecdcd;
}

.triangle{
	position: relative
}
.triangle:after{
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 25px 0 25px 20px;
    border-color: transparent transparent transparent #203140;
    position: absolute;
    top: 18px;
    right: -20px;
    content: '';
}

.triangle-bottom{
	position: relative;
	z-index: 1
}
.triangle-bottom:after{
    width: 0;
	height: 0;
	border-style: solid;
	border-width: 25px 25px 0 25px;
	border-color: #203140 transparent transparent transparent;
    position: absolute;
    bottom: -25px;
    left: 50%;
	z-index: 2;
    content: '';
	margin-left: -25px;
}


ul.pagemenu {
    width: 100%;
    margin: 0;
    padding: 0;
    display: block;
}
ul.pagemenu li{
    width: 100%;
    margin: 0;
    padding: 0;
    display: block;
	border-top: 1px solid rgba(255,255,255,0.1);
}
ul.pagemenu li a{
    display: block;
	line-height: 40px;
	min-height: 40px;
    padding: 0 15px;
	text-decoration: none;
	font-weight: 400;
}
ul.pagemenu li a:hover{
	background: rgba(0,0,0,0.1);
}
ul.pagemenu li ul li {
    display: block;
}
ul.pagemenu li ul li a{
    display: block;
	padding-left: 30px;
	font-weight: 100
}

ul.pagemenu li.current_page_item a{
	font-weight: 400
}

.widget ul.menu {
    width: 100%;
    margin: 0;
    padding: 0;
    display: block;
}
.widget ul.menu li{
    width: 100%;
    margin: 0;
    padding: 0;
    display: block;
}
.widget ul.menu li a{
    display: block;
	line-height: 40px;
	min-height: 40px;
    padding: 0;
	text-decoration: none;
	font-weight: 400;
}
.widget ul.menu li a:hover{
	
}
.widget ul.menu li ul li {
    display: block;
}
.widget ul.menu li ul li a{
    display: block;
	padding-left: 30px;
	font-weight: 100
}

.widget ul.menu li.current_page_item a{
	font-weight: 400
}
/* -------------------------------------
--------------- What's New -------------
--------------------------------------*/

.yellowSlider{
    background: url(images/icons.png) center center repeat #090F19;
    height: auto;
}
.whatsnewslider{
	width:85%;
	display:block;
	margin:0 auto;
	padding-bottom:40px;
}

.evenslider .slick-prev{
	left:30px
}
.whatsnewslider .slick-prev{
	left:-30px
}
.evenslider .slick-next{
	right: 30px
}
.whatsnewslider .slick-next{
	right: -30px
}

.evenslider-images,
.evenslider-images-home{
	height: 100%;
    display: block;
    position: absolute;
    width: 100%;
}
.event-detail .evenslider-images {
	height: 200px;
    position: relative;
	margin: 0;
	padding: 0;
}
.evenslider-images .slick-list,
.evenslider-images .slick-list .slick-track,
.evenslider-images-home .slick-list,
.evenslider-images-home .slick-list .slick-track{
	height: 100%;
    display: block; 
}
.evenslider-images .slick-slide,
.evenslider-images-home .slick-slide{
	height: 100%;
}
.evenslider-images .slick-slide .eventimage-item,
.evenslider-images-home .slick-slide .eventimage-item{
	height: 100%; 
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}
.evenslider-images .slick-slide .eventimage-item.first,
.evenslider-images-home .slick-slide .eventimage-item.first{
	height: 100%;
	background-size: contain;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}
.yellowSlider .whatsnewslider .newsBox{
    height: 240px;
    width: 33.333%;
    background-color: #fff;
    margin: 0px 10px;
    position: relative;
	background-position: 50% 50%;
	background-size: contain;
	background-repeat: no-repeat;
}
.yellowSlider .whatsnewslider .newsBox div.overlay{
	display:block;
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background-color: rgba(32, 49, 64,0.84);
    width: 100%;
    height: 100%;
    transition: 0.7s all ease;
    z-index: 990;
	opacity:0;
	padding-top:50%;
	overflow:hidden;
	text-align:center;
	color:#fff;
}
.yellowSlider .whatsnewslider .newsBox div.overlay a{
	display:block;
	position:absolute;
	top:50%;
	width:100%;
	height:20px;
	line-height:20px;
	margin-top:-10px;
	text-align:center;
	color:#fff;
	text-decoration:none;
}
.yellowSlider .whatsnewslider .newsBox div.overlay a:before{
    content: "";
    position: absolute;
    top: -15px;
    left: 25%;
    height: 1px;
    background: #fff;
    width: 50%;
	opacity: 0.7;
}
.yellowSlider .whatsnewslider .newsBox div.overlay a:after{
content: "";
    position: absolute;
    bottom: -15px;
    left: 25%;
    height: 1px;
    background: #fff;
    width: 50%;
    opacity: 0.7;
}
.yellowSlider .whatsnewslider .newsBox:hover div.overlay{
	opacity:1;
}

.yellowSlider .whatsnewslider .newsBox h4{
    text-align: left;
    width: 90%;
    height: auto;
    margin: 15px auto 0px auto;
    font-size: 18px;
    line-height: 20px;
    text-transform: uppercase;
    font-weight: 300;
}
.yellowSlider .whatsnewslider .newsBox h4 small{
    display: block;
    color: #004D93;
    margin-bottom: 15px;
    font-weight: 100;
}
.yellowSlider .whatsnewslider .newsBox p{
    width: 90%;
    margin: 20px auto 0px auto;
    font-weight: 100;
    font-size: 14px;
}

div.overflow{
    width:100%;
    min-height: 50px;
    position: absolute;
    bottom: 0px;
    background: -webkit-linear-gradient(bottom, rgba(255,255,255,0), rgba(255,255,255,1)); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(bottom, rgba(255,255,255,0), rgba(255,255,255,1)); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(bottom, rgba(255,255,255,0), rgba(255,255,255,1)); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to bottom, rgba(255,255,255,0), rgba(255,255,255,1)); /* Standard syntax (must be last) */
}

nav.navigation {
	display:block;
	text-align:center;
}
nav.navigation h2{
	display:none !important;
}
nav.navigation span, nav.navigation a{
    display: inline-block;
    padding: 0 5px;
    width: auto;
    min-width: 30px;
    margin: 0;
    height: 30px;
    background: #e8e8e8;
    line-height: 30px;
    text-decoration: none;
    margin-bottom: 5px;
    font-size: 15px;
}
nav.navigation a:hover, nav.navigation a:hover span{
	background:#dadada;
}
nav.navigation span.current, nav.navigation span.current span{
	background: #004D93;
	color:#fff;
}
/* -------------------------------------
--------------- NewsPage ---------------
--------------------------------------*/

.newspage{
    background-color: #EDEDED;
}

.publication{
    margin-bottom: 40px;
}

.publication .text{
    background-color: #fff; 
    padding: 40px 45px 45px 45px;
}
.publication .hasimage{
	min-height: 300px;	
}
.publication .text .date{
}

.articleholder{
	background-color:#fff;
}
.articleholder div.img {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.articleholder div.img img{
    min-width: auto;
    min-height: 100%;
    position: absolute;
    left: 50%;
    margin-left: -50%;
    top: 50%;
    margin-top: -50%;
}
.publication .text h4{
    margin-top: 20px;
    font-size: 22px;
    font-weight: 100;
}

ul.tags{
    padding: 0px;
	font-size: 0;
}
div.eventtags ul.tags{
	text-align: center;
	padding-bottom: 50px;
}
ul.tags li.first{
    width:90px;
	padding: 0px;
	border:none;
}
ul.tags li{
    display: inline-block;
    margin: 5px 5px 0 0;
	padding:5px;
	border:1px solid #ccc;
	font-size: 18px;
}

#login_reminder{
	padding: 15px;
    background: #ffbaba;
    border: 1px solid #ff8787;
    color: #b90000;
    display: none;
    float: none;
    margin: 15px 0;
    font-weight: 100;
}
ul.tags li a{
    text-decoration: none;
    color: #000;
}

.publication .text p:first-of-type{
    
}

.publication .text p{
    font-weight: 100;
}
.articlepiece{
	
}
.downloads{
    background-color: #fff;
    padding: 0px 30px 30px 30px;
    margin-top: 0;
    margin-bottom: 0px;
}

.downloads h3{
    text-align: left;
    left: 0px;
}

.downloads ul{
    list-style: none;
}

.downloads ul li{
    border-top: 1px solid #eceded;
    padding-top: 15px;
    padding-bottom: 15px;
    color: #000;
    display: block;
}
.downloads ul li p{
	color:#999;
	font-size: 15px;
	    display: inline;
    margin-left: 5px;
}
.downloads ul li div.text-right{
	font-weight: 100;
	color:#ccc;
	font-size: 15px;
}
.downloads ul li h4{
	font-weight: bold;
	font-size: 20px;
	line-height: 30px;
}

/* -------------------------------------
--------------- EventsPage -------------
--------------------------------------*/

.post-type-archive-events{
   background-color: #F7F7F7; 
}

.hasmargin{
	margin-bottom:30px;
}
.eventitems .inner{
    background-color: #fff;
    margin-bottom: 0px;
    overflow: hidden;
}

.eventitems .date{
    display: block;
    padding: 0 20px;
    height: 60px;
    line-height: 60px;
    font-size: 15px;
}

.eventitems .coverimg{
	height: auto;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
}

#event01{
    background-image: url("img/events/hands.png");
}

#event02{
    background-image: url("img/events/yellow.png");
}

#event03{
    background-image: url("img/events/black.png");
}

#event04{
    background-image: url("img/events/paper.png");
}

#eventmap{
	width:100%;
	height: 400px;
	display: block;
}
.eventitems .coverimg .eventstate{
    height: 60px;
    width: 60px;
    border-radius: 50%;
    background-color: #c75151;
	color: #fff !important;
    right: 5px;
    top: 5px;
    position: absolute;
    padding-top: 15px;
    font-weight: 100;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
}
.eventtitle{
	width: auto;
    height: auto;
	display: block;
    text-align: center;
    margin: 0;
    font-size: 25px;
    line-height: 30px;
    font-family: 'Roboto', sans-serif;
    padding: 30px 15px;
}
.eventsubtitle{
	width: auto;
    text-align: center;
    font-size: 18px;
    line-height: 20px;
    font-family: 'Roboto', sans-serif;
    margin: 0;
    padding: 0 30px;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}
.eventimage{
    height: auto;
    min-width: 100%;
}
.white .eventsubtitle, .white .eventtitle{
    color:#000;
}
.gray .eventsubtitle, .gray .eventtitle{
    color:#000;
}
.yellow .eventsubtitle, .yellow .eventtitle{
    color:#fff;
}
.black .eventsubtitle, .black .eventtitle{
    color:#fff;
}

.eventitems h4{
    padding: 20px 20px;
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    line-height: 25px;
    height: 100px;
    overflow: hidden;
}

.smallOverlay .overlay{
    background-color: rgba(0, 0, 0, 0.0);
    display: block;
    position: absolute;
    transition: 0.7s all ease;
    z-index: 990;
    top: 0px;
	left: 15px;
    right: 15px;
    bottom: 0;
}
.teamoverlay {
    top: 60px !important;
    height: 250px !important;
}
.smallOverlay .overlay a{
	width: 100px;
    margin-right: auto;
    border-bottom: 1px solid #fff;
    padding-bottom: 5px;
    text-align: center;
    font-size: 20px;
    color: #fff;
    transition: 0.7s all ease;
    position: absolute;
    left: 50%;
    margin-left: -50px;
    line-height: 20px;
    top: 50%;
    margin-top: -10px;
	text-decoration:none;
	display:none;
}

.smallOverlay .overlay:hover{
    background-color: rgba(32, 49, 64,0.84);
}

.smallOverlay .overlay:hover a{
    display: block;
}


/* -------------------------------------
----------- Categories & Tags ----------
--------------------------------------*/
.archive form select {
    width: 100%;
    background: rgba(0,0,0,0.1);
    color: #000;
    border: none;
    line-height: 50px;
    height: 50px;
    margin: 0;
    padding: 0 15px;
    outline: none;
}
.categories{
    
}

.categories .bg{
    margin-top: 130px;
}

.categories .container-fluid{
    padding: 0px; 
}

.categories h2{
    margin-top: 80px;
    width: 300px;
    font-family: 'Roboto', sans-serif;
    font-size: 26px;
    font-weight: bold;
    color: #fff;
}

.categories p{
    margin-top: 30px;
    margin-bottom: 10px;
    width: 300px;
    font-weight: bold;
    color: #fff;
}

.categories a{
    position: relative;
    top: 40px;
    padding-bottom: 5px;
    border-bottom: 1px solid #fff;
    font-size: 20px;
    text-decoration: none;
    color: #fff;
}

.categories .image{
    min-height: 530px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.categories #slided01{
    background-image: url("img/categories/emptyHall.png");
}

.categories .gray{
    background-color: #F7F7F7;
}

.categories .fullBlocks .fullBlocks-title{
    margin-top: 100px;
}

#categories01{
    background-image: url("img/categories/categories01.png")
}

#categories02{
    background-image: url("img/categories/categories02.png")
}

#categories03{
    background-image: url("img/categories/categories03.png")
}

#categories04{
    background-image: url("img/categories/categories04.png")
}

#categories05{
    background-image: url("img/categories/categories05.png")
}

#categories06{
    background-image: url("img/categories/categories06.png")
}

#categories07{
    background-image: url("img/categories/categories07.png")
}

#categories08{
    background-image: url("img/categories/categories08.png")
}

/* -------------------------------------
--------------- Search -----------------
--------------------------------------*/

.search, .single {
    background-color: #F7F7F7;
}
.search form#searchform{

}
.search form#searchform input{
    display: block;
    margin: 10px;
    margin-left: -15px;
    min-width: 100%;
}
.search form#searchform ul li input{
    display: none;
}
.search form#searchform label{
    font-weight:100;
	font-size:15px;
	margin-left: -15px;
}
.search form#searchform ul li label{
	margin-left: 0;
}
.searchitems{
    padding-top: 40px;
    padding-bottom: 40px;
}

.search .sidebar{
    background-color: #fff;
    padding: 0px;
}

.search .sidebar .filter{
    display: block;
    width: 100%;
    background-color: #203140;
    /*margin-bottom: 30px;*/
    text-align: left;
    padding-top: 30px;
    padding-left: 40px;
    padding-bottom: 30px;
    font-size: 22px;
    font-weight: bold;
    color: #fff;
}

.search .sidebar .options{
    padding: 0px 40px;
}

.search .sidebar ul{
    padding: 0px;
    margin-bottom: 40px;
    list-style: circle;
}
.search .sidebar ul.sublevel{
    padding: 0px;
    margin-bottom: 10px;
    list-style: circle;
	margin-left:20px;
	color:#555
}
div#moreless span {
    margin-left: -20px;
    font-size: 15px;
    color: #000;
    margin-top: -30px;
    display: block;
    cursor: pointer;
    font-weight: bold;
	    margin-bottom: 6px;
}
.search .sidebar ul li:hover{
    list-style: disc;
}
.search .sidebar ul li label:hover{
    text-decoration: underline
}
.search .sidebar ul li {
    padding: 4px 0;
}
.search li.ticked {
    font-weight: bold;
    list-style: disc;
}
.search .sidebar .optionTitle{
	list-style: none;
	font-weight: bold;
	font-size: 20px;
	margin: 20px 0 20px -15px;
	display: block;
	width: 100%;
	padding: 0;
}

.search .loader{
    min-height: 250px;
    background: url('images/reload.svg') no-repeat center center;
}
.search .resultslist .inner{
    background-color: #fff;
    height: auto;
	display:block;
	position:relative;
	margin:0;
	padding:0;
	margin-bottom:15px;
	padding-right: 80px;
}
.search .resultslist .inner a{
	text-decoration:none;
}
.search .resultslist .inner.hasthumb{
	padding-left:150px;
	min-height:100px;
}

.search .resultslist .inner .type{
    display: block;
    padding: 10px 30px;
	font-size:14px;
	color:#999;
	position: absolute;
    right: 0;
	width: 140px;
	text-align:right
}

.search .resultslist .inner ul{
    margin: 0;
    padding: 0;
    list-style: none;
    margin-left: 30px;
    padding-bottom: 10px;
}
.search .resultslist .inner ul li{
	display: inline-block;
	margin: 2px 5px;
	color: #999;
	font-size: 14px;
	border:1px solid #dedede;
	padding:5px;
}
.search .resultslist .inner ul li.taxtype{
	margin-left: -1px;
    padding-left: 0;
	color: #ccc;
	border:1px solid #fff;
	width:80px;
}
.search .resultslist .inner ul li a{
	color: #999;
	font-size: 14px;
	text-decoration:none;
}
.search .resultslist .inner ul li a:hover{
	color:#000;
}
.search .resultslist .cover{
    background-color: #EDEDED;
    height: 100%;
    width: 150px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
}

.search .resultslist .inner .title{
    padding: 10px 30px;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
	margin:0;
	line-height:25px;
}
.search .resultslist .inner .title span.date{
    color: #ccc;
	display:inline;
	line-height:25px;
	font-size:15px;
}
div#searchpagination{
	text-align:center;
}
div#searchpagination a{
	display:inline-block;
	padding:20px;
	margin:10px;
	background:#203140;
	color:#fff;
	text-decoration:none;
	cursor:pointer;
	width: 120px;
    text-align: center;
}
div#searchpagination a:hover{
	background:#eabc00
}
a#searchnext{
	
}
a#searchprev{
	
}
/* -------------------------------------
--------------- CONTACT ----------------
--------------------------------------*/
#contactmap{
	width:100%;
	height:400px;
}

/* -------------------------------------
---------------- MAP ------------------
--------------------------------------*/
#map {
	height: 700px;
	width: 100%;
}

.mapwrapper { 
	position: relative; 
}

.mapwrapper .mapcontent {
	position: absolute;
    top: auto;
    bottom: 15px;
    left: 0;
    z-index: 0;
    width: 100%;
    padding: 0 0 2% 2%;
    max-width: 25%;
}
.mapwrapper .mapcontent h1, .mapwrapper .mapcontent  h3 {
	text-transform: uppercase;
	font-weight: bold;
}
.mapwrapper .mapcontent h3 {
	color: #fff !important;
	font-weight: 300;
}
.mapwrapper .mapcontent p,.mapwrapper .mapcontent li {
	font-size: 18px;
	font-weight: 100;
	color: #fff !important
}

div.infowindow{
	width:auto;
	margin:0;
	font-size:14px;
	padding:0;
	overflow:hidden;
	font-family: 'Roboto', sans-serif, sans-serif;
}
div.infowindow h2{
	font-size:16px;
	font-family: 'Roboto', sans-serif, sans-serif;
	margin:0;
	padding:5px 0;
	color:#000;
}
div.infowindow small{
	display:block;
	font-size:13px;
	margin:0;
	padding:0;
	color:#000;
}
div.infowindow p{
	display:block;
	margin:0;
	font-size:13px;
	padding:0;
	border-bottom:1px solid #f2f2f2;
}
div.infowindow a{
	display:inline-block;
	font-size:13px;
	margin:0;
	padding:0;
}

.memberlistitem {
    background: #fff;
    padding: 5px 15px;
}
.memberlistitem div p{
    border-bottom:1px solid #f2f2f2;
}
.memberlistitem div p:last-of-type{
    border-bottom: none !important;
}
/* -------------------------------------
--------------- Footer -----------------
--------------------------------------*/

footer{
    height: auto;
    background-color: #fff;
    padding-top: 40px;
	color:#7B7B7B;
}
footer *{
	font-size: 16px;
    line-height: 28px;
}
footer .wordmark{
    margin-bottom: 54px;
}

footer a{
    color: #000;
}

footer a:hover{
    color: #000;
}

footer ul{
    list-style: none;
    padding-left: 0px;
}

/*
footer ul li:first-of-type{
    margin-top: 20px;
}

footer ul li:first-of-type a{
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    color: #004D93;
}

footer ul li:first-of-type a:hover{
    color: #004D93;
    text-decoration: underline;
}

footer ul li a{
    color: #000;
    font-weight: bold;
}

footer ul li a:hover{
    color: #000;
    text-decoration: underline;
}
*/
ul#menu-footer-menu{
    padding: 0;
	margin:0;
}
ul#menu-footer-menu li{
    padding: 0;
    padding-top: 3px;
	margin:0;
}
ul#menu-footer-menu li a{
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    color: #050D1A;
    text-decoration: none;
    font-weight: bold;
    margin: 0 0 5px 0;
    display: block;
	text-transform: uppercase;
}

@media (min-width:992px){
    ul#menu-footer-menu > li:nth-child(4n+4) {  
        clear: both;
    }
}
ul#menu-footer-menu li ul.sub-menu{
	margin:0;
	padding:0;
}
ul#menu-footer-menu li ul.sub-menu li{
    padding: 5px 0 0 0;
}
ul#menu-footer-menu li ul.sub-menu li a{
    color: #7B7B7B;
    font-family: 'Roboto', sans-serif;
    text-decoration: none;
    font-size: 16px;
	font-weight: 100;
	text-transform: none;
}
ul#menu-footer-menu li ul.sub-menu li a:hover{
    text-decoration: underline;
}

footer .logo{
    background-image: url("images/AccountancyEurope_pos_logomark_rgb.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    height: 62px;
    margin-top: 200px;
}

footer .disclaimer{
    border-top: 1px solid #d2d2d2;
    margin-top: 80px;
    padding-top: 10px;
	padding-bottom:40px;
}

footer .disclaimer ul li,
footer .disclaimer ul li a{
    text-decoration: none;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    color: #004D93;
}

footer .disclaimer ul li a:hover,
footer .disclaimer ul li:first-of-type a:hover{
    color: #004D93;
    text-decoration: underline;
}


footer .disclaimer ul{
    display: inline;
}

footer .disclaimer ul li{
    display: inline;
    margin-right: 40px;
}


/* tables */
table{
	width:100%;
	padding: 0;
	margin: 30px 0;
	display: block;
	border: 1px solid #ddd;
	border-right: none;
}
table tr{
	width:100%;
}
table tr th{
	width: auto;
    vertical-align: middle;
    font-weight: 400;
    padding: 5px;
    font-size: 16px;
	border-right: 1px solid #ddd;
}
table tr td{
	width: auto;
    vertical-align: middle;;
    font-weight: 100;
    padding: 5px;
    border-top: 1px solid #ddd;
    font-size: 16px;
	border-right: 1px solid #ddd;
}

/* click dimensions */
#clickDimensionForm{
	width:auto !important;
	margin: 20px auto;
	max-width:500px;
}
#clickDimensionForm *{
	max-width:100% !important;
	min-width:auto !important;
	font-family: 'Roboto', sans-serif !important;
    font-size: 18px !important;
}
#clickDimensionForm .clickdform.mainDiv{
	overflow:hidden !important;
	height:auto !important;
	width:auto;
}

/* */
/* -----------------------------
Gekregen van Yoeri -------------
-------------------------------- */
#signupform *{
	max-width:100% !important;
	min-width:auto !important;
	font-family: 'Roboto', sans-serif !important;
    font-size: 15px !important;
}
#signupform form{
	overflow: hidden;
}    
#signupform .responsiveRow, #signupform .responsiveRow .responsiveCell {
	width:100% !important;
	display: block;
}
#signupform .responsiveRow .responsiveCell *{
	width:100% !important;
	text-align:left;
	display:inline-block;
}
#signupform .responsiveRow .responsiveCell span.requiredStar{
	width:auto !important;
}
#signupform .responsiveRow .responsiveCell input[type=checkbox]{
	width:auto !important;
	display:inline-block;
	margin-right: 15px;
	margin-top: 2px;
}
#signupform .responsiveRow .responsiveCell input[type=checkbox] + span{
	width:auto !important;
	display:inline-block;
}
#signupform .responsiveRow .responsiveCell .clear{
	display:none !important;
}
#signupform .responsiveRow .responsiveCell input[type=text]{
	border: none;
	border-bottom:1px solid #ddd;
	margin:0;
	padding:10px 0;
	outline:none;
	margin-bottom:20px;
}
#signupform .responsiveRow .responsiveCell input[type=text]:focus{
	border-bottom:1px solid #333;
}
#signupform .responsiveRow .responsiveCell input[type=button]{
	width:auto !important;
	display: inline-block;
    padding: 10px 20px;
    background: #203140;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    text-align: center;
	border: none !important;
	outline:none;
}
#signupform ul{
    padding: 0px;
    margin: 0px;
    list-style: circle;
}

#signupform ul li label:hover{
    text-decoration: underline;
}
#signupform ul li {
    padding: 0;
}
#signupform li.ticked {
	font-weight: bold;
	list-style: disc;
}

#signupform ul ul{
	padding: 0px;
    margin: 0;
}
/* -----------------------------
Zelf toegevoegd ----------------
-------------------------------- */
#signupform .title {
	font-weight: bold;
}
#signupform .close {
	float: left;
	margin-top: 26px;
	opacity: 5;
}
#signupform {
	background-color: white;
    width:100%;
    padding:0;
	margin:0;
}


/* input fields */
#signupform .newsletter input {
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    border: none;
    border-bottom: 1px solid #ccc;
    outline-style: none;
    box-shadow: none;
    box-sizing: border-box;
    height: 40px;
    line-height: 40px;
	width: 90%;
	margin-top: 15px;
	margin-left: -14px;
}
#signupform  .newsletter input:focus {
	 border-bottom: 1px solid #000;
}


/* checkbox */
#signupform ul li label input{
	display: none;
}
#signupform  .checkboxheader {
	padding-top: 20px;
	margin-left: -16px;
}
#signupform ul li {
    margin-left: 15px;
}
#signupform  label {
	font-weight: normal;
	font-size: 13px;
}

/* submit button */
#signupform  input[type="submit"] {
	background-color: transparent;
	width: 80px;
	margin-left: -30px;
	font-weight: bold;
	border-color: grey;
}
#signupform  input[type="submit"]:hover {
	border-color: #000;
}

#clearSearchFilter{
	text-align: left;
    text-decoration: none;
    background-color: #000;
    color: #fff;
    padding: 18px 18px 18px 38px;
    margin-bottom: 30px;
	display:block;
}

#clearSearchFilter:hover{
	text-decoration: underline;
}
.catandtags{
	margin-bottom:40px !important;
}
.slidenav {
	cursor:pointer;
}

#routeForm{
	width:100%;
	height:60px;
	position:relative;
}
#routeForm input#routeStart{
	width:100%;
	height:60px;
	line-height:60px;
	border:none;
	background:#F2F2F2;
	outline:none;
	padding:0 0 0 40px;
	margin:0;
	box-sizing: border-box;
}
#routeForm input#routeStart:focus,#routeForm input#routeStart:hover{
	background:#e0e0e0;
}
#routeForm input[type=submit]{
	width:auto;
	height:60px;
	line-height:60px;
	border:none;
	background:#004D93;
	outline:none;
	padding:0 10px;
	margin:0;
	box-sizing: border-box;
	position:absolute;
	top:0;
	right:0;
}
#directionsPanel{
	height: 100%;
	width:100%;
	overflow: auto;
	line-height: 25px;
	font-size:15px;
}
.justifyall,.justifyall *{
	text-align:justify !important;
}
#faq{
	
}
#faq ul.faqs{
	margin:0;
	padding:0;
	list-style:none;
}
#faq ul.faqs li.faqitem{
	margin:0;
	padding:0;
	list-style:none;
}
#faq ul.faqs li.faqitem strong.faqtitle{
	cursor:pointer;
}
#faq ul.faqs li.faqitem div.faqcontent{
	display:none;
	padding: 5px 25px 10px 25px;
	background:#f2f2f2;
	margin:5px 0;
}
.blacktext{
	color:#203140;
}
#slidertype1{
	height: 600px
}
#slidertype1 .mainsliderheight{
	max-height: 600px
}
ul#flickrSlider{
	margin:142px 0 0 0 !important;
	padding:0;
	outline:none;
	list-style:none;
}
ul#flickrSlider li{
	margin:0;
	padding:0;
	outline:none;
	list-style:none;
}
ul#flickrSlider li img{
	margin:0;
	padding:0;
	outline:none;
	list-style:none;
	height:275px;
	width:auto;
}
/*1024 */
@media (max-width: 1024px){
	.eventitems .date{
		font-size:13px;
	}
}
/* small screen */
@media (max-width: 992px){
	#searchsiderbar{
		min-height:1px !important;
	}
	.setright{
		text-align:center !important;
	}
}
/* ipad */
@media (max-width: 768px){
	.timeline ul li::before{
		left: 100%;
	}
	.timeline ul li::after{
		left: 100%;
	}
	.timeline ul li div{
		width: 90%;
		left: 0 !important;
	}
	.timeline ul li:nth-child(odd) div{
		text-align: left;
	}
	.timeline ul li:nth-child(even) div::before{
		right: -15px;
		border-width: 8px 0 8px 16px;
		border-color: transparent transparent transparent #F7F7F7;
		left: auto;
    }
	#menu nav ul li a{
		font-size: 20px;
		line-height: 30px;
	}
}
@media (max-width: 480px){
	.slideitem *{
		font-size: 96% !important;
		font-weight: bold !important;
		text-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
	}
}

a.taggy {
    background: none;
    padding: 0 5px;
    margin: 3px 0;
    height: 25px;
    display: inline-block;
    line-height: 25px;
    font-size: 15px;
    border: 1px solid #ddd;
    text-decoration: none;
    color: #555;
    font-weight: 100;
}
.limittedWidth{
	margin:0 auto;
	max-width:275px;
	overflow:visible !important
}
.limittedWidth h2{
	bottom:-50px !important;
}
.homeblock{
	position:relative;
}
.homeblock span.homespan{
    position: absolute;
    bottom: 130px;
	left:0;
	right:0;
    z-index: 9;
    padding: 10px 45px;
    color: #000;
	font-size:15px;
	opacity:0.75;
}
.homeblock span.homespan.black{
	color:#fff;
}
div.paginated-buttons{
	display:block;
	text-align:center;
	margin:0;
	width: 100%;
	font-size:0;
	position:absolute;
	bottom:0;
}
.paginated-buttons a {
    display: block;
    background: #004D93;
	font-size:14px;
    height: 40px;
    width: 120px;
    line-height: 40px;
    text-decoration: none;
    margin: 0;
    text-align: center;
    padding: 0;
	float:right;
}
.paginated-buttons a.prev{
	background:#000;
	color:#fff;
	float:left;
}
.isblock{
	display:block !important;
}
.flickr-link {
    display: block;
    background: rgba(0,0,0,0.7);
    padding: 10px;
}
.flickr-link a {
    color: rgba(255,255,255,0.7);
    font-weight: 100;
    font-size: 14px;
    text-decoration: none;
}
.flickr-link a:hover{
    color: #fff;
}
.is-aligned-left{
	text-align: left;
}
ul.joblist {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    border: 1px solid #e2e1e1;
}
ul.joblist li{
	padding: 0;
    margin: 0;
    border-top: 1px solid #e2e1e1;
    display: table;
    width: 100%;
    border-collapse: collapse;
}
ul.joblist li:first-child{
	border-top: none
}
ul.joblist li:hover{
	background: #fff;
}
ul.joblist li a{
	text-decoration: none;
	display: block;
}
ul.joblist li div {
	display: table-cell;
    vertical-align: middle;
    padding: 10px;
	line-height: 28px;
	text-decoration: none;
}
ul.joblist li div.date{
	width: 150px;
    color: #676767;
    font-size: 14px;
    background: rgba(222, 222, 222, 0.31);
	border-right: 1px solid #e2e1e1;
}

.cc_banner-wrapper {
    z-index: 9001;
    position: relative
}
.cc_container .cc_btn {
    cursor: pointer;
    text-align: center;
    font-size: 0.6em;
    transition: font-size 200ms;
    line-height: 1em
}
.cc_container .cc_message {
    font-size: 0.6em;
    transition: font-size 200ms;
    margin: 0;
    padding: 0;
    line-height: 1.5em
}
.cc_container .cc_logo {
    display: none;
    text-indent: -1000px;
    overflow: hidden;
    width: 100px;
    height: 22px;
    opacity: 0.9;
    transition: opacity 200ms
}
.cc_container .cc_logo:hover,
.cc_container .cc_logo:active {
    opacity: 1
}
@media screen and (min-width: 500px) {
    .cc_container .cc_btn {
        font-size: 0.8em
    }
    .cc_container .cc_message {
        font-size: 0.8em
    }
}
@media screen and (min-width: 768px) {
    .cc_container .cc_btn {
        font-size: 1em
    }
    .cc_container .cc_message {
        font-size: 1em;
        line-height: 1em
    }
}
@media screen and (min-width: 992px) {
    .cc_container .cc_message {
        font-size: 1em
    }
}
@media print {
    .cc_banner-wrapper,
    .cc_container {
        display: none
    }
}
.cc_container {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    padding: 10px
}
.cc_container .cc_btn {
    padding: 8px 10px;
    background-color: #f1d600;
    cursor: pointer;
    transition: font-size 200ms;
    text-align: center;
    font-size: 0.6em;
    display: block;
    width: 33%;
    margin-left: 10px;
    float: right;
    max-width: 120px
}
.cc_container .cc_message {
    transition: font-size 200ms;
    font-size: 0.6em;
    display: block
}
@media screen and (min-width: 500px) {
    .cc_container .cc_btn {
        font-size: 0.8em
    }
    .cc_container .cc_message {
        margin-top: 0.5em;
        font-size: 0.8em
    }
}
@media screen and (min-width: 768px) {
    .cc_container {
        padding: 15px 30px 15px
    }
    .cc_container .cc_btn {
        font-size: 1em;
        padding: 8px 15px
    }
    .cc_container .cc_message {
        font-size: 1em
    }
}
@media screen and (min-width: 992px) {
    .cc_container .cc_message {
        font-size: 1em
    }
}
.cc_container {
    background: #203140;
    color: #fff;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    box-sizing: border-box
}
.cc_container::-moz-selection {
    background: #ff5e99;
    color: #fff;
    text-shadow: none
}
.cc_container .cc_btn,
.cc_container .cc_btn:visited {
    color: #fff;
    background-color: #004D93;
    transition: background 200ms ease-in-out, color 200ms ease-in-out, box-shadow 200ms ease-in-out;
    -webkit-transition: background 200ms ease-in-out, color 200ms ease-in-out, box-shadow 200ms ease-in-out;
    border-radius: 0 0 0 0;
}
.cc_container .cc_btn:hover,
.cc_container .cc_btn:active {
    background-color: #fff;
    color: #004D93
}
.cc_container a,
.cc_container a:visited {
    text-decoration: none;
    color: #31a8f0;
    transition: 200ms color
}
.cc_container a:hover,
.cc_container a:active {
    color: #004D93
}
@-webkit-keyframes slideUp {
    0% {
        -webkit-transform: translateY(66px);
        transform: translateY(66px)
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}
@keyframes slideUp {
    0% {
        -webkit-transform: translateY(66px);
        -ms-transform: translateY(66px);
        transform: translateY(66px)
    }
    100% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}
.cc_container,
.cc_message,
.cc_btn {
    animation-duration: 0.8s;
    -webkit-animation-duration: 0.8s;
    -moz-animation-duration: 0.8s;
    -o-animation-duration: 0.8s;
    -webkit-animation-name: slideUp;
    animation-name: slideUp
}
/* overlay */
.popvideo-wrapper {
  position: fixed;
  z-index: 999;
  width: 100%;
  top: 0;
  background: rgba(0, 0, 0, 0.9);
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.popvideo-wrapper * {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.popvideo {
  width: 100%;
  max-width: 1000px;
  margin-right: 15px;
  margin-left: 15px;
  -webkit-box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.3);
  position: relative;
  padding-bottom: 4px;
  overflow: hidden;
}

.popvideo:hover .popvideo-head {
  top: 0;
}

.popvideo:hover .popvideo-control-wrap {
  bottom: 0;
}

.popvideo-content video {
  width: 100%;
  display: block;
}

.popvideo-head, .popvideo-control-wrap {
  position: absolute;
  background: rgba(0, 0, 0, 0.3);
  width: 100%;
  color: white;
  z-index: 5;
}

.popvideo-head {
  top: -40px;
  left: 0;
  padding-left: 15px;
  padding-right: 50px;
  -webkit-transition: top .3s ease;
  transition: top .3s ease;
}

.popvideo-close {
  display: block;
  position: absolute;
  right: 0;
  text-decoration: none;
  color: white;
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 40px;
  font-size: 24px;
  -webkit-transition: color .3s ease;
  transition: color .3s ease;
}

.popvideo-close:hover {
  color: #004D93;
}

.popvideo-title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 16px;
  height: 40px;
  line-height: 40px;
  font-weight: normal;
}

.popvideo-control-wrap {
  height: 42px;
  bottom: -42px;
  left: 0;
  -webkit-transition: bottom .3s ease;
  transition: bottom .3s ease;
}

.popvideo_progress_bar_container {
  position: absolute;
  z-index: 4;
  left: 0;
  top: -10px;
  width: 100%;
  height: 10px;
  padding: 0;
  vertical-align: top;
  cursor: pointer;
}

.popvideo_progress_bar_container:hover {
  z-index: 9;
}

.popvideo_progress_bar_container:hover .popvideo_progress_list {
  height: 10px;
}

.popvideo_progress_bar_container:hover .popvideo_btn_scrubber {
  display: block;
}

.popvideo_progress_bar_container:hover .popvideo_scrubber_indicator {
  margin-top: 10px;
}

.popvideo_progress_bar_container:after {
  content: '';
  display: block;
  width: 100%;
  height: 4px;
  position: absolute;
  bottom: -4px;
}

.popvideo_btn_scrubber {
  position: absolute;
  display: none;
  width: 30px;
  height: 30px;
  margin-left: -15px;
  top: -10px;
  cursor: pointer;
  pointer-events: none;
}

.popvideo_scrubber_indicator {
  position: relative;
  margin-top: 13px;
  margin-left: 10px;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: #fff;
  -webkit-box-shadow: 0 0 15px #004D93;
          box-shadow: 0 0 15px #004D93;
}

.popvideo_progress_list {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 4px;
  background-color: rgba(166, 166, 166, 0.5);
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-transition: all 0.25s cubic-bezier(0, 0, 0.2, 1);
  transition: all 0.25s cubic-bezier(0, 0, 0.2, 1);
}

.popvideo_progress_load, .popvideo_progress_play {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background-color: #004D93;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

.popvideo_progress_load {
  background-color: rgba(255, 255, 255, 0.5);
}

.popvideo_icon {
  position: relative;
  width: 36px;
  height: 36px;
  fill: #fff;
}

.popvideo_btn {
  position: relative;
  cursor: pointer;
  background: 0 0;
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.popvideo_btn:hover .popvideo_icon {
  fill: #004D93;
  cursor: pointer;
}

.popvideo_controls {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 42px;
}

.popvideo_controls .popvideo_btn {
  height: 100%;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.popvideo_left_controls, .popvideo_right_controls {
  position: relative;
  float: left;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.popvideo_left_controls .popvideo_btn {
  width: 36px;
  margin-left: 4px;
  text-align: center;
  -webkit-box-flex: 0;
  -webkit-flex: none;
     -moz-box-flex: 0;
      -ms-flex: none;
          flex: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.popvideo_left_controls .popvideo_icon {
  display: block;
  width: 36px;
  height: 36px;
  margin: auto;
}

.popvideo_icon:after, .popvideo_icon:before, .popvideo_icon_inner:after, .popvideo_icon_inner:before {
  content: '';
  position: absolute;
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
}

.popvideo_btn_play .popvideo_svg_symbol {
  visibility: hidden;
  opacity: 0;
}

.popvideo_btn_play[data-status=pause] .popvideo_svg_pause, .popvideo_btn_play[data-status=play] .popvideo_svg_play, .popvideo_btn_play[data-status=replay] .popvideo_svg_replay {
  visibility: visible;
  opacity: 1;
}

.popvideo_time_display {
  height: 100%;
  margin-left: 0;
  white-space: nowrap;
  font-size: 0;
  -webkit-box-flex: 0;
  -webkit-flex: none;
     -moz-box-flex: 0;
      -ms-flex: none;
          flex: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.popvideo_time_display > div {
  display: inline;
  font-size: 12px;
}

.popvideo_time_display .popvideo_time_separator {
  margin: 0 1px;
  color: rgba(255, 255, 255, 0.5);
}

.popvideo_time_display .popvideo_time_duration {
  color: rgba(255, 255, 255, 0.5);
}

.popvideo_right_controls {
  float: right;
}

.popvideo_right_controls .popvideo_btn {
  margin-right: 10px;
  z-index: 8;
}

.popvideo_right_controls .popvideo_none {
  display: none;
}

.popvideo_right_controls .popvideo_icon {
  display: block;
  width: 24px;
  height: 24px;
}

.popvideo_right_controls .popvideo_icon_volume {
  width: 20px;
  height: 20px;
}

.popvideo_icon_fake, .popvideo_icon_fullscreen {
  pointer-events: none;
}

.popvideo_btn_volume .popvideo_svg_symbol {
  display: none;
}

.popvideo_btn_volume[data-status=mute] .popvideo_svg_volume_mute, .popvideo_btn_volume[data-status=normal] .popvideo_svg_volume {
  display: block;
}

.popvideo_btn_fake .popvideo_svg_symbol, .popvideo_btn_fullscreen .popvideo_svg_symbol, .popvideo_btn_size .popvideo_svg_symbol {
  display: none;
}

.popvideo_btn_fake[data-status=false] .popvideo_svg_fake, .popvideo_btn_fake[data-status=true] .popvideo_svg_fake_true, .popvideo_btn_fullscreen[data-status=false] .popvideo_svg_fullscreen, .popvideo_btn_fullscreen[data-status=true] .popvideo_svg_fullscreen_true, .popvideo_btn_size[data-status=false] .popvideo_svg_size, .popvideo_btn_size[data-status=true] .popvideo_svg_size_true {
  display: block;
}

.popvideo_volume_range {
  width: 100px;
  margin-left: 7px;
  height: 4px;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 2px;
  position: relative;
}

.popvideo_volume_range_current {
  background-color: #004D93;
  height: 100%;
  border-radius: 2px;
}

.popvideo_volume_handle {
  width: 10px;
  height: 10px;
  background: white;
  position: absolute;
  border-radius: 5px;
  top: -3px;
  margin-left: -5px;
}

.popvideo_volume_handle:hover {
  -webkit-box-shadow: 0 0 4px 4px #004D93;
          box-shadow: 0 0 4px 4px #004D93;
}

@-webkit-keyframes popvideo_btn_rotate {
  0% {
    -webkit-transform: rotate(90deg) translateZ(0);
            transform: rotate(90deg) translateZ(0);
    -webkit-transform-origin: center center;
            transform-origin: center center;
  }
  100% {
    -webkit-transform: rotate(0) translateZ(0);
            transform: rotate(0) translateZ(0);
    -webkit-transform-origin: center center;
            transform-origin: center center;
  }
}

@keyframes popvideo_btn_rotate {
  0% {
    -webkit-transform: rotate(90deg) translateZ(0);
            transform: rotate(90deg) translateZ(0);
    -webkit-transform-origin: center center;
            transform-origin: center center;
  }
  100% {
    -webkit-transform: rotate(0) translateZ(0);
            transform: rotate(0) translateZ(0);
    -webkit-transform-origin: center center;
            transform-origin: center center;
  }
}

@-webkit-keyframes popvideo_btn_rotate_2 {
  0% {
    -webkit-transform: rotate(-90deg) translateZ(0);
            transform: rotate(-90deg) translateZ(0);
    -webkit-transform-origin: center center;
            transform-origin: center center;
  }
  100% {
    -webkit-transform: rotate(0) translateZ(0);
            transform: rotate(0) translateZ(0);
    -webkit-transform-origin: center center;
            transform-origin: center center;
  }
}

@keyframes popvideo_btn_rotate_2 {
  0% {
    -webkit-transform: rotate(-90deg) translateZ(0);
            transform: rotate(-90deg) translateZ(0);
    -webkit-transform-origin: center center;
            transform-origin: center center;
  }
  100% {
    -webkit-transform: rotate(0) translateZ(0);
            transform: rotate(0) translateZ(0);
    -webkit-transform-origin: center center;
            transform-origin: center center;
  }
}

.popvideo.popvideo-fullscreen {
  width: 100%;
  height: 100%;
  max-width: none;
  background: inherit;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.popvideo.popvideo-fullscreen .popvideo-content video {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}

/*# sourceMappingURL=maps/jquery.popVideo.css.map */
/**
 * @version		1.3
 * @package		SimpleTabs
 * @author    Fotis Evangelou - http://nuevvo.com/labs/simpletabs
 * @copyright	Copyright (c) 2009-2011 Fotis Evangelou / Nuevvo Webware Ltd. All rights reserved.
 * @license		GNU/GPL license: http://www.gnu.org/copyleft/gpl.html
 */
div.simpleTabs {
	padding: 0;
	margin: 0 0 0 0;
	display: block;
}
ul.simpleTabsNavigation {
	margin: 0;
	padding: 0;
	text-align: left;
	display: block;
	font-size: 0;
}
ul.simpleTabsNavigation li {
	list-style: none;
	display: inline;
	margin: 0;
	padding: 0;
}
ul.simpleTabsNavigation li a {
	border-bottom: 2px solid #E0E0E0;
    padding: 5px 10px;
    text-decoration: none;
    font-size: 16px;
    display: inline-block;
}
ul.simpleTabsNavigation li a:hover {
	
}
ul.simpleTabsNavigation li a.current {
	color: #000;
	border-bottom: 2px solid #014d93;
}
div.simpleTabsContent {
	border: none;
	padding: 15px 0;
	margin-top: -1px;
	display: none;
}
div.simpleTabsContent.currentTab {
	display: block;
}
@media (max-width: 1200px){
	ul.simpleTabsNavigation li a{
		width: 25%;
	}
}

.arrow-down {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid white;
    margin-top: 8px;
}
