/*
Theme Name: UN Youth
Theme URI: http://underscores.me/
Author: UN Youth NZ
Author URI: //unyouth.org.nz
Description: Base theme for WordPress-ified version of the UN Youth website.
Version: 1.2.5-beta
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
GitHub Theme URI: https://github.com/unyouth/uny-wp-theme
GitHub Branch: 1-2-5
Text Domain: un-youth
Tags:

UN Youth is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Global Variables
# Typography
# Elements
	## Helper Classes
	## IE Message
	## Accordions
	## Personal Circles
	## Interactive Map
	## Generated Posts List
	## Social Buttons
	## Other
		## Involved
		## Shared: Contact & Alumni
# Home Page
	## Home Page: Media Queries
# Carousel
	## Carousel: Media Queries
# Sidebox
# Footer
# Forms
# Formidable
# Formidable: User Registration
# Navigation
	## Links
	## Menus
	## Main Navigation Bar
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Pages: General
	## Pages: Regions
	## Pages: Events
		### Pages: Events: Single Event Pages (incl. EC) + Meta
		### Pages: Events: Other EC Styles
		### Pages: Events: ECS Styles
	## Pages: Alumni
	## Pages: Opportunities
	## Pages: Volunteers
	## Pages: Heroes
	## Single Posts
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
# Media Queries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
}

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

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

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

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

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

input {
	line-height: normal;
}

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

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

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

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

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Global Variables
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #404040;
	font-family: "Open Sans", Helvetica, sans-serif !important;
	font-weight: 400;
	font-size: 14px;
	line-height: 1.5;
}

body h1 {
  font-family: 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', Helvetica, sans-serif !important;
	font-weight: 500;
  padding: 15px 15px 12px 64px;
  font-size: 27px;
  color: white ;
  background-image: linear-gradient(-30deg, #59687D 86%, transparent 50%);
  background-image: -o-linear-gradient(-30deg, #59687D 86%, transparent 50%);
  background-image: -moz-linear-gradient(-30deg, #59687D 86%, transparent 50%);
  background-image: -webkit-linear-gradient(-30deg, #59687D 86%, transparent 50%);
  background-image: -ms-linear-gradient(-30deg, #59687D 86%, transparent 50%);
  text-transform: uppercase;
	margin-bottom: 20px;
	margin-top: 20px;
}

body h2 {
  font-family: 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', Helvetica, sans-serif !important;
	font-weight: 500;
	font-size: 26px;
	border-bottom: 0.5px solid #ddd;
	text-transform: uppercase;
	margin-bottom: 10px;
	margin-top: 20px;
	padding-bottom: 5px;
	color: #222;
}

body h3 {
  font-family: 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', Helvetica, sans-serif !important;
	font-weight: 500;
	font-size: 22px;
	text-transform: uppercase;
	margin-bottom: 10px;
	margin-top: 20px;
	color: #222;
}

body h4 {
	font-family: 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', Helvetica, sans-serif !important;
	font-weight: 500;
  font-size: 20px;
  text-transform: uppercase;
	margin-bottom: 10px;
	margin-top: 20px;
	color: #222;
}

body h5 {
  font-family: 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', Helvetica, sans-serif !important;
	font-weight: 500;
	font-size: 18px;
  text-transform: uppercase;
	margin-bottom: 10px;
	margin-top: 20px;
	color: #222;
}

body h6{
	font-family: 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', Helvetica, sans-serif !important;
	font-weight: 500;
	font-size: 16px;
  text-transform: uppercase;
	margin-bottom: 10px;
	margin-top: 20px;
	color: #222;
}

#sidebar-render-space h4 {
  /* font for side-box header */
	font-family: 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', Helvetica, sans-serif !important;
	font-weight: 500;
  font-size: 24px;
  text-transform: uppercase;
  display: inline;
  position: relative;
  top:7px;
	margin-bottom: 0;
}

#sidebar-render-space h5 {
  /* font for side-box content */
	font-family: 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', Helvetica, sans-serif;
  font-size: 18px;
  color: #59687D;
  text-transform: uppercase;
  text-align: center;
  padding: 10px 0;
	margin-bottom: 15px;
}

#sidebar-render-space h6 {
  /* font for side-box secondary heading */
	font-family: 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', Helvetica, sans-serif !important;
	font-weight: 500;
  font-size: 16px;
  text-transform: uppercase;
	margin-bottom: 0;
}


p {
	font-family: "Open Sans", Helvetica, sans-serif !important;
	font-weight: 400;
  font-size: 14px;
  color: #222;
}

a {
  color: #5198D2;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment:fixed;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
	background-size: cover;
}

.main-container{
  background-color: white;
  -moz-box-shadow:    0px 3px 4px 0px #222;
  -webkit-box-shadow: 0px 3px 4px 0px #222;
  box-shadow:         0px 3px 4px 0px #222;
  -moz-box-shadow:    0px 3px 4px 0px rgba(0, 0, 0, 0.63);
  -webkit-box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.63);
  box-shadow:         0px 3px 4px 0px rgba(0, 0, 0, 0.63);
  margin: 40px 0;
}

.no-padding-col {
  padding-left: 0 !important;
}

@media (max-width: 768px) {
	#main {
	/*  padding-left: 12px !important; */
	}
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 0;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
## Helper Classes
--------------------------------------------------------------*/
.affix{
  width: 390px;
  top: 0;
}

.affix-bottom{
  position: absolute;
}

iframe{
  width: 100%;
}

/*--------------------------------------------------------------
## IE Message
--------------------------------------------------------------*/
.ie-message{
	text-align: center;
	margin-top: 50px;
  background-color: white;
  width: 50%;
  min-width: 310px;
  margin: 50px auto;
  padding: 20px;
  border: 10px solid #5198D2;
	img{
    margin-top: 30px;
		margin-bottom: 20px;
    width: 45%;
	}
	h3{
		margin-bottom: 20px;
	}
	a{
		color: black;
	}
  p{
    padding-right: 0;
  }
}

.lt-ie9 .ie-message{
	display: block;
}

.lt-ie9 .container{
	display: none;
}

.ie9 h1{
    background-color: #59687D;
}

.ie9 .navbar-brand{
    background-color: white;
}

/*--------------------------------------------------------------
## Accordion
--------------------------------------------------------------*/
.panel-default {
  border: none !important;
}

.panel-default > .panel-heading  {
  background-color: #fff !important;
}

.panel {
  border: none !important;
}

.panel-title {
  color: #333 !important;
}

.accordian-link {
  text-decoration: none !important;
}

.accordian-column {
  margin-left: -30px;
}

.inner-accordian-div {
  padding-left: 0 !important;
}

.accordian-sub-head-row {
  margin-top: 22px;
}

.accordian-sub-head {
  font-size: 21px;
  font-family: 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', Helvetica, sans-serif;
  color: #222;
  text-transform: uppercase;
  margin-top: 10px;
}

.accordian-date {
  font-size: 16px;
  font-family: 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', Helvetica, sans-serif;
  color: #5198D2;
  text-transform: uppercase;
}

.accordian-info {
  font-size: 16px;
  font-family: 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', Helvetica, sans-serif;
  color: #222;
  float: right;
}

.accordian-content-row {
  margin-top: 8px;
}

.panel-heading {
  padding-bottom: 25px;
  border-bottom: 1px solid #ddd !important;
}

.accordian-down-arrow {
  float: right;
  width: 16px;
  margin-right: 6px;
  line-height: 32px;
  height: 37px;
  padding-top: 5px;
}

.accordian-sub-head-row > .accordian-p {
  padding-right: 20px;
}

/*--------------------------------------------------------------
## Personal Circles
--------------------------------------------------------------*/
.img-circle {
  border: 1px solid #ddd;
}

.personal-circle-container {
  margin: 15px auto;
}

.personal-images > .personal-circle-container {
  min-height: 268px;
}

