body {
  text-align: center;
  font-size: 80%;
  font-family: 'Lato';
  line-height: 1.4em;
  overflow-x: hidden;
}

a {
  text-decoration: none;
  color: #007ABF;
}

a:hover {
  text-decoration: underline;  
}

button:active,
button:focus,
input:active,
input:focus,
a:focus,
a:active {
  outline: none;
}

h1,h2,h3,h4,h5,h6 {
  font-weight: 100;
}


input,textarea {
  font-family: inherit;
}

.hide {
  display: none;
}

.screen-reader-text {
  display: none;
}

.image-wrap {
  overflow: hidden;
}

.image-wrap img {
  width: 100%;
  height: auto;
  float: none;
}

.close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  background-image: url(img/cross-white.svg);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  cursor: pointer;
}


#masthead,
.site-content-sleeve {
  max-width: 1024px;
  box-sizing: border-box;
  padding: 0 30px;
  text-align: left;
  margin: 0 auto;
}

#header {
  background-color: #595360;
  padding: 45px 30px;
  position: relative;
  min-height: 40px;
  position: relative;
  z-index: 999;
}

#site-branding {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  padding: 30px 45px;
  background-color: #00497C;
  z-index: 999;
}

#site-branding:after {
  content: '';
  position: absolute;
  top: 0; 
  right: 0;
  width: 100%; 
  height: 100%;
  background: #00497C;
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
  -webkit-transform: skew(15deg);
  -ms-transform: skew(15deg);
  transform: skew(15deg);
  z-index: 0;
}

#site-branding .sleeve .site-title {
  position: relative;
  z-index: 1;
  background-image: url(img/main-logo-white.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

#site-branding .sleeve .site-title span {
  display: block;
  height: 70px;
  width: 205px;
  text-indent: -999px;
}



#nav-toggle {
  display: none;
  position: absolute;
  right: 15px;
  top: 20px;
  width: 40px;
  height: 28px;
  z-index: 999;
  border-top: 1px solid #FFFFFF;
  border-bottom: 1px solid #FFFFFF;
}

#nav-toggle:before {
  content: '';
  position: absolute;
  border-top: 1px solid #FFFFFF;
  top: 15px;
  left: 0px;
  right: 0px;
}



#navbar {
  width: 100%;
  text-align: center;
}

#navbar nav li {
  display: inline-block;
  font-size: 1.6em;
  line-height: 1.0em;
  font-weight: 400;
  margin: 0 15px; 
}

#navbar nav li a {
  text-decoration: none;
  display: block;
  position: relative;
  color: #FFFFFF;
}


#navbar nav li.current-page-ancestor a:after,
#navbar nav li.current-menu-item a:after,
#navbar nav li.current-page a:after,
#navbar nav li a:hover:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -5px;
  right: 0;
  border-bottom: 1px solid #FFFFFF;
}

#search-form {
  display: none;
}

.popup {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.8);
  z-index: 99999;
  text-align: center;
}

.popup .popup-content {
  position: relative;
  width: 600px;
  top: 50vh;
  transform: translateY(-50%);
  background-color: #FFFFFF;
  min-height: 400px;
  margin: 0 auto;
}

.popup .popup-content > .sleeve {
  padding: 20px;
}

.popup .popup-content .close {
  background-image: url(img/cross-black.svg);
}

#search-form > .sleeve {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0,0,0,0.85);
  z-index: 9999;
}

#search-form form {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  max-width: 600px;
  margin: 0 auto;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: flex;
  flex-flow: row;
  -webkit-flex-flow: row;
  -webkit-justify-content: space-between;
  justify-content: space-between; 
  
}

#search-form form label {
  -webkit-flex-grow: 10;
  flex-grow: 10;
}

#search-form form input[type=search] {
  font-size: 1.8em;
  border: none;
  padding: 10px;
  width: 100%;
  box-sizing: border-box;
}

#search-form form input[type=submit] {
  font-size: 1.8em;
  border: none;
  padding: 10px 20px;
  background-color: #007ABF;
  color: #FFFFFF;
  cursor: pointer;
}

#header-tools {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  padding: 45px 45px;
  background-color: #0079BE;
  z-index: 1;
}

#header-tools:before {
  content: '';
  position: absolute;
  top: 0; left: 0;
  width: 100%; 
  height: 100%;
  background: #0079BE;
  -webkit-transform-origin: 0 100%;
  -ms-transform-origin: 0 100%;
  transform-origin: 0 100%;
  -webkit-transform: skew(15deg);
  -ms-transform: skew(15deg);
  transform: skew(15deg);
  z-index: 0;
}

#header-tools .social-tools {
  float: left;
}

#header-tools .wpml-ls-statics-shortcode_actions {
  width: 40px;
  height: 40px;
  overflow: hidden;
  clear: none;
  float: left;
  padding: 0;
  margin: 0 0 0 5px;
  background-color: #FFFFFF;
  position: relative;
}

#header-tools .wpml-ls-statics-shortcode_actions ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#header-tools .wpml-ls-statics-shortcode_actions ul li { 
  width: 40px;
  height: 40px;  
  display: none;
  text-align: center;
}

#header-tools .wpml-ls-statics-shortcode_actions ul li.wpml-ls-current-language {
  display: block;
}

#header-tools .wpml-ls-statics-shortcode_actions ul li a {
  overflow: hidden;
  width: 2.2ch;
  display: block;
  line-height: 40px;
  text-transform: uppercase;
  padding: 0;
  margin: 0 auto;  
  font-size: 1.2em;
}

#header-tools .wpml-ls-statics-shortcode_actions ul li a:hover {
  text-decoration: none;
}

#header-tools .wpml-ls-statics-shortcode_actions:hover {
  overflow: visible;
  height: auto;
}

#header-tools .wpml-ls-statics-shortcode_actions:hover ul {
  overflow: visible;
}

#header-tools .wpml-ls-statics-shortcode_actions:hover ul li {
  display: block;
}

#header.fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  padding: 25px 30px;
  min-height: 0px;
  z-index: 999;
}

#header.fixed #header-tools {
  padding: 20px 45px;
}

#header.fixed #site-branding {
  padding: 15px 45px;
}

#header.fixed #site-branding .sleeve .site-title span {
  height: 46px;
  width: 135px;
}


#main-footer {

  background: #0077bb;
  background: -moz-radial-gradient(center, ellipse cover, #0077bb 0%, #00497c 150%);
  background: -webkit-radial-gradient(center, ellipse cover, #0077bb 0%,#00497c 150%);
  background: radial-gradient(ellipse at center, #0077bb 0%,#00497c 150%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0077bb', endColorstr='#00497c',GradientType=1 );
}

#main-footer .site-content-sleeve {
  padding: 60px 30px 30px 30px;
  background-image: url(img/main-logo-white.png);
  background-size: auto 70px;
  background-repeat: no-repeat;
  background-position: 30px 50px;
}

#footer-description {
  margin-top: 60px;
}

#footer-description p {
  color: #FFFFFF;
  font-size: 1.2em;
  line-height: 1.4em;
  font-weight: 300;
  margin-bottom: 15px;
}


#footer-description a {
  color: #FFFFFF;
}

#footer-description a:hover {
  text-decoration: underline;
}

#footer-tools {
  overflow: hidden;
}

#footer-tools ul {
  float: right;
}

#footer-navigation {
  background-color: #0079BE;
  padding: 10px 30px;
}

#footer-navigation ul {
  padding: 0;
  margin: 0;
}

#footer-navigation ul li {
  padding: 0 20px;
  margin: 0;
  display: inline-block;
  font-size: 1.2em;
  line-height: 1.2em;
}

#footer-navigation ul li a {
  color: #FFFFFF;
}