.personal-circle {
  text-align: center;
}

.personal-circle img {
  height: 118px;
	width: 118px
}

.personal-title {
  text-align: center;
  padding-top: 10px;
  font-family: 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', Helvetica, sans-serif;
	font-weight: 500;
  color: #222;
  font-size: 16px;
  text-transform: uppercase;
	min-height: 58px;
}

.personal-subtitle {
  text-align: center;
	padding: 0 15px 0 15px;
  font-family: "Open Sans", Helvetica, sans-serif;
  color: #222;
  font-size: 14px;
}

.personal-subtitle a {
  font-size: 13px;
  word-break:break-all;
}

.personal-images {
  margin-left: -31px;
  padding-right: 50px;
}

/*--------------------------------------------------------------
## Interactive Map
--------------------------------------------------------------*/
.mapcontainer {
    position: relative;
    width: 100%;
    padding-bottom: 80%;
    text-align:center;
    margin-top: 40px !important;
}
.mapcontainer > svg {
    position: absolute;
    top: 0; bottom: 0; left: 0; right: 0;
    margin:auto;
    min-height:600px;
    width:90%;
}
.mapcontainer .path {
  stroke: #ccc;
  stroke-width: 1;
  stroke-dasharray: 180;
  stroke-dashoffset: 180;
          animation: draw 5s 1 linear;
  -webkit-animation: draw 5s 1 linear;
     -moz-animation: draw 5s 1 linear;
       -o-animation: draw 5s 1 linear;
}

@keyframes draw {
  0% { fill-opacity:0; }
  80%{
    fill-opacity:0;
    stroke-dashoffset: 0;
  }
  100% {
    fill-opacity:1;
    stroke-width: 0;
  }
}
@-webkit-keyframes draw {
  0% { fill-opacity:0; }
  80%{
    fill-opacity:0;
    stroke-dashoffset: 0;
  }
  100% {
    fill-opacity:1;
    stroke-width: 0;
  }
}
@-moz-keyframes draw {
  0% { fill-opacity:0; }
  80%{
    fill-opacity:0;
    stroke-dashoffset: 0;
  }
  100% {
    fill-opacity:1;
    stroke-width: 0;
  }
}
@-o-keyframes draw {
  0% { fill-opacity:0; }
  80%{
    fill-opacity:0;
    stroke-dashoffset: 0;
  }
  100% {
    fill-opacity:1;
    stroke-width: 0;
  }
}

.superauckland:hover .auckland .path, .superauckland.hover .auckland .path{
  fill:#39e;
}
.mapcontainer > svg g:hover .path, .mapcontainer > svg g.hover .path{
  stroke: #888;
  stroke-width: 1;
  stroke-dasharray: 870;
  stroke-dashoffset: 0;

}
.superauckland:hover .waikato .path, .superauckland.hover .waikato .path {fill:#39e;}
.auckland:hover .path,.auckland.hover .path{ fill:#39e; }
.waikato:hover .path,.waikato.hover .path{ fill:#39e; }
.wellington:hover .path,.wellington.hover .path{ fill:#2ba; }
.canterbury:hover .path,.canterbury.hover .path{ fill:#2c8; }
.otago:hover .path,.otago.hover .path{ fill:#bf6; }

.mapcontainer{
  position:relative;
  margin:auto;
  text-align:center;
}
.mapcontainer .sign{
  width:100px;
  height:50px;
  display:block;
  position:absolute;
  left:50%;
  opacity:0.4;
  font-size:large;
  text-align:center;
  font-family: 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', Helvetica, sans-serif;
  font-weight: 500;
}
.mapcontainer .sign.show,.mapcontainer .sign:hover{
  opacity:1;
}
#aucklandsign{
  margin-left:-100px;
  top:20%;
}
#waikatosign{
  margin-left:-100px;
  top:20%;
  display:none;
}
#wellingtonsign{
  margin-left:-150px;
  top:35%;
}
#canterburysign{
  margin-left:50px;
  top:65%;
}
#otagosign{
  margin-left:-20px;
  top:80%;
}
@media (max-width: 1200px) {
  .mapcontainer svg{
    min-height:500px;
  }
}
@media (max-width: 992px) {
  .mapcontainer svg{
    min-height:550px;
  }
}
@media (max-width: 768px) {
  .mapcontainer svg{
    min-height:100%;
  }
  .mapcontainer .sign{
    font-size:medium;
  }
}

/*--------------------------------------------------------------
# Generated Posts List
--------------------------------------------------------------*/

.display-posts-listing {
	margin: 0 0 20px 0;
	padding: 0;
	list-style: none;
}

.display-posts-listing .listing-item {
	display: inline-block;
	width: 100%;
	margin-top: 20px;
}

.display-posts-listing img {
	float: left;
	border-radius: 50%;
	border: 1px solid #ddd;
	margin: 0 20px 20px 0;
}

.display-posts-listing .title {
	font-size: 18px;
	text-transform: uppercase;
	display: block;
	font-family: 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', Helvetica, sans-serif;
}

.display-posts-listing .author,
.display-posts-listing .date {
	font-size: 12px;
}

.display-posts-listing .excerpt-dash {
	display: none;
}

.display-posts-listing .excerpt {
	display: block;
	padding-top: 9px;
}

/*--------------------------------------------------------------
# Sharing Buttons
--------------------------------------------------------------*/

.resp-sharing-button {
  display: inline-block;
  border-radius: 50%;
  border-width: 1px;
  border-style: solid;
  transition: background-color 25ms ease-out, border-color 25ms ease-out, opacity 250ms ease-out;
	width: 30px;
	height: 30px;
	padding: 0 0 0 7px;
  font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
}

.resp-sharing-button a {
  text-decoration: none;
  color: #FFF;
  display: block;
}

.resp-sharing-button__icon {
  display: inline-block;
}

.resp-sharing-button__icon svg {
  width: 1em;
  height: 1em;
  margin-bottom: -0.1em;
}

/* Non solid icons get a stroke */
.resp-sharing-button__icon {
  stroke: #FFF;
  fill: none;
}

/* Solid icons get a fill */
.resp-sharing-button__icon--solid,
.resp-sharing-button__icon--solidcircle {
  fill: #FFF;
  stroke: none;
}

.resp-sharing-button__link {
  text-decoration: none;
  color: #FFF;
}

.resp-sharing-button--large .resp-sharing-button__icon svg {
  padding-right: 0.4em;
}

.resp-sharing-button__wrapper {
  display: inline-block;
}

.resp-sharing-button--facebook {
  background-color: #3b5998;
  border-color: #3b5998;
}

.resp-sharing-button--facebook:hover,
.resp-sharing-button--facebook:active {
  background-color: #2d4373;
  border-color: #2d4373;
}

.resp-sharing-button--twitter {
  background-color: #55acee;
  border-color: #55acee;
}

.resp-sharing-button--twitter:hover,
.resp-sharing-button--twitter:active {
  background-color: #2795e9;
  border-color: #2795e9;
}

#social-buttons {
	margin-right: 5.5%;
}

/*--------------------------------------------------------------
## Other
--------------------------------------------------------------*/
.home-images {
  width: 100%;
}

select{
  width: 100%;
  margin-top: 10px !important;
}

.alert {
  font-family: "Open Sans", Helvetica, sans-serif;
}

.circle{
  border-radius: 50%;
}

.link-arrow{
  height: 13px;
  width: 13px;
}

/*--------------------------------------------------------------
### Involved
--------------------------------------------------------------*/
.glyphicon-ok {
  padding-left: 30px;
}

.glyphicon-ok > span {
  font-family: 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', Helvetica, sans-serif;
  color: #222;
  font-size: inherit;
}

/*--------------------------------------------------------------
### Shared: Contact & Alumni
--------------------------------------------------------------*/
.position {
  font-size: 14px;
  font-family: 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', Helvetica, sans-serif;
	font-weight: 500;
  color: #222;
  text-transform: uppercase;
}

/*--------------------------------------------------------------
# Home Page
--------------------------------------------------------------*/
#home_carousel img{
  width: 100%;
}

.home-icon-row {
  text-align: center;
  max-width: 95%;
  margin: 80px auto !important;
}

.home-icon-row h5{
  font-size: 18px !important;
  color: #222 !important;
  float: left;
  width: 100%;
  margin-top: 30px;
}

.home-icon-row p{
  float: left;
  color: #222;
}

.home-icon-row p:hover{
  color: #222;
}

.home-circle-p {
  padding-right: 0;
}

.single-logo {
  padding: 0;
}

.social-icon {
  padding: 3px 5px 8px 5px;
}

.social-icon:hover,
.social-icon path {
	fill: #222 !important;
}

.glyphicon {
  font-size: 87px;
  padding-top: 32px;
}

.glyphicon-calendar {
  padding-left: 7px;
}

.padded-circle {
    padding: 17px;
}

.home-link {
  height: 155px;
  width: 155px;
  background-image: url('assets/texture.jpg');
  float: left;
  padding: 30px 33px;
  border: 1px solid #ACDDF3;
  margin-left: 37px;
  -webkit-transition-property: width, height, padding;
  -webkit-transition-duration: 0.2s;
}

.home-link:hover {
	background-image: none;
	background-color: #FFC907;
	border-color: #FFC907;
    -webkit-transition-property: padding;
    -webkit-transition-duration: 0.2s;
}

.home-link .single-logo {
	padding: 5px;
}

.home-link .social-icon {
	padding: 8px 10px 13px 10px;
}

.home-link path {
  fill: #3F3F3F !important;
}

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

.home-first-section, .home-second-section{
  background-color: #4B92DB;
  color: white;
  float: left;
  padding: 0 20px;
}

.home-first-section h2,
.home-second-section h2 {
	font-family: 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', Helvetica, sans-serif !important;
	text-transform: uppercase;
	border-bottom: 3px solid white;
	padding-bottom: 10px;
	margin-top: 0;
	color: #fff;
}

.home-first-section .col-md-7,
.home-second-section .col-md-7{
	margin: 22px 0;
}

.home-first-section p,
.home-second-section p {
	margin-top: 25px;
}

.home-first-section img,
.home-second-section img {
	padding: 10px;
	background-color: white;
	margin: 25px 0 50px 0;
}

.home-second-section {
  background-color: #59687D;
}

.home-second-section .arrow-down{
  border-top: 30px solid #4B92DB;
}

.home-paragraph {
  color: #fff;
}

/*--------------------------------------------------------------
## Home Page: Media Queries
--------------------------------------------------------------*/

@media (max-width: 768px) {
    .visitors {
      height: 100%;
    }

    .home-link {
      float: none;
      margin-left: 0;
      padding: 20px;
    }

    .single-logo {
      margin-top: 20px;
    }

    .circle {
      margin-bottom: 10px;
    }

    .index-circles p {
      margin-bottom: 15px;
    }

    .home-icon-row h5 {
      margin-top: 5px;
    }

    .icon-row h3 {
      margin-top: 47px;
    }

    .icon-row {
      text-align: center;
      max-width: 95%;
      margin: 40px auto !important;
    }

    .home-icon-row {
      margin: 10px auto !important;
    }

    .home-icon-row p {
      float: none;
    }
}

/*--------------------------------------------------------------
## Home Header
--------------------------------------------------------------*/
/* Large Devices, Wide Screens */
    @media only screen and (min-width: 992px) {
			.home-header .img-container {

			}

			.cta {
				right: 0;
				bottom: 0;
				position: absolute;
				margin-bottom: -50px;
				margin-right: 20px;
			}
    }

    /* Medium Devices, Desktops */
    @media only screen and (min-width : 768px) and (max-width : 992px) {
			.home-header .img-container {

			}

			.cta {
				right: 0;
				bottom: 0;
				position: absolute;
				margin-bottom: -50px;
				margin-right: 20px;
			}

    }

    /* Small Devices, Tablets */
    @media only screen and (min-width : 480px) and (max-width : 768px) {
			.home-header .img-container {
				max-height: 320px !important;
			}

			.home-header .img-container img {
				position: absolute;
				top: 50%;
				transform: translateY(-50%);
				width: 100%;
			}

			.cta-container {
				padding: 0 10px;
			}

			.cta {
				margin-top: -100px;
				width: 100% !important;
				position: relative;
				display: block;
			}
    }

    /* Extra Small Devices, Phones */
    @media only screen and (min-width : 320px) and (max-width : 480px) {
			.home-header .img-container {
				max-height: 220px !important;
			}

			.cta-container {
				padding: 0 10px;
			}

			.cta {
				margin-top: -100px;
				width: 100% !important;
				position: relative;
				display: block;
			}
    }

    /* Custom, iPhone Retina */
    @media only screen and (max-width : 320px) {
			.home-header .img-container {
				max-height: 120px !important;
			}

			.cta-container {
				padding: 0 10px;
			}

			.cta {
				margin-top: -100px;
				width: 100% !important;
				position: relative;
				display: block;
			}
    }

	.home-header .img-container {
		padding-bottom: 0;
		height: 70vh;
		max-height: 420px;
		min-height: 30vh;
		background-size: cover;
	}

.home-header {
	position: relative;
	margin:  0 -15px;
	width: auto;
}

.home-header .container {
	display: table;
	height: 2em;
}

.cta {
	background: rgba(1,1,1,0.8);
	width: 500px;
	max-height: 200px;
	padding: 20px;
	color: #fff;
}

.cta h3 a, .cta p{
	color: #fff;
}

.cta-button a {
	color: #fff;
	font-weight: 600;
}

.cta-button a:visited {
	color: #fff;
}

.cta-button a:hover {
	color: #fff;
}

/*--------------------------------------------------------------
# Sidebox
--------------------------------------------------------------*/
div.col-md-4.side-box-container {
  margin-top: 20px;
  margin-bottom: 10px;
  border: 1px solid #ddd;
  width: 28.333333%;
  border-radius: 2px;
}

div.col-md-12.side-box-container {
  margin-top: 20px;
  margin-bottom: 10px;
  border: 1px solid #ddd;
  border-radius: 2px;
  width: 85%;
}

#sidebar-render-space {
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.side-box-head {
  background-image: url("assets/texture.jpg");
  position: relative;
}

.side-box-content {
  border-top: 1px solid #ddd;
}

.side-box-content a:hover {
	text-decoration: none;
	color: #2a6496;
}

.side-box-content h5:hover {
	color: #2a6496;
}

.side-box-content section ul {
	list-style: none;
	padding-left: 10px;
}

.current-menu-item #sidebox-nav {
	color: #428bca !important;
}

.side-block-logo {
  height: 30px;
  width: auto;
  margin: 25px 10px;
}

.side-box-link {
  color: #333;
}

.side-box-social-icons {
  height: 50px;
  width: auto;
  margin-top: 15px;
  path{
    -webkit-transition-property: fill;
    -webkit-transition-duration: 0.2s;
  }

  &:hover{
    -webkit-transition-property: fill;
    -webkit-transition-duration: 0.2s;

    path{
      fill: #FEE200;
    }
  }
}

.social-media-side-box {
  height: 80px;
	padding-bottom: 15px;
}

.first-social-icon {
  float: right;
}

.third-social-icon {
  float: left;
}

.side-box-paragraph {
  padding-right: 0;
}

.middle-social-box {
  text-align: center;
}

.opportunities-button-container {
  margin: 5px 0 15px 0;
}