.social-tools {
  padding: 0;
  margin: 0;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.social-tools li {
  display: block;
  float: left;
  width: 40px;
  height: 40px;
  background-color: #000000;
  margin: 0 0 0 5px;
  overflow: hidden;
}

.social-tools li:first-child {
  margin-left: 0;
}

.social-tools li a {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 20px; 
  text-align: center;
}

.social-tools li a.socicon-facebook {
  background-color: #3D5A97;
  color: #FFFFFF;
}

.social-tools li a.socicon-facebook:hover {
  color: #3D5A97;
  background-color: #FFFFFF;
}

.social-tools li a.socicon-twitter {
  background-color: #00AEEF;
  color: #FFFFFF;
}

.social-tools li a.socicon-twitter:hover {
  color: #00AEEF;
  background-color: #FFFFFF;
}

.social-tools li a.icon-search {
  background-color: #FBAD18;
  color: #FFFFFF;
}

.social-tools li a.icon-search:hover {
  color: #FBAD18;
  background-color: #FFFFFF;
}


.social-tools li a:hover {
  background-color: #FFFFFF;
  text-decoration: none;
}

.social-tools li a span {
  display: block;
  text-indent: -9999px;
}

.breadcrumb-wrap {
  margin-bottom: 40px;
}

.breadcrumb-wrap ul {
  margin: 0;
  padding: 0;
}

.breadcrumb-wrap ul li {
  margin: 0;
  padding: 0;
  display: inline-block;
  list-style-type: none;
  margin-right: 30px;  
  position: relative;
  font-size: 1.4em;
}

.breadcrumb-wrap ul li strong {
  font-weight: normal;
  color: #595360;
}

.breadcrumb-wrap ul li:after {
  content: '>';
  position: absolute;
  right: -20px;
  color: #E6E6E6;
}

.breadcrumb-wrap ul li:last-child:after {
  content: none;
}

.read-more {
  text-align: center;   
  padding: 15px 0;
}

.read-more a {
  display: inline-block;
  padding: 10px 20px;
  border: 1px solid #595360;
  margin: 0 auto;
  font-size: 1.6em;
  line-height: 1.2em;
  color: #595360;
  font-weight: 300;
}

.read-more a:hover {
  background-color: #595360;
  color: #FFFFFF;
  text-decoration: none;
}

header.entry-header,
header.page-header {
  margin: 60px 0;
}


header .entry-title,
header .page-title {
  font-size: 5em;
  line-height: 1.1em;
  margin: 0 0 15px 0;
  font-weight: 300;
  color: #007ABF;
}

header .entry-subtitle,
header .page-subtitle {
  font-size: 2em;
  line-height: 1.1em;
  margin: 0 0 15px 0;
  font-weight: 300;
}

.entry-content {
  margin-bottom: 50px;
}

.entry-content p,
.entry-content li {
  font-size: 1.2em;
  line-height: 1.5em;
  margin-bottom: 15px;
  color: #595360;
}

.entry-content li {
  margin-bottom: 8px;
}

.entry-content p:last-child {
  margin-bottom: 0;
}

.entry-content h3 {
  margin-top: 60px;
}

.entry-content img {
  display: block;
  border: 1px solid #E6E6E6;
  padding: 20px;
  width: 70%;
  margin: 30px auto;
  height: auto;
}


.entry-content .gallery-wrap img { 
  margin: 0;
  border: none;
}

.entry-content li {
  margin-left: 15px;
}

.entry-content h2 {
  font-size: 3.4em;
  line-height: 1.1em;
  text-transform: uppercase;
  font-weight: 300;
  color: #007ABF;
  margin-bottom: 15px;
}

.entry-content h2 span {
  text-transform: initial;
}

.entry-content h3 {
  font-size: 2.2em;
  line-height: 1em;
  text-transform: uppercase;
  font-weight: 300;
  color: #007ABF;
  margin-bottom: 15px;
}

.entry-content h4 {
  font-size: 1.4em;
  line-height: 1.1em;
  font-weight: 600;
  color: #007ABF;
  margin-bottom: 15px;
}

.page-section {
  padding-bottom: 75px;
}

.standfirst li,
.standfirst p {
  font-weight: 300;
  font-size: 1.6em;
  line-height: 1.4em;
  margin-bottom: 45px;
}

.list-generic {

}

.list-item-generic {

}

.list-item-generic h3 {
  font-size: 2.2em;
  line-height: 1.2em;
  margin-bottom: 10px;
}

.list-item-generic .meta-wrap {

}

.list-item-generic .meta-item {
  display: inline-block;
  margin-right: 20px;
}

.list-item-generic .meta-item:last-child {
  margin-right: 0;
}

.list-item-generic .meta-item span {
  display: inline-block;
  margin-right: 10px;
  color: #666666;
}

.list-page-nav {
  margin-top: 30px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: flex;
  flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between; 
}

.list-page-nav-item {
  width: calc( 50% - 15px );
  background-color: #0077bb;
  background: -moz-radial-gradient(center, ellipse cover, #0077bb 0%, #00497c 150%);
  background: -webkit-radial-gradient(center, ellipse cover, #0077bb 0%,#00497c 150%);
  background: radial-gradient(ellipse at center, #0077bb 0%,#00497c 150%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0077bb', endColorstr='#00497c',GradientType=1 );
  border-radius: 10px;
  padding: 30px;
  text-align: center;
  box-sizing: border-box;
  margin-bottom: 30px;
}

.list-page-nav-item h3 {
  margin-top: 0;
  text-transform: none;
}

.list-page-nav-item:last-child:nth-child(odd) {
  width: 100%; 
}

.list-page-nav-item:hover {
  background: #0077bb;
}

.list-page-nav-item h3 {
  margin-bottom: 0;
}

.list-page-nav-item h3 a {
  color: #FFFFFF;
}

.list-page-nav-item h3 a:hover {
  text-decoration: none;
}

.list-news {

}

.list-item-news {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #F1F1F1;
}

.list-item-news:last-child {
  border-bottom: none;
}

.list-item-news .meta-wrap {
  margin-bottom: 10px;
}

.list-item-news .teaser {
  font-size: 1.2em;
  line-height: 1.4em;
}

.list-resource {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: flex;
  flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;  
}

.list-item-resource {
  width: calc(33% - 20px);
  margin-bottom: 60px;
  background-color: #007ABF;
  padding: 15px;
  box-sizing: border-box;
  position: relative;
}

.list-item-resource h3 {
  margin-top: 0;
}

.list-item-resource div.sleeve {
  display: block;
  position: relative;
  z-index: 1;
}

.list-item-resource * {
  color: #FFFFFF !important;
}

.list-item-resource a:hover {
  text-decoration: none;
}

.list-item-resource.style-0:before,
.list-item-resource.style-1:before {
  content: '';
  position: absolute;
  top: 0; left: 0;
  width: 100%; 
  height: 100%;
  background: #0079BE;
  -webkit-transform-origin: 0 100%;
  -ms-transform-origin: 0 100%;
  transform-origin: 0 100%;
  -webkit-transform: skew(3deg);
  -ms-transform: skew(3deg);
  transform: skew(3deg);
  z-index: 0;
}

.list-item-resource.style-0:after,
.list-item-resource.style-2:after {
  content: '';
  position: absolute;
  top: 0; left: 0;
  width: 100%; 
  height: 100%;
  background: #0079BE;
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
  -webkit-transform: skew(3deg);
  -ms-transform: skew(3deg);
  transform: skew(3deg);
  z-index: 0;
}

.list-item-resource.style-1:before,
.list-item-resource.style-2:before {
  content: '';
  position: absolute;
  top: 0; 
  left: 0;
  width: 100%; 
  height: 100%;
  background: #0079BE;
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
  -webkit-transform: skewY(-3deg);
  -ms-transform: skewY(-3deg);
  transform: skewY(-3deg);
  z-index: 0;
}

.list-item-resource.style-2:after,
.list-item-resource.style-1:after {
  content: '';
  position: absolute;
  top: 0; 
  left: 0;
  width: 100%; 
  height: 100%;
  background: #0079BE;
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
  -webkit-transform: skewY(3deg);
  -ms-transform: skewY(3deg);
  transform: skewY(3deg);
  z-index: 0;
}

.list-item-resource .meta-wrap {
  margin-bottom: 10px;
}

.list-item-resource .meta-item {
  display: block;
  font-weight: 300;
} 


.list-item-resource .meta-item span {
  width: 80px;
}


.list-item-resource .resource-link {

}

.list-item-resource .resource-link a {
  display: inline-block;
  border: 1px solid #FFFFFF;
  padding: 5px 10px;
}

.list-item-resource .resource-link a:hover {
  background-color: #FFFFFF;
  color: #0079BE !important;
}


section.page-section {
  padding: 0 15px;
}

section.page-section .arrow {
  position: absolute;
  bottom: -75px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 300px;
  height: 75px;
  z-index: 1
}


section.summit-intro,
section.mission-statement {
  padding-top: 375px;
  background-image: url(img/target.svg);
  background-repeat: no-repeat;
  background-position: center 250px;
  background-size: 100px auto;
  text-align: center;
  position: relative;
  margin-bottom: 30px;
}

section.summit-intro:before,
section.mission-statement:before {
  content: '';
  width: calc( 50vw - 250px );
  position: absolute;
  top: 0;
  left: calc( -50vw + 250px );
  bottom: 0;
  background-image: url(img/misson-image-left.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left top;
  z-index: 10;
}

section.summit-intro:after,
section.mission-statement:after {
  content: '';
  width: calc( 50vw - 250px );
  position: absolute;
  top: 0;
  right: calc( -50vw + 250px );
  bottom: 0;
  background-image: url(img/misson-image-right.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right top;
  z-index: 10;
}

section.summit-intro:before {
  background-image: url(img/summit-image-left.png);
}
section.summit-intro:after {
  background-image: url(img/summit-image-right.png);
}

section.summit-intro .arrow,
section.mission-statement .arrow {
  top: 0;
  bottom: auto;
  width: 900px;
  left: -125px;
  right: -125px;
  height: 200px;
}

section.summit-intro .arrow svg path,
section.mission-statement .arrow svg path {
  fill: #E7E6EA;
}

section.summit-intro .arrow:after,
section.mission-statement .arrow:after {
  content: '';
  position: absolute;
  top: 30px;
  left: 0;
  right: 0;
  background-image: url(img/main-logo-color.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  z-index: 100;
  width: 250px;
  height: 90px;
  margin: 0 auto;
}

section.summit-intro h1,
section.mission-statement h2 {
  font-size: 3.4em;
  line-height: 1.1em;
  margin-bottom: 30px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 300;
  color: #007ABF;
  margin-bottom: 15px;
}

section.summit-intro,
section.mission-statement {
  max-width: 650px;
  margin: 0 auto 30px auto;
}

section.summit-intro {
  text-align: left;
}


section.map {
  text-align: center;
  background-color: #FBAD18;
}

section.map h2 {
  padding: 45px;
  color: #595360;
}

section.map .map-wrap {
  background-color: #E7E6EA;
/*  height: 473.5px;  */
  width: 947px;
  margin: 0 auto;
  position: relative;
}

section.map .map-wrap:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: -75px;
  background-color: #E7E6EA;
  left: 50%;
  margin-left: -50vw; 
  width: 100vw;
  z-index: 0;
}

section.map .map-wrap svg {
  position: relative;
  width: 100%;
  height: auto;
  z-index: 1;
}

section.map .map-wrap svg *[active] path,
section.map .map-wrap svg *[active] {
  fill: #6AA04C !important;
  stroke-opacity:1;
  cursor: pointer;
}

section.map .map-wrap svg *[inactive] path,
section.map .map-wrap svg *[inactive] {
  fill: transparent !important;
  stroke-opacity:0;
}



section.who-we-are {
  background: #0077bb;
  background: -moz-radial-gradient(center, ellipse cover, #0077bb 0%, #00497c 100%);
  background: -webkit-radial-gradient(center, ellipse cover, #0077bb 0%,#00497c 100%);
  background: radial-gradient(ellipse at center, #0077bb 0%,#00497c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0077bb', endColorstr='#00497c',GradientType=1 );
  text-align: center;
  position: relative;
  padding-bottom: 25px;
}

section.who-we-are .arrow svg path {
  fill: #00578F;
}

section.who-we-are h2 {
  background-image: url(img/info-white.svg);
  background-size: 75px auto;
  background-repeat: no-repeat;
  background-position: center 25px;
  padding: 125px 0 30px 0;
  color: #FFFFFF;
}

section.who-we-are .content {
  max-width: 850px;
  margin: 0 auto;
}

section.who-we-are .content p,
section.who-we-are .content li {
  color: #FFFFFF;
}

section.who-we-are .read-more a {
  display: inline-block;
  padding: 10px 20px;
  border: 1px solid #FFFFFF;
  margin: 0 auto;
  font-size: 1.6em;
  line-height: 1.2em;
  color: #FFFFFF;
  font-weight: 300;
}

section.who-we-are .read-more a:hover {
  background-color: #FFFFFF;
  color: #0077bb;
  text-decoration: none;
}


section.why-prep {
  text-align: center;
  position: relative;
  padding-bottom: 25px;
}

section.why-prep .arrow svg path {
  fill: #FFFFFF;
}

section.why-prep h2 {
  background-image: url(img/pill-blue.svg);
  background-size: 125px auto;
  background-repeat: no-repeat;
  background-position: center 125px;
  padding: 200px 0 30px 0;
}

section.why-prep .content {
  max-width: 850px;
  margin: 0 auto;
}


section.getting-prep {
  text-align: center;
  background-color: #645D6B;
  position: relative;
  padding-bottom: 25px;
}

section.getting-prep .arrow svg path {
  fill: #645D6B;
}

section.getting-prep h2 {
  padding: 100px 0 30px 0;
  color: #FFFFFF;
}

section.getting-prep .content {
  max-width: 850px;
  margin: 0 auto;
}

section.getting-prep .content p,
section.getting-prep .content li {
  color: #FFFFFF;
}

section.getting-prep .read-more a {
  display: inline-block;
  padding: 10px 20px;
  border: 1px solid #FFFFFF;
  margin: 0 auto;
  font-size: 1.6em;
  line-height: 1.2em;
  color: #FFFFFF;
  font-weight: 300;
}

section.getting-prep .read-more a:hover {
  background-color: #FFFFFF;
  color: #645D6B;
  text-decoration: none;
}

section.latest-news {
  text-align: center;
  position: relative;
  padding-bottom: 25px;
}

section.latest-news h2 {
  padding: 100px 0 30px 0;
}

section.latest-news .content {
  max-width: 850px;
  margin: 0 auto;
}


section.latest-news .content .news-item-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: flex;
  flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between; 
}

section.latest-news .content .news-item-wrap .news-item {
  width: calc( 33.333% - 20px );
  border: 1px solid #595360;
  padding: 15px;
  margin-bottom: 20px;
  box-sizing: border-box;
  border-radius: 10px;
}

section.latest-news .content .news-item-wrap .news-item:hover {
  background-color: #E6E6E6;
}

section.latest-news .content .news-item-wrap .news-item a:hover {
  text-decoration: none;
}

section.latest-news .content .news-item-wrap .news-item h3 {
  margin-top: 0;
  text-transform: none;
}


section.latest-news .content .news-item-wrap .news-item .meta-wrap {
  color: #007ABF;
  font-weight: bold;
}



body.page-id-197 #content .site-content-sleeve,
body.home #content .site-content-sleeve {
  max-width: 100%;
  padding: 0;
}


.user-form {
  margin-top: 30px;
}

.user-form .field-wrap {
  overflow: hidden;
  margin-bottom: 15px;
  position: relative;
}

.user-form .field-wrap.disabled:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999;
  background-color: rgba(255,255,255,0.75);
}

.user-form .field-wrap > label {
  width: 150px;
  display: block;
  float: left;
  text-align: left;
  line-height: 43px;
  padding-right: 30px;
  box-sizing: border-box;  
}

.user-form .field-wrap .input-wrap {
  margin-left: 150px;
  margin-bottom: 5px;
  position: relative;
}

.user-form .field-wrap .description {
  margin-left: 150px;
  margin-bottom: 5px;
  font-size: 1.1em;
  line-height: 1.4em;
  margin-top: 9px;
}

.user-form .field-wrap .input-wrap input[type=checkbox],
.user-form .field-wrap .input-wrap input[type=radio] {
  position: absolute;
  left: -99999px;
}

.user-form .field-wrap .input-wrap input[type=checkbox] ~ label,
.user-form .field-wrap .input-wrap input[type=radio] ~ label {
  position: relative;
  min-height: 43px;
  display: block;
  padding-left: 30px;
  line-height: 40px;
}

.user-form .field-wrap .input-wrap input[type=checkbox] ~ label:before,
.user-form .field-wrap .input-wrap input[type=radio] ~ label:before {
  content: '';
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background-color: #CCCCCC;
  position: absolute;
  left: 0;
  top: 0px;
}

.user-form .field-wrap .input-wrap input[type=checkbox]:checked ~ label:after,
.user-form .field-wrap .input-wrap input[type=radio]:checked ~ label:after {
  content: '';
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #2468A4;
  position: absolute;
  left: 5px;
  top: 5px;
}

.user-form .field-wrap .input-wrap select,
.user-form .field-wrap .input-wrap textarea,
.user-form .field-wrap .input-wrap input[type=text] {
  box-sizing: border-box;
  width: 100%;
  padding: 10px 15px;
  font-size: 1.3em;
  border: 1px solid #CCCCCC;
  font-family: inherit;
}

.user-form .field-wrap .input-wrap.input-wrap-date {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: flex;
  flex-flow: row;
  -webkit-flex-flow: row;
} 

.user-form .field-wrap .input-wrap.input-wrap-date select {
  width: auto;
}


.user-form ::-webkit-input-placeholder {
  color: #555555;
  font-weight: 300;
}
.user-form ::-moz-placeholder {
  color: #555555;
  font-weight: 300;
}
.user-form :-ms-input-placeholder {
  color: #555555;
  font-weight: 300;
}
.user-form :-moz-placeholder {
  color: #555555;
  font-weight: 300;
}

.user-form .field-wrap .input-wrap button,
.user-form .field-wrap .input-wrap input[type=submit] {
  display: inline-block;
  padding: 10px 20px;
  border: 1px solid #FFFFFF;
  margin: 0 auto;
  font-size: 1.6em;
  line-height: 1.2em;
  color: #FFFFFF;
  font-weight: 300;
  cursor: pointer;
  color: #333333;
}

.user-form .field-wrap .input-wrap button:hover,
.user-form .field-wrap .input-wrap input[type=submit]:hover {
  background-color: #333333;
  color: #FFFFFF;
}


.user-form div.field-wrap .input-wrap.validation-failure:after,
.user-form div.field-wrap .input-wrap.validation-success:after {
  content: '';
  position: absolute;
  top: 15px;
  right: 10px;
  z-index: 1;  
  width: 15px;
  height: 15px;
  border-radius: 50%;
  color: #FFFFFF;
  line-height: 15px;
  font-size: 10px;
  text-align: center;
}

.user-form div.field-wrap .input-wrap.validation-failure:after {
  content: '\f00d';
  background-color: red;
  font-family: fontawesome;
}

.user-form div.field-wrap .input-wrap.validation-success:after {
  content: '\f00c';
  background-color: green;
  font-family: fontawesome;
}

.user-form div.field-wrap.with-error select[class*=validate-],
.user-form div.field-wrap.with-error textarea[class*=validate-],
.user-form div.field-wrap.with-error input[class*=validate-] {
  border: 1px solid red !important;
}

.user-form div.field-wrap.with-error .input-wrap label {
  color: red;
}

.user-form select option:first-child {
  font-weight: normal;
}

.user-form .form-message-wrap {
  text-align: center;
}

.user-form .form-message-error p {
  color: red !important;
}

.user-form .form-message-error p:last-child {
  margin-bottom: 0;
}

.user-form .form-message-success p {
  color: green !important;
}

.user-form input.loading {
  background-image: url(img/loading.svg);
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: right center;  
}


.user-form .field-message-wrap {
  display: none;
  margin-left: 150px;
}

.user-form .field-message-wrap.message-error {
  color: red;
}

section.signup-form {
  background-color: #595360;
  padding-bottom: 30px;
  padding-top: 60px;
  margin-top: 60px;
}

section.signup-form h2 {
  font-size: 2em;
  line-height: 1em;
  text-transform: uppercase;
  font-weight: 300;
  color: #FFFFFF;
  margin-bottom: 15px;
}

section.signup-form form {
  margin: 0 auto;
  padding: 15px;
  max-width: 600px;
}

section.signup-form .fields-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: flex;
  flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between; 
}

section.signup-form .field-wrap {
  margin-bottom: 10px;
  width: 48%;
}

section.signup-form .field-wrap:last-child {
  width: 100%;
}

.signup-form .field-wrap label {
  display: none;
}

section.signup-form .form-message-wrap {
  margin-left: 0;
  margin-bottom: 10px;
}

section.signup-form .field-wrap .input-wrap {
  margin-left: 0;
}

section.signup-form .field-wrap .input-wrap select,
section.signup-form .field-wrap .input-wrap input[type=text] {
  border: none;
}

section.signup-form .field-wrap .input-wrap input[type=submit] {
  background-color: transparent;
  color: #FFFFFF;
} 

section.signup-form .field-wrap .input-wrap input[type=submit]:hover {
  color: #595360; 
  background-color: #FFFFFF;
}

.timeline-wrap {
  margin: 30px;
  border-left: 10px solid #007ABF;
  padding-left: 25px;
}

.timeline-wrap .timeline-item {
  margin-bottom: 30px;
}

.timeline-wrap .timeline-item h4 {
  color: #007ABF;
  font-weight: 400;
  font-size: 1.2em;
}

.timeline-wrap .timeline-item .desc p:last-child,
.timeline-wrap .timeline-item .desc li:last-child {
  margin-bottom: 0;
}

.timeline-wrap .timeline-item .read-more {
  padding: 5px 0;
  text-align: left;
}

.timeline-wrap .timeline-item .read-more a {
  padding: 5px 10px;
  margin: 0;
  font-size: 1.2em;
  line-height: 1.0em;
}

.presentation-wrap {

}

.presentation-wrap .presentation-item {
  padding-bottom: 30px;
  margin-bottom: 30px;
  overflow: hidden;
}

.presentation-wrap .presentation-item h3 {
  text-transform: none;
  font-weight: 400;
  margin-top: 0;
}

.presentation-wrap .presentation-item .image-wrap {
  width: 200px;
  float: left;
  border: 1px solid #E6E6E6;
  padding: 0;
}

.presentation-wrap .presentation-item .image-wrap img {
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  border: none;
}

.presentation-wrap .presentation-item .content-wrap {
  margin-left: 250px;
}


.video-channel-wrap {

}

.video-channel-wrap .video-channel-item {
  padding-bottom: 30px;
  margin-bottom: 30px;
  overflow: hidden;
}

.video-channel-wrap .video-channel-item h3 {
  text-transform: none;
  font-weight: 400;
  margin-top: 0;
}

.video-channel-wrap .video-channel-item .image-wrap {
  width: 200px;
  float: left;
  border: 1px solid #E6E6E6;
  padding: 0;
}

.video-channel-wrap .video-channel-item .image-wrap img {
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  border: none;
}

.video-channel-wrap .video-channel-item .content-wrap {
  margin-left: 250px;
}

.video-channel-wrap .video-channel-item .video-popup {
  position: fixed;
  z-index: 999;
  left: 50px;
  top: 50px;
  right: 50px;
  bottom: 50px;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.75);
  box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.75);
  padding: 50px;
  background-color: #FFFFFF;
  display: none;
  background-color: #F1F1F1;
}

.video-channel-wrap .video-channel-item .video-popup iframe {
  position: absolute;
  left: 50px;
  top: 50px;
  right: 50px;
  bottom: 50px;
  height: 100%;
  width: calc( 100% - 100px );
}


.list-news {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: flex;
  flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}


.list-news .list-item-news {
  padding-bottom: 30px;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: flex;
  flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.list-news .list-item-news h3 {
  text-transform: none;
  font-weight: 400;
  margin-top: 0;
}

.list-news .list-item-news h3 a {
  color: #000000;
}

.list-news .list-item-news h3 a:hover {
  color: #007ABF;
  text-decoration: none;
}

.list-news .list-item-news .meta-wrap {
  color: #007ABF;
}

.list-news .list-item-news.with-thumb .content-wrap {
  width: calc( 100% - 250px );
}

.list-news .list-item-news .image-wrap {
  width: 200px;
  background-size: cover;
  background-position: center center;
  border: 1px solid #E6E6E6;
}

.list-news .list-item-news .image-wrap img {
  display: none;
}

.list-news .list-item-news:nth-child(1),
.list-news .list-item-news:nth-child(2),
.list-news .list-item-news:nth-child(3),
.list-news .list-item-news:nth-child(4) {
  width: calc(50% - 10px);
  background-color: #E6E6E6;
  border-radius: 10px;
  border: none;
  box-sizing: border-box;
  padding: 30px;
  margin-bottom: 20px;
  text-align: center;
}

.list-news .list-item-news:nth-child(2),
.list-news .list-item-news:nth-child(3) {
  background-color: #007ABF;
  
}

.list-news .list-item-news:nth-child(2) a,
.list-news .list-item-news:nth-child(3) a {
  color: #FFFFFF;
}

.list-news .list-item-news:nth-child(2) a:hover,
.list-news .list-item-news:nth-child(3) a:hover {
  color: #000000;
}

.list-news .list-item-news:nth-child(2) .meta-item,
.list-news .list-item-news:nth-child(3) .meta-item {
  color: #FFFFFF;
}


.list-news .list-item-news:nth-child(1) .image-wrap,
.list-news .list-item-news:nth-child(2) .image-wrap,
.list-news .list-item-news:nth-child(3) .image-wrap,
.list-news .list-item-news:nth-child(4) .image-wrap {
  display: none;
}

.list-news .list-item-news:nth-child(1) .content-wrap,
.list-news .list-item-news:nth-child(2) .content-wrap,
.list-news .list-item-news:nth-child(3) .content-wrap,
.list-news .list-item-news:nth-child(4) .content-wrap {
  width: 100%;
}



.list-item-search {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #F1F1F1;
}

.list-item-search h3 {
  margin-top: 0;
  font-weight: 300;
}



.preview-container {
  z-index: 999;
  position: fixed;
  background-color: rgba(0,0,0,0.5);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.preview-container .close {
  position: absolute;
  width: 25px;
  height: 25px;
  top: 15px;
  right: 15px;
  display: block;
  cursor: pointer;
  background-image: url(img/cross-white.svg);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 999;
}

.preview-container .page-sleeve {
  padding: 60px;
  position: relative;
  height: calc(100vh - 120px);
}

.preview-container .page-sleeve {
  text-align: center;
}

.preview-container iframe {
  background-color: #FFFFFF;
  display: block;
  position: absolute;
  height: calc(100vh - 120px);
  width: calc(100vw - 120px);
  top: 60px;
  left: 60px;
}


.preview-container iframe.pdf {
  height: calc((100vh) * 0.7);
  width: calc((100vw - 120px) * 0.7);
  left: 50%;
  top: 50%;
  -moz-transform: translateX(-50%) translateY(-50%);
  -moz-transform-origin: 0 0;
  -o-transform: translateX(-50%) translateY(-50%);
  -o-transform-origin: 0 0;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -webkit-transform-origin: 0 0;
  transform: translateX(-50%) translateY(-50%);
  transform-origin: 0 0;
}


.preview-container iframe.scaled {
  height: calc(100vh);
  width: calc(100vw - 120px);
  left: 50%;
  top: 50%;
  -moz-transform: scale(0.70) translateX(-50%) translateY(-50%);
  -moz-transform-origin: 0 0;
  -o-transform: scale(0.70) translateX(-50%) translateY(-50%);
  -o-transform-origin: 0 0;
  -webkit-transform: scale(0.70) translateX(-50%) translateY(-50%);
  -webkit-transform-origin: 0 0;
  transform: scale(0.70) translateX(-50%) translateY(-50%);
  transform-origin: 0 0;
}


@media screen and (-webkit-min-device-pixel-ratio:0) {
  .preview-container iframe {
    
  }
}


.preview-container iframe.loading {
  background-image: url('img/loading.svg');
  background-position: center center;
  background-size: 200px 200px;
  background-repeat: no-repeat;
}

.preview-container .preview-footer {
  padding: 10px;
  position: absolute;
  bottom: 30px;
  left: 60px;
  right: 60px;
  font-size: 20px;
  line-height: 24px;
  color: #FBB03B;
}

.preview-container .preview-footer a {
  display: inline-block;
  position: relative;
  background-color: #FFFFFF;
  padding: 10px 20px;
  border-radius: 5px;
}

.preview-container .preview-footer a:hover {
  color: #FFFFFF;
  text-decoration: none;
  background-color: #FBB03B;
}

.preview-container .preview-footer a:after {
  font-family: fontawesome;
  position: relative;
  right: -10px;
}

.preview-container .preview-footer a.view-resource,
.preview-container .preview-footer a.download-resource {
  float: right;
}

.preview-container .preview-footer a.view-resource:after {
  content: "\f08e";
}

.preview-container .preview-footer a.download-resource:after {
  content: "\f019";
}

.preview-container .preview-footer a.view-full-resource {
  float: left;
}

.preview-container .preview-footer a.view-full-resource:after {
  content: "\f061";
}


body.summit-registration-form .entry-content {
  background-color: #E6E6E6;
  padding: 30px;
}

body.summit-registration-form .entry-content > .sleeve {
  background-color: #FFFFFF;
  padding: 30px;  
} 

body.summit-registration-form h1.entry-title {
  padding-top: 150px;
  background-image: url(img/summit-logo-color.png);
  background-size: auto 125px;
  background-repeat: no-repeat;
  background-position: left top;
}

body.summit-registration-form form.registration-form {
  margin-top: 30px;
}


body.summit-registration-form form.registration-form .form-message-wrap {
  background-color: #FFFFFF;
  padding: 30px;
}

body.summit-registration-form form.registration-form fieldset {
  background-color: #FFFFFF;
  margin-top: 30px;
}

body.summit-registration-form form.registration-form fieldset h3 {
  background-color: #2468A4;
  padding: 20px;
  color: #FFFFFF;
  font-size: 2em;
  line-height: 1.1em; 
  margin: 0;
}

body.summit-registration-form form.registration-form fieldset .field-wrap {
  padding: 20px 80px 0 80px;
  overflow: hidden;
}

body.summit-registration-form form.registration-form fieldset .field-wrap label .required-flag {
  color: red;
  padding-left: 5px;
}

body.summit-registration-form form.registration-form fieldset .field-wrap:last-child {
  padding-bottom: 20px;
}

body.summit-registration-form form.registration-form fieldset .field-wrap > label {
  float: left;
  width: 30%;
  font-size: 1.4em;
  line-height: 1.2em; 
}


body.summit-registration-form form.registration-form fieldset .field-wrap.field-wrap-checkbox > label {
  float: none;
  width: auto;
}


body.summit-registration-form form.registration-form fieldset .field-wrap .input-wrap {
  margin-left: 35%;
  margin-bottom: 5px;
}

body.summit-registration-form form.registration-form fieldset .field-wrap .input-wrap .desc {
  color: #333333;
}

body.summit-registration-form form.registration-form fieldset .field-wrap .description {
  margin-left: 35%;
}


body.summit-registration-form form.registration-form fieldset .field-wrap.field-wrap-checkbox .input-wrap {
  margin: 20px 0 20px 0;
  font-size: 1.2em;
  line-height: 1.2em; 
  color: #333333;
}

body.summit-registration-form form.registration-form fieldset .field-wrap.field-wrap-checkbox .input-wrap label {
  line-height: inherit;
  min-height: auto;
  padding-left: 40px;
}


body.summit-registration-form form.registration-form fieldset .field-wrap .input-wrap select,
body.summit-registration-form form.registration-form fieldset .field-wrap .input-wrap textarea,
body.summit-registration-form form.registration-form fieldset .field-wrap .input-wrap input[type=text] {
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  border:1px solid #CCCCCC;
}

body.summit-registration-form form.registration-form fieldset .field-wrap .input-wrap textarea {
  min-height: 125px;
}

body.summit-registration-form form.registration-form .actions-wrap {
  text-align: center;
  margin-top: 30px;
}

.call-to-action-button {
  border: 1px solid #007ABF;
  display: inline-block;
  padding: 10px 20px;
}

.call-to-action-button:hover {
  background-color: #007ABF;
  color: #FFFFFF;
  text-decoration: none;
}

body.summit-registration-form form.registration-form .actions-wrap input {
  background-color: #2468A4;
  padding: 15px 60px;
  color: #FFFFFF;
  font-weight: 300;
  border: 1px solid #FFFFFF;
  font-size: 1.4em;
  cursor: pointer;
}

.programme-wrap {
  text-align: center;
}

.programme-wrap .day-wrap {
  page-break-after: always;
}

.programme-wrap .day-wrap:last-child {
  page-break-after: auto;
}

.programme-wrap h2 {
  background-color: #59525F;
  color: #FFFFFF;
  padding: 20px;
  font-size: 2.2em;
  line-height: 1.1em;
  text-transform: none;
  margin-top: 30px;
}

.programme-wrap .day-inner-wrap {
  padding: 20px;
}

.programme-wrap .day-theme {
  overflow: hidden;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.2em;
  line-height: 1.1em;
}

.programme-wrap .day-theme span.left {
  background-color: #D4D2D8;
  float: left;
  display: block;
  width: 50%;
  text-align: right;
  padding: 10px;
  color: #857E8B;
  box-sizing: border-box;
}

.programme-wrap .day-theme span.right {
  background-color: #857E8B;
  float: left;
  display: block;
  width: 50%;
  color: #FFFFFF;
  text-align: left;
  padding: 10px;
  box-sizing: border-box;
}

.programme-wrap .item-wrap .item {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: flex;
  flex-flow: row;
  -webkit-flex-flow: row;
  -webkit-justify-content: space-between;
  justify-content: space-between; 
  page-break-inside: avoid;
}



.programme-wrap .item-wrap .item > div {
  border-bottom: 1px solid #FAAD19;
  text-align: left;
  padding: 10px;
  box-sizing: border-box;
}

.programme-wrap .item-wrap .item:first-child > div {
  border-top: 1px solid #FAAD19;
}

.programme-wrap .item-wrap .item .time {
  width: 75px;
}

.programme-wrap .item-wrap .item .title {
  width: calc(50% - 75px);
}

.programme-wrap .item-wrap .item .description {
  border-left: 1px solid #FAAD19;
  width: 50%;
  overflow: hidden;
}

.programme-wrap .item-wrap .item .description p,
.programme-wrap .item-wrap .item .description li {
  font-size: 1.0em;
}

.programme-wrap .item-wrap .item.single-column {
  background-color: #FEECCD;
}

.programme-wrap .item-wrap .item.single-column > div {
  border: none;
}

.programme-wrap .item-wrap .item.single-column .title {
  width: calc(100% - 75px);
  text-transform: uppercase;
}

.programme-wrap .item-wrap .item.single-column .description {
  display: none;
}

.programme-wrap .session-title {
  background-color: #FAAD19;
  color: #000000;
  margin: 0;
  padding: 10px;
  font-weight: bold;
  font-size: 1.2em;  
}

.programme-wrap .session-intro {
  padding: 10px 30px;
}

.programme-wrap .session-intro p {
  font-size: 1.1em;
  line-height: 1.5em;
  margin-bottom: 0;
}

.programme-wrap .session-intro p:first-child {
  margin-bottom: 5px;
}

.programme-wrap .session-intro p:first-child {
  font-weight: bold;
}

body.pdf .site-content-sleeve {
  width: 1024px;
}

body.pdf .programme-wrap .item-wrap .item {

}

body.pdf .programme-wrap .item-wrap .item .time {
  width: 10%;
}

body.pdf .programme-wrap .item-wrap .item .title {
  width: 40%;
}

body.pdf .programme-wrap .item-wrap .item .description {
  width: 50%;
}

body.pdf .programme-wrap .item-wrap .item.single-column .title {
  width: 90%;
}



body.pdf.page-id-845 .entry-header:before {
  content: none;
}

.page-id-845 .entry-header,
.page-id-845 .entry-content {
  text-align: center;
  position: relative;
}  

.page-id-845 .entry-header:before {
    content: '';
    max-width: 1024px;
    height: 200px;
    background-image: url(img/summit-header.png);
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center top;
    left: 50%;
    right: 0;
    top: -60px;
    margin-left: -512px;
}

.page-id-845 .entry-header .breadcrumb-wrap {
  padding-top: 160px;
}

body.pdf .page-section.signup-form,
body.pdf #header,
body.pdf #main-footer {
  display: none;
}

.summit-thanks {
  max-width: 500px;
  margin: 75px auto 0 auto;
  text-align: center;
}

.summit-thanks .image-wrap {
  height: 50px;
  margin: 0 10px 20px 10px;
  display: inline-block;
}


.summit-thanks .image-wrap img {
  height: 100%;
  width: auto;
}

article.type-country h2 {
  text-transform: none;
  font-size: 2.2em;
}

.question-group-wrap {
  margin-bottom: 30px;
  padding: 20px;
}

.question-group-wrap:nth-child(odd) {
  background-color: #F1F1F1;
}

.question-wrap {
  overflow: hidden;
  margin-bottom: 20px;
}

.question-wrap:last-child {
  margin-bottom: 0;
}

.question-wrap h4 {
  float: left;
  width: 250px;
  font-weight: 400;
  font-size: 1.2em;
  line-height: 1.2em;
}

.question-wrap .response-wrap {
  margin-left: 275px;
}

body.single-country .country-map-wrap {
  border: 1px solid #F1F1F1;
  float: right;
  margin: 0 0 30px 30px;
  padding: 20px;
}

body.single-country .country-map-wrap .sleeve {
  width: 200px;
  height: 200px;
  background-size: contain;
  background-repeat: no-repeat;
  transition: all 1s ease-in-out;
}

body.single-country .country-map-wrap:hover .sleeve {
  transform: scale(1.1);
}

body.single-country .bookmarks {
  margin-bottom: 15px;
  margin-right: 270px;
}

body.single-country .bookmarks ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

body.single-country .bookmarks ul li {
  margin: 0 0 2px 0;
  padding: 0;
  background-color: #F1F1F1;
}

body.single-country .bookmarks ul li a {
  color: #007ABF;
  display: block;
  padding: 2px 10px;
}

body.single-country .service-wrap .service-item {
  padding: 15px;
}

body.single-country .service-wrap .service-item:nth-child(odd) {
  background-color: #F1F1F1;
}

body.single-country .service-wrap .service-item h4 {
  font-weight: 400;
  margin-bottom: 5px;
}

body.single-country .service-wrap .service-item .description {
  margin-bottom: 5px;
}

body.single-country .service-wrap .service-item .links {
  
}

body.single-country .service-wrap .service-item .links a {
  display: inline-block;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  margin-right: 5px;
  text-align: center;
  border: 1px solid #FBAD18;
  line-height: 20px;
}


body.single-country .upload-type-selector {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: flex;
  flex-flow: row;
  -webkit-flex-flow: row;
}

body.single-country .upload-type-selector button {
  display: block;
  border: none;
  background-color: #FFFFFF;
  color: #007ABF;
  border: 1px solid #007ABF;
  width: 50%;
  padding: 10px;
}


body.single-country .upload-type-selector button.active {
  color: #FFFFFF;
  background-color: #007ABF;
}

body.single-country .upload-type-selector button:first-child {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

body.single-country .upload-type-selector button:last-child {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

body.single-country div[data-field-id] {
  position: relative;
}

body.single-country .inline-edit-link {
  position: absolute;
  right: 0;
  top: 0; 
  cursor: pointer;
}


@media screen and ( min-width: 1301px ) {

  header.entry-header .social-share,
  header.page-header .social-share {
    position: fixed;
    right: 0;
    top: 250px;
  }

  header.entry-header .social-share li,
  header.page-header .social-share li {
    float: none;
    margin: 0 0 10px 0;
  }

}

@media screen and ( max-width: 1300px ) {

  #header {
    padding: 15px;
  }

  #site-branding {
    padding: 15px;
  }

  #site-branding .sleeve .site-title span {
    height: 35px;
    width: 102px;
  }

  #header-tools {
    padding: 15px;
  }

  .social-tools li {
    width: 30px;
    height: 30px;
  }

  .social-tools li a {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 20px; 
  }

  #navbar {
    margin-top: 10px;
  }



}


@media screen and ( max-width: 1024px ) {

  #navbar nav li {
    font-size: 1.2em;
  }

  #header-tools {
    display: none;
  }

}