.btn.btn-default.btn-lg.opportunities-box {
  text-align: center;
  color: #fff;
  background-color: #5198D2;
  text-transform: uppercase;
  font-size: 16px;
  font-family: 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', Helvetica, sans-serif;
	font-weight: 500;
  width: 300px;
  margin: 0;
  height: 40px;
  line-height: 21px;
  -webkit-transition-property: background-color;
  -webkit-transition-duration: 0.2s;
  border: none;
  border-radius: 2px;
  &:hover {
    background-color: #548BC9;
    -webkit-transition-property: background-color;
    -webkit-transition-duration: 0.2s;
  }
}

.active-arrow {
  width: 0;
	height: 0;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 5px solid #5198D2;
}

.opportunity-box-title {
  padding-top: 8px;
}

.events-sidebox-main-nav {
	padding-bottom: 15px;
}

.fb-event-button-sidebox {
	margin-top: 12px;
	padding: 6px 0 6px 44px !important;
	text-align: left !important;
}

.fb-event-button-sidebox:hover {
	color: #fff !important;
}

.fb-event-button-sidebox:visited {
	color: #fff !important;
}

@media (max-width:991px) {
	.fb-event-button-sidebox {
		width: 93.5% !important;
		margin-left: 3.5%;
	}
}

.side-box-content .widget .widget_frm_reg_login {
	padding-left: 9px;
	padding-right: 9px;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.activity-footer {
	background-color: #262d36;
	padding: 30px 15px;
	color: white;
	font-size: 0.9em;
	margin-top: 40px
}

.activity-footer p {
	color: #fff;
	font-size: 12px;
}

.activity-footer .column-title {
	color: #fff;
	margin: 0 0 10px 0;
	padding-bottom: 5px;
	border-bottom: 0.5px #787878 solid;
}

.activity-footer .col {
	margin-bottom: 10px;
}

.activity-footer .col:last-child {
	margin-bottom: 0;
}

.activity-footer a {
	color: rgb(62, 149, 224);
}

.activity-footer a:hover {
	color: rgb(51, 122, 183);
	text-decoration: none;
}

.activity-footer a:visited {
	color: rgb(51, 122, 183);
	text-decoration: none;
}

.activity-footer .recent-posts ul {
	list-style: none;
	margin: 0;
	padding:0;
}

.activity-footer .recent-posts li {
	padding-bottom: 9px;
}

.activity-footer .recent-posts .meta {
	display: block;
	font-size: 0.8em;
	padding-top: 3px;
}

.activity-footer .volunteer-opportunities h6 {
	margin: 9px 0;
	color: #fff;
	font-size: 14px;
}

.activity-footer .volunteer-opportunities .link {
	font-size: 12px;
	margin-top: -15px;
}

.activity-footer .volunteer-opportunities .link .glyphicon {
	font-size: 10px;
}

.activity-footer .upcoming ul {
	padding: 0;
	list-style-position: inside;
}

.lower-footer {
	background-color: #191d23;
	padding: 20px 15px;
	color: white;
	font-size: 0.7em;
}

.vcenter {
	display: inline-flex;
  align-items: center;
}

@media only screen and (max-width : 992px) {

	.vcenter {
		flex-wrap: wrap
	}

	.lower-footer .col {
		margin-bottom: 10px;
	}

	.lower-footer .col:last-child {
		margin-bottom: 0;
	}

}

.lower-footer .login-helper {
	font-size: 12px;
	color: #fff;
	margin: 0;
}

.lower-footer .login-helper a {
	color: #fff;
	font-weight: 600;
}

.lower-footer .login-helper a:visited {
	color: #fff;
	font-weight: 600;
}

.lower-footer .login-helper a:hover {
	color: #fff;
	text-decoration: none;
}

.lower-footer .menu ul {
	list-style: none;
	margin: 0;
	padding: 2px 0 0 0;
	display: inline-flex;
	flex-wrap: wrap;
	justify-content: space-between
}

.lower-footer .menu li {
	padding-right: 9px;
}

.lower-footer .menu li:last-child {
	padding-right: 0;
}

.lower-footer .menu a {
	color: #fff;
}

.lower-footer .menu a:hover {
	color: #e5e5e5;
	text-decoration: none;
}

.lower-footer .menu a:visited {
	color: #fff;
}


/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
	color: rgba(0, 0, 0, .8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

select {
	border: 1px solid #ccc;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Formidable
--------------------------------------------------------------*/
.section-hidden {
  display: none !important;
}

.frm_description,
.frm_error {
  margin: 9px 0 9px 0 !important;
}

.event-fee-notice {
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  padding-bottom: 3px;
  letter-spacing: -.5px;
}

.total-fees-label {
	display: block;
	font-size: 16px;
	margin-bottom: 4px;
}

.total-fees {
  display: inline-flex;
  float: left;
  flex-direction: row;
  font-weight: 400;
  font-size: 18px;
  color: #367ea7;
  margin-bottom: 9px;
}

.total-fees input[readonly] {
  border: none !important;
  background-color: transparent !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  height: auto !important;
  padding: 0 !important;
  font-weight: 400 !important;
  font-size: 18px !important;
  color: #367ea7 !important;
}
.total-fees:before {
  content: '$';
}

.frm_style_formidable-style.with_frm_style .frm-show-form .frm_section_heading h3 {
  font-size: 18px !important;
}

.frm_message {
  padding-bottom: 0  !important;
}

.frm_style_formidable-style.with_frm_style select {
  margin-top: 0 !important;
}

.frm_submit input:disabled {
 opacity: 0.2;
 cursor: default !important;
 pointer-events: none;
}

.rego-view-container {
	margin-top: 10px;
}

.form_results {
	margin: 0;
	border: none !important;
	border-collapse: collapse;
	table-layout: fixed;
}

.form_results thead th {
	padding: 9px;
}

.form_results tbody {
	font-size: 12px;
}

.event-fee-field {
  border-left: 3px solid #59687D;
  padding: 5px 0 5px 10px;
}

.event-fee-field input {
	border: none !important;
	box-shadow: none !important;
	font-size: 15px !important;
	margin-left: -10px !important;
	font-weight: 600 !important;
	color: #000 !important;
}

.event-fee-field label {
	font-size: 16px;
    margin-top: 0;
	padding: 0;
}

.event-fee-field .frm_description {
	margin-top: -3px !important;
	margin-bottom: 3px !important;
}

.frm_save_draft {
	font-size: 12px;
	text-decoration: none;
	margin-left: -9px;
}

.event-fee-field .glyphicon {
	font-size: 14px;
	margin-right: 5px;
	padding: 0;
	color: #59687D;
}

.with_frm_style .frm_message p {
	margin-bottom: 15px !important;
}

.frm_cc_cvc {
	margin-top:10px;
}

.terms-notice {
	margin-bottom: 9px !important;
}

.payment-icon {
  position: relative;
  margin-left: 0;
}

.payment-icon > i {
  position: absolute;
  display: block;
  transform: translate(0, -50%);
  top: 50%;
  pointer-events: none;
  text-align: center;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
	padding-top: 1px;
}

.payment-icon > input {
  padding-left: 21px !important;
  padding-right: 0 !important;
}

/*--------------------------------------------------------------
# Formidable: User Registration
--------------------------------------------------------------*/
.frm_logout_link {
	margin-top: 5px;
	display: block;
	width: 100%;
	padding: 6px 12px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
		-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
	background-color: #59687D;
	color: white;
}

.frm_logout_link:hover,
.frm_logout_link:visited {
	color: white !important;
}

.frm_login_form {
	padding-top: 9px;
	display: block;
	width: 100%;
}

body .frm_login_form:last-of-type {
	display: none;
}

.frm_login_form label {
	display: none !important;
}


.frm_login_form .frm_submit input {
	width: 100% !important;
	margin-top: 0 !important;
	border: 1px solid transparent !important;
	border-radius: 4px !important;
	color: #fff !important;
	-o-transition: all 0.218s !important;
	-moz-transition: all 0.218s !important;
	-webkit-transition: all 0.218s !important;
	transition: all 0.218s !important;
}

.frm_login_form .frm_submit input:hover {
	background-color: #434f5e !important;
	color: #f2f2f2 !important;
}

.frm_login_form #loginform-0 p,
.frm_login_form #loginform-1 p,
.frm_login_form #loginform-2 p {
	padding-right: 0;
}

.frm_login_form input:focus,
.frm_login_form input:focus,
.frm_login_form input:focus {
  border-color: rgb(104, 145, 162)  !important;
  outline: 0  !important;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgb(104, 145, 162)  !important;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgb(104, 145, 162)  !important;
}

.after-login-form {
	display: inline-block;
	width: 100%;
	margin-top: -13px;
}

.after-login-form .btn {
	display: block;
	width: 49%;
}

.after-login-form a:visited {
	color: white;
}

.after-login-form .btn:first-child {
	margin-right: 4px;
}

.after-login-form .volunteers-sso-link {
	opacity: 0.9;
	font-size: 10px;
	padding-right: 0;
	margin-top: 15px;
}

.volunteers-sso-link a:visited {
	color: #337ab7;
}

.side-box-login {
	margin-top: 9px;
	padding-left: 9px;
	padding-right: 9px;
}

.side-box-login .frm_logout_link {
	margin-bottom: 18px;
}

.quick-login-overlay {
	display: inline-block;
	position: fixed;
	border-radius: 2px;
	margin-right: -10px;
	top: 2px;
	right: 0;
	width: 120px;
	height: 30px;
	padding-left: 13px;
	padding-top: 6px;
	z-index: 1000;
	background-color: #59687D;
		-webkit-box-shadow: 2px 2px 7px -1px rgba(50, 50, 50, 0.25);
		-moz-box-shadow:    2px 2px 7px -1px rgba(50, 50, 50, 0.25);
	box-shadow:         2px 2px 7px -1px rgba(50, 50, 50, 0.25);
		-o-transition: all 0.218s;
		-moz-transition: all 0.218s;
		-webkit-transition: all 0.218s;
	transition: all 0.218s;
	display: none;
}

.quick-login-overlay a {
	color: white;
}

.quick-login-overlay a:visited {
	color: white;
}

.quick-login-overlay:hover {
	background-color: #434f5e;
}

.quick-login-overlay a:hover {
	color: #f2f2f2;
	text-decoration: none;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Main Navigation Bar
--------------------------------------------------------------*/
#head-navigation {
	margin-bottom: 0;
	border-radius: 0;
	background-color: #4B92DB;
	border: none;
  font-family: 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', Helvetica, sans-serif;
}

.navbar-header {
	height: 95px;
	color: #fff;
}

.navbar-brand {
	margin: 0 20px 0 0;
	padding: 0 !important;
}

.navbar-brand img {
	height: 95px;
	background-color: #fff;
}

#head-navigation .navbar-nav > li > a {
	color: #fff;
	font-size: 18px;
	text-transform: uppercase;
}

#head-navigation .navbar-nav > li > a:hover {
	color: #222;
}

#head-navigation .navbar-nav > .current-menu-item > a,
#head-navigation .navbar-nav > .current-page-ancestor > a{
	background: none !important;
	color: #222;
}

#head-navigation .navbar-collapse {
	border-top: none;
		-webkit-box-shadow: none;
	box-shadow: none;
}

#head-navigation .navbar-toggle {
	margin-top: 31px;
}

@media (min-width: 768px) {
    .navbar-centered .navbar-nav {
        float: none;
        text-align: center;
    }
    .navbar-centered .navbar-nav > li {
        float: none;
    }
    .navbar-centered .nav > li {
        display: inline;
				margin-right: 15px;
    }
		.navbar-centered .nav > li:last-child {
				margin-right: 0;
    }
    .navbar-centered .nav > li > a {
        display: inline-block;
				line-height: 65px;
    }
}

/* No greater than 900px, no less than 400px */
@media (max-width:1200px) and (min-width:600px) {
    .navbar-centered .navbar-nav {
        float: none;
        text-align: center;
    }
    .navbar-centered .navbar-nav > li {
        float: none;
    }
    .navbar-centered .nav > li {
        display: inline;
				margin-right: 15px;
    }
		.navbar-centered .nav > li:last-child {
				margin-right: 0;
    }
    .navbar-centered .nav > li > a {
        display: inline-block;
				line-height: 25px;
				padding-bottom: 0
    }
}

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: royalblue;
}

a:visited {
	color: purple;
}

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

a:focus {
	outline: thin dotted;
}

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

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 1.5em;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul ul li {

}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
## Main Navigation Bar
--------------------------------------------------------------*/
#head-navigation .navbar-toggle{
background-color: transparent;
background-image: none;
border: none;
box-shadow: none;
}

#head-navigation .navbar-toggle .icon-bar{
background-color: white;
}

#head-navigation .navbar-toggle .icon-bar:nth-of-type(2) {
	  top: 1px;
}

#head-navigation .navbar-toggle .icon-bar:nth-of-type(3) {
  	top: 2px;
}

#head-navigation .navbar-toggle .icon-bar {
	  position: relative;
	  transition: all 500ms ease-in-out;
}

#head-navigation .navbar-toggle.active .icon-bar:nth-of-type(1) {
	  top: 6px;
	  transform: rotate(45deg);
}

#head-navigation .navbar-toggle.active .icon-bar:nth-of-type(2) {
	  background-color: transparent;
}

#head-navigation .navbar-toggle.active .icon-bar:nth-of-type(3) {
	  top: -6px;
	  transform: rotate(-45deg);
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	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: 14px;
	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. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

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

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

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

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Pages: General
--------------------------------------------------------------*/

.page-content {
  padding-left: 0;
}

.bold-line {
  font-family: 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', Helvetica, sans-serif;
	font-weight: 500;
}

.twitterbox {
  height: 100%;
  overflow: hidden;
  width: 90%;
  margin: 0 auto;
  margin-top: 25px;
}

.twitter-img {
  width: 130px;
  margin: 21px auto 0;
  padding-left: 20px;
}

.full-width-container {
	padding: 5px 65px;
}

/*--------------------------------------------------------------
## Pages: Regions
--------------------------------------------------------------*/
.regions-box {
  border: 1px solid #ddd;
  padding: 15px;
  margin-top: 19px;
  border-radius: 2px;
}

.regions-box-singular {
  padding: 15px;
  margin-top: 19px;
  margin-bottom: 26px;
}

.regions-box-singular .col-md-3 {
	margin-left: -10px !important;
}

.regions-box-singular .col-md-3  img {
  width: 209px;
}

.no-underline-anchor,
.no-underline-anchor:hover {
    text-decoration: none !important;
  }

.regions-head-1, .regions-head-2 {
  color: #333D4C;
  font-size: 28px;
  text-transform: uppercase;
	letter-spacing: -1px;
}

.regions-head-1 {
  font-family: 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', Helvetica, sans-serif;
	font-weight: 600;
	margin-right: 5px;
}

.regions-head-2 {
  font-family: 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', Helvetica, sans-serif;
	font-weight: 400;
}

.regions-head-break {
	display: none;
}

@media (max-width: 768px) {
	.regions-head-break {
		display: block;
	}

	.regions-head-2 {
		line-height: 20px;
	}
}

.region-box-hr {
    border-top: 1px solid #ddd;
    margin-top: 2px;
}

.region-fbook-icon {
  width: 24px;
  height: 24px;
}

.region-fbook-icon path{
  -webkit-transition-property: fill;
  -webkit-transition-duration: 0.2s;
}

  .region-fbook-icon:hover{
    -webkit-transition-property: fill;
    -webkit-transition-duration: 0.2s;
}

.region-fbook-icon:hover path{
    fill: #FEE200;
}

.regions-un-logo {
  width: 180px;
}

.regions-un-logo-small {
  width: 204px;
}

.region-box-paragraph {
  padding-right: 0;
}

.region-fbook-icon {
  margin-top: 8px;
}

.region-personal-title {
  text-align: center;
  padding-top: 10px;
  font-family: 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', Helvetica, sans-serif;
	font-weight: 500;
  color: #222;
  font-size: 16px;
  text-transform: uppercase;
}

.region-link-icon {
  width: 30px;
  margin-right: 10px;
  margin-left: 6px;
}

.small-print {
  font-size: 13px;
}

.one-word-per-line {
  word-spacing: 1000px;
}

/*--------------------------------------------------------------
## Pages: Events
--------------------------------------------------------------*/
.events-block {
  width: 47% !important;
  margin: 10px 0;
  padding-left: 2px !important;
  padding-right: 2px !important;
}

.events-block-second {
  margin-left: -22px;
}

.events-images {
  margin: 15px 0;
}

.single-event-img {
  margin-top: 28px;
}

.bold-line {
  font-family: 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', Helvetica, sans-serif; !important; font-weight: 500;
}

.event-hr {
  border-top: 1px solid #ddd;
}

.bordered-event-image {
  padding: 10px;
  border: 1px solid #ddd;
}

.event-nav-hr {
  width: 330px;
  margin-left: -15px;
  border-top: 1px solid #ddd;
  margin-top: 15px;
}

.event-nav-overview {
  margin-top: 15px;
}

.event-nav-box {
  background-color: #eee;
  width: 330px;
  margin-left: -15px;
  margin-top: -20px;
  padding-top: 5px;
  height: 110%;
}

.second-event-hr {
  margin-top: 15px;
}

.third-event-hr {
  margin-top: 0;
}

.events-svg {
  width: 70px;
  margin-top: -12px;
}

.events-accordian-title {
  margin-left: 10px;
  color: #5198D2;
  font-family: 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', Helvetica, sans-serif;
	font-weight: 500;
  line-height: 70px;
}

.event-accordian-arrow {
  margin-top: 20px;
}

/*--------------------------------------------------------------
### Pages: Events: Single Event Pages (incl. EC) + Meta
--------------------------------------------------------------*/
/* single-event.php */

@media (max-width: 991px) {
	.tribe-events-event-meta {
	  padding-left: 12px !important;
	}

	.site-main {
		padding-right: 9px;
	}

	.single-event-committee h5 {
		margin-bottom: 20px !important;
	}
}


@media (min-width: 992px) {
	.site-main {
		padding-right: 35px;
	}

	#tribe-events p {
		padding-right: 0;
	}
}

.hero-block {
	position:relative;
	width: 100%
}

.hero-text {
	position: absolute;
	bottom: 0;
	font-size: 24px;
	background: rgba(0, 0, 0, 0.5);
	padding: 30px 20px;
	width: 100%;
	min-height: 80px;
	vertical-align: middle;
	line-height: 20px;
	margin: 0;
	color: #fff;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: -1px;
	text-align: center;
	font-family: "Gotham Narrow SSm A", "Gotham Narrow SSm B", "Gotham Narrow", sans-serif;
	text-shadow: 0 1px 2px rgba(0, 0, 0, .6)
}

.tribe-events-event-image {
	margin-top: 20px;
	margin-bottom: 20px !important;
}

.tribe-events-event-image img {
	border-radius: 2px;
	object-fit: cover;
	-o-object-fit: cover;
	max-height: 450px;
}

.tribe-events-list-event-title {
	text-transform: uppercase;
	margin-top: 0;
}

.tribe-events-list-event-title a:hover {
	text-decoration: none;
}

.single-event-committee h5 {
	margin: 0;
	padding-bottom: 0;
}

.single-event-committee img {
	margin: 20px 20px 10px 0;
}

.single-event-committee img:last-child {
	margin: 20px 0 10px 0;
}

.single-event-committee img:hover {
	cursor: pointer;
}

.single-event-committee img:focus {
	outline: none;
}

.single-event-committee .popover-title {
	font-weight: 600;
}

.tribe-events-button {
display: inline;
background-color: #4B92DB;
background-image: none;
border: 0;
margin-right: 12px;
margin-bottom: 12px;
border-radius: 3px;
box-shadow: none;
color: #fff;
cursor: pointer;
display: inline-block;
font-size: 11px;
font-weight: 700;
letter-spacing: 1px;
line-height: normal;
padding: 6px 9px;
text-align: center;
text-decoration: none;
text-transform: uppercase;
vertical-align: middle;
zoom: 1
}

.tribe-events-button:last-child {
	margin-bottom: 0;
}

/* /modules/meta */

.tribe-events-event-meta {
	margin: 15px -4% 30px 0 !important;
}

.tribe-events-event-meta:first-child {
	border-top: none;
}

.tribe-events-meta-group dt {
	float: left;
	margin-right: 3px;
}

.tribe-events-meta-group dd {
	margin: 0 1.5em 1em;
}

.tribe-events-meta-group-venue dd {
	margin: 0;
}

.tribe-events-meta-group-venue dd:last-child {
	margin-bottom: 12px;
}

.single-event-committee {
	padding: 12px;
}

.event-timetable {
	margin-top: 10px;
	margin-bottom: 0 !important;
}

.event-timetable tbody {
	font-size: 11px;
}

/* Sidebar: Upcoming Events Query */

.upcoming-events a {
    font-size: 14px !important;
}

.upcoming-events {
    padding-left: 0;
    margin-left: 0;
    text-align: center;
    margin-top: -16px;
}

.upcoming-events {
	margin-bottom: 16px;
}

.upcoming-events .upcoming-event-date {
    font-size: 12.5px;
    font-weight: 300;
    margin-top: 10px;
    color: #646464;
		padding-right: 0;
}

.upcoming-view-all {
    text-align: center;
    text-transform: uppercase;
		padding-right: 0;
		display: none;
}

.upcoming-view-all a {
    font-size: 10px !important;
    font-weight: 200 !important;
}

.upcoming-events h4 {
    padding-bottom: 0;
		list-style: none;
}

.upcoming-events h4:last-child {
    padding-bottom: 12px;
}

.upcoming-events h5 {
	margin-top: 30px;
	margin-bottom: 0px !important;
}

/* Sidebar Widget */

li.tribe-events-list-widget-events a {
    font-size: 14px !important;
}

.tribe-list-widget {
    padding-left: 0;
    margin-left: 0;
    text-align: center;
    margin-top: -16px;
}

.tribe-events-list-widget {
	margin-bottom: 16px;
}

.tribe-events-list-widget .tribe-event-duration {
    font-size: 12.5px;
    font-weight: 300;
    margin-top: 10px;
    color: #646464;
}

.tribe-events-widget-link {
    text-align: center;
    text-transform: uppercase;
		padding-right: 0;
}

.tribe-events-widget-link a {
    font-size: 10px !important;
    font-weight: 200 !important;
}

.tribe-events-list-widget ol li {
    padding-bottom: 0;
		list-style: none;
}

.tribe-events-list-widget ol li:last-child {
    padding-bottom: 12px;
}

.tab-pane-heading {
	margin-top: 0;
}
/*--------------------------------------------------------------
### Pages: Events: More EC Styles
--------------------------------------------------------------*/

.list-date span {
	padding-bottom: 10px;
	display: block;
}

.ec-list .ec-list-title {
	font-size: 18px !important;
}

.ec-list .tribe-events-event-meta {
	font-size: 12px;
	margin-top: -9px;
	margin-bottom: 12px !important;
}

.ec-list {
	padding-bottom: 12px;
	padding-left: 12px;
}

.tribe-events-list #tribe-events-footer ul {
	text-align: left;
	padding-left: 0;
}
/*--------------------------------------------------------------
### Pages: Events: ECS Styles
--------------------------------------------------------------*/
.ecs-event-list
{
	padding:0;
	margin:0
}

.ecs-event {
	position: relative;
	list-style: none;
	display: inline-flex;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-content: stretch;
	align-items: flex-start;
	min-height: 150px;
	background-color: #fbfbfb;
	border-radius: 2px;
	border: 1px solid #ddd;
	margin-top: 20px;
	margin-bottom: 20px;
	width: 100%;
}

.ecs-event h4 {
	padding-top: 5.5%;
	margin-top: 0;
	margin-top: 0;
	font-size: 18px !important;
	display: block;
	padding-right: 9px;
	padding-left: 135px;
}

.ecs-event h4 a:hover {
	text-decoration: none;
}

.ecs-event img {
	height: 100%;
	position: absolute;
	border-radius: 2px 0 0 2px;
	margin-right: 15px;
	width: 125px;
	object-fit: cover;
}

.ecs-excerpt {
	padding: 4px 4px 0 135px;
}

.ecs-event .time,
.ecs-event .venue {
	font-size: 12px;
	font-weight: 400;
	padding-left: 135px;
}

.ecs-see-more {
	background-color: #59687D;
	padding: 9px;
	border-radius: 3px;
	margin-top: 9px;
}

.ecs-see-more a {
	color: white;
}

.ecs-see-more a:hover {
	color: #222;
	text-decoration: none;
}

/*--------------------------------------------------------------
## Pages: Alumni
--------------------------------------------------------------*/
.alumni-profile {
	margin-bottom: 45px;
}

.alumni-profile:last-child{
	margin-bottom: 0;
}


.alumni-profile-trigger {
  cursor: pointer;
}

.alumni-profile-img {
  margin-top: 28px;
}

.alumni-description {
  padding-right: 5px;
}

.arrow_box {
	position: relative;
	background: #f1f1f1 !important;
  margin-bottom: 3px !important;
  display: none;
}

.first-arrow-box {
  display: inherit;
}

.arrow_box:after, .arrow_box:before {
	top: 100%;
	left: 7.2%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.arrow_box:after {
	border-color: rgba(239, 239, 239, 0);
	border-top-color: #f1f1f1;
	border-width: 20px;
	margin-left: -20px;
}

.arrow_box:before {
	border-color: rgba(221, 221, 221, 0);
	border-top-color: #ddd;
	border-width: 21px;
	margin-left: -21px;
}

/*--------------------------------------------------------------
## Pages: Opportunities
--------------------------------------------------------------*/
.opportunities-back {
	font-size: 85%;
}

.opportunities-list {
	list-style: none;
	padding: 0;
}

.opportunities-list li {
	border-top: 0.5px solid #ddd;
	margin-top: 10px;
}

.opportunities-list h4 {
	margin: 19px 0 5px 0;
}

.opportunities-list .description {
	margin-top: 13px;
}

/*--------------------------------------------------------------
## Pages: Volunteers
--------------------------------------------------------------*/
.page-volunteers p {
	padding-right: 0 !important;
}

.dwkb-breadcrumbs, .dwkb-article-meta, .dwkb-article-footer {
	font-size: 12px;
}

.dwkb-article-meta {
	margin-top: -8px;
	color: #909090;
}

.dwkb-article-meta a {
	color: #909090;
}

.dwkb-article-footer {
	margin-top: 40px;
}

.dwkb-grid {
	margin: 0;
}

@media (min-width: 768px) {
	.volunteers-title {
		margin: 30px 15px 15px 65px !important;
	}
}

.volunteers-title {
	margin-left: 15px;
	margin-right: 15px;
	margin-top: 15px;
}

.dw-grid {
	margin: 0;
}

.dwkb-article-header {
	border-bottom: 0.5px solid #ddd;
	margin-bottom: 20px;
}

.dwkb-related-articles {
	margin-top: 40px;
}

/*--------------------------------------------------------------
# Pages: Heroes
--------------------------------------------------------------*/
.hero-container {
  position: relative;
  width: 100%;
  height: 300px;
  background-size: cover;
  background-position: center center;
  background-color: #f2f2f2;
  padding-right: 0;
  padding-left: 0;
  margin-right: 0;
  margin-left: 0;
  -webkit-box-shadow: inset 0px -85px 45px -30px rgba(0,0,0,0.2);
-moz-box-shadow: inset 0px -85px 45px -30px rgba(0,0,0,0.2);
box-shadow: inset 0px -85px 45px -30px rgba(0,0,0,0.2);
}

.hero-overlay {
  position: absolute;
  bottom: 20px;
  padding-left: 5.55%;
  color: white;
}

.hero-overlay span {
  font-family: 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', Helvetica, sans-serif;
  color: white;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6)
}

.hero-overlay .title {
  display: block;
  margin-bottom: 5px;
  font-size: 32px;
  font-weight: 600;
  letter-spacing: -2px;
  line-height: 0.9em;
  text-transform: uppercase;
}

.hero-overlay .title a {
	color: white;
}

.hero-overlay .title a:hover {
	text-decoration: none;
	text-shadow: 0 1px 9px rgba(0, 0, 0, .9);
	-o-transition: all 0.218s;
	-moz-transition: all 0.218s;
	-webkit-transition: all 0.218s;
	transition: all 0.218s;
}

.hero-overlay .meta {
  font-size: 18px;
  letter-spacing: -1px;
	text-transform: capitalize;
}

.sub-hero-menu {
  font-family: 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', Helvetica, sans-serif;
  width:100%;
  text-transform: uppercase;
  color: white;
  background-color: #59687D;
	margin-bottom: 20px;
}

.sub-hero-menu ul {
  list-style: none;
  margin: 0;
  min-height: 40px;
  padding: 9px 0 9px 5.55%;
}

.sub-hero-menu li {
  display: inline-block;
  margin-right: 20px;
  line-height: 30px;
}

.sub-hero-menu li a {
  color: white;
}

.sub-hero-menu li a:hover {
  color: #222;
	text-decoration: none;
}

.sub-hero-menu .current_page_item a,
.sub-hero-menu .active a {
  color: #222;
}

@media (max-width: 991px) {
.hero-overlay,
.sub-hero-menu ul {
	padding-left: 15px;
}
}

.side-box-under-hero {
	margin-top: 0 !important;
}
/*--------------------------------------------------------------
## Single Posts
--------------------------------------------------------------*/
.entry-meta {
	font-size: 12px;
	margin-bottom: 12px;
}

.entry-footer {
	display: inline-flex;
	margin-top: 9px;
	padding-bottom: 0;
	align-items: center;
	margin-bottom: 50px;
}

.cat-links, .tags-links {
	background-color: #59687D;
	padding: 9px;
	color: #fff;
	border-radius: 4px;
}

.tags-links, .edit-link {
	float: right;
	margin-left: 9px;
}

.comments-link a {
	margin-left: 9px;
}

.comments-link a, .edit-link .post-edit-link {
	color: #757575;
}

.cat-links a, .tags-links a, .nav-links .nav-previous a, .nav-links .nav-next a:hover {
	color: #fff;
	font-weight: 600;
}

.cat-links a:hover, .tags-links a:hover, .nav-links .nav-previous a:hover, .nav-links .nav-next a:hover {
	text-decoration: underline;
	color: #fff;
}

.cat-links a:visited, .tags-links a:visited, .nav-links .nav-previous a:visited, .nav-links .nav-next a:visited {
	color: #fff;
}

.nav-links {
	display: inline-flex;
	margin-top: 9px;
	align-items: center;
}

.nav-links .nav-previous {
	background-color: #687992;
	padding: 9px;
	color: #fff;
	border-radius: 4px;
	margin-top: 9px;
	float:left;
	margin-right: 9px;
	width: 50%;
}

.nav-links .nav-next {
	background-color: #687992;
padding: 9px;
color: #fff;
border-radius: 4px;
margin-top: 9px;
float: right;
width: 50%;
}

.post-navigation {
	overflow: none !important;
	margin-top: 12px;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

.fb-comments {
	margin-top: 12px;
}

._42ef ._8u {
	display: none;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

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

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

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

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

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

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

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

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

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

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

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

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

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Media Queries
--------------------------------------------------------------*/

@media (max-width: 1200px) {

  h4 {
    font-size: 21px !important;
  }

  h5 {
    font-size: 17px !important;
  }

  .affix{
    width: 323px;
    top: 0;
  }

  #opportunities-filterbox ul li a {
    padding: 15px 15px;
  }

  .opportunities-container .opportunities-head {
    padding-left: 0;
    padding-right: 0;
  }

  .opportunities-container .opportunities-head .col-md-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .opportunities-container .opportunities-head:first-child {
    padding-left: 20px;
    padding-right: 0;
  }

  .opportunities-box {
    width: 243px !important;
  }

  .event-nav-box {
    width: 272px;
  }

  .event-nav-hr {
    width: 272px;
  }

  .regions-box-singular .col-md-3 img {
    width: 180px;
  }

  .events-images {
    width: 87%;
  }
}

@media (max-width: 1006px) {

  #opportunities-filterbox .dropdown {
    width: 100%;
  }

  .hidden-xs {
    display: none;
  }

  .side-box-head {

  }

  .col-md-8 {
    width: 100% !important;
  }

  .event-nav-box {
    width: 103.3%;
  }

  .event-nav-hr {
    width: 103.3%;
  }

  .btn.btn-default.btn-lg.go-button {
    margin-left: 15px;
  }

  .opportunities-container .opportunities-head:first-child {
    padding-bottom: 15px;
  }

  .opportunities-container .opportunities-head .col-md-2 {
    padding: 0 !important;
  }

}

@media (max-width: 991px) {

  .filter-label {
    margin-left: 0px;
  }

  .twitterbox {
    margin: 0 auto;
  }

  .twitter-column {
    text-align: center;
  }

  .btn.btn-default.btn-lg.go-button {
    margin-left: 0;
  }

  .opportunities-container .opportunities-head:first-child {
    padding-bottom: 0;
  }

  .opportunities-container .opportunities-head {
    padding-left: 10px;
    padding-right: 10px;
  }

  .opportunities-container .opportunities-head .col-md-2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .opportunities-container .opportunities-head:first-child {
    padding-left: 10px;
    padding-right: 10px;
  }

  .events-images {
    margin: 15px auto;
  }

  .regions-un-logo {
    margin-bottom: 30px;
  }

  .event-nav-box {
    width: 100%;
    margin-left: 0;
  }

  .event-nav-hr {
    width: 100%;
    margin-left: 0;
  }

  .opportunities-box {
    margin: 20px 10px !important;
  }

  .regions-box {
    width: 90%;
    margin: 0 auto;
    margin-top: 15px;
  }

  div.row.home-icon-row > div > a > svg {
    margin-left: 0;
  }

  footer p:nth-child(2) {
    font-size: 11px;
    width: 410px;
  }

  .page-content {
    padding-left: 30px !important;
  }

  div.col-md-4.side-box-container {
    width: inherit;
  }

  div.col-md-12.side-box-container {
    width: inherit;
  }

  .side-box-container .col-md-12{
    padding: 0;
  }

  h1{
    padding: 15px 15px 12px 14px !important;
  }

  .footer-left {
    padding-left: 0;
  }

  div.col-md-12.opportunities-box {
    margin: 10px auto;
    width: 40%;
  }

  .region-fbook-icon {
    display: none;
  }

  .events-block {
    width: 50% !important;
    margin: 10px auto;
  }

  .arrow_box {
    margin: 15px !important;
  }

  .arrow_box:after, .arrow_box:before {
    left: 4.5%;
  }

  .opportunities-container {
    width: 100% !important;
  }

  .opportunity-heading {
    padding: 4px 4px 4px 14px;
    font-size: 13px !important;
    margin-top: 5px;
    text-align: center;
  }

  .opportunities-down-arrow {
    display: none;
  }

  .opportunity-info-block {
    text-align: center;
  }

  .opportunity-trigger .row .col-md-3 {
    padding: 10px 0;
  }

  .opportunity-description {
    font-size: 13px;
  }

  .opportunity-menubox > .opportunity-menu {
    float: none;
    margin-right: 0;
  }

  #opportunities-navbar > .container-fluid {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  #opportunities-navbar {
    width: 100%;
  }

  .opportunity-menubox {
    text-align: center !important;
  }

  .menu-holder {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  #opportunities-filterbox {
    padding: 0;
    margin: 0 auto;
    ul {
      li {
        a {
          width: 90%;
          margin: 0 auto;
        }
      }
    }
  }

  .home-paragraph p, .home-second-section p {
    font-size: 14px;
  }

  .home-second-section {
    margin-bottom: 20px;
  }

}

@media (max-width: 767px) {

  h1 {
    font-size: 16px !important;
  }

  polyline:nth-child(1), polyline:nth-child(2) {
    display: none !important;
  }

  .events-images {
    width: 54%;
    min-width: 300px;
  }

  .event-nav-box {
    width: 100%;
    margin-left: 0;
  }

  .event-nav-hr {
    width: 100%;
    margin-left: 0;
  }

  .small-icons {
    display: inline-block;
  }

  .large-icons {
    display: none;
  }

  footer .footer-triangle {
    background-image: none;
    margin-right: 0;
    left: 0;
    padding-left: 20px;
  }

  .footer-left polyline:nth-child(1), .footer-left polyline:nth-child(2) {
    fill: #fff;
  }

  footer {
    margin-top: -90px;
    padding-bottom: 10px;
  }

  footer .social-media {
    position: static;
    margin-left: 7px;
  }

  .footer-triangle {
    display: none;
  }

  footer .social-media-icon > path {
    fill: #548BC9;
  }

  footer .social-media-icon path {
    fill: #548BC9;
  }

  .btn.btn-default.btn-lg.go-button {
    margin-bottom: 10px;
  }

  #opportunities-filterbox {
    display: inherit;
    overflow: hidden;
  }

  .pull-right {
    float: none !important;
  }


  .main-container {
    margin: 0;
    box-shadow: none;
  }

  .list-inline:nth-child(1) {
    padding-left: 20px;
  }

  p{
    padding-right: 0;
  }

  .regions-box {
    margin-left: 27px;
    width: 95%;
  }

	@media (max-width: 768px) {
		.regions-box {
	    margin-left: 18px;
	  }
}

  .regions-box-singular {
    width: 100%;
    margin: 0;
  }

  .region-box-paragraph {
    padding-top: 0;
  }

  .events-block {
    width: 90% !important;
    float: none;
    margin: 10px auto;
  }

  .accordian-date, .accordian-info {
    font-size: 13px;
  }

  .panel-body, .accordian-content-row, .accordian-column {
    padding-right: 0 !important;
  }

  .personal-images {
    padding-right: inherit;
		padding-left: 9px;
  }

  .mascot {
    text-align: center;
    img {
      margin-bottom: 30px;
      max-width: none;
    }
  }

  .arrow_box {
    margin: 10px 0 !important;
  }

  .arrow_box:after, .arrow_box:before {
    left: 6%;
  }
}

@media (max-width: 991px) {
	#sidebar-render-space {
		padding-left: 15px;
		padding-right: 15px;
	}
}

@media (max-width: 768px) {
	footer .footer-text {
		width: 100%;
	}

	footer p:nth-child(2) {
    width: 100%;
		padding-right: 0 !important;
  }
}

@media (max-width: 450px) {
  .alumni-profile-img {
    display: none !important;
  }

  .alumni-profile-trigger {
    .col-xs-2 {
      display: none !important;
    }
  }

  .arrow_box:after, .arrow_box:before {
    left: 23%;
  }

  .events-images {
    width: 100%;
  }

}

@media (min-width: 769px) {
  body{
    background-image: url('assets/background.jpg');
  }
}