@media screen and ( max-width: 767px ) {


  .list-page-nav-item {
    width: 100%;
  }

  .list-item-resource {
     width: 100%;
  }

}

@media screen and ( max-width: 600px ) {

  .breadcrumb-wrap {
    display: none;
  }

  section.mission-statement .arrow {
    width: 300px;
    height: 75px;
  }

  section.mission-statement .arrow:after {
    top: 90px;
  }

  section.page-section .arrow {
    width: 200px;
    height: 50px;
    bottom: -50px;
  }

  #nav-toggle {
    display: block;
  }

  #navbar {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #595360;
    z-index: 998;
    margin-top: 0;
  }

  #navbar ul {
    margin-top: 125px;
  }

  #navbar ul li {
    display: block;
    padding: 10px 0;
    font-size: 1.6em;
  }

  section.latest-news .content .news-item-wrap .news-item {
    width: 100%;
  }

  #header.fixed {
    display: none;
  }

  header .entry-title, header .page-title {
    font-size: 3em;
    line-height: 1.1em;
  }

  #masthead, .site-content-sleeve {
    padding-left: 15px;
    padding-right: 15px;
  }
 
  header.entry-header, header.page-header {
    margin: 30px 0;
  }

  body.summit-registration-form form.registration-form fieldset .field-wrap {
    padding: 10px 10px 0 10px;
  }

  body.summit-registration-form form.registration-form fieldset .field-wrap > label,
  body.summit-registration-form form.registration-form fieldset .field-wrap .input-wrap {
    margin-left: 0;
    float: none;
    display: block;
    width: auto;
  }

  body.summit-registration-form .entry-content {
    padding: 15px;
  }

  section.summit-intro .arrow:after, section.mission-statement .arrow:after {
    width: 200px;
    height: 150px;
  }
}