/*
	Theme Name: FlexTemplate
	Theme URI: http://thoughtbox.net
	Description: FlexTemplate from ThoughtBox
	Version: 1.0
	Author: ThoughtBox
	Author URI: http://thoughtbox.net
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

body {
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	padding-top: 50px;
}

a {
	-webkit-transition: all .25s ease;
	   -moz-transition: all .25s ease;
	        transition: all .25s ease;
}

a:focus {
	outline: 0;
	text-decoration: none;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4 {
	font-weight: 400;
	font-family: 'Roboto Condensed', sans-serif;
	text-transform: uppercase;
	display: block;
}

h1, .h1 {
	font-size: 24px;
	line-height: 1.5;
	margin-bottom: 20px;
}

h2, .h2 {
	font-size: 20px;
	line-height: 1.3;
	margin-bottom: 10px;
}

h3, .h3 {
	font-size: 20px;
	line-height: 1.2;
	font-weight: 300;
}

h4, .h4 {
	font-size: 17px;
	line-height: 1.2;
}

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

.page-heading {
  margin-top: 0;
  border-bottom: 1px solid rgba(0,0,0,0.1);
  line-height: 1;
}

.section-heading {
	margin-top: 0;
}

.subtitle {
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}

.single {
	margin-bottom: 0;
}

.intro {
	margin-top: 20px;
}

p {
	margin-bottom: 20px;
}

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

ul {
	margin-bottom: 0;
}

ul + p {
	margin-top: 20px;
}

@media (min-width: 768px) {

	body {
		padding-top: 70px;
	}

	h1 {
		font-size: 36px;
	}

	h2 {
		font-size: 24px;
	}

	h3 {
		font-size: 22px;
		margin-bottom: 20px;
	}

	h4 {
		font-size: 18px;
	}

	.page-heading {
	  margin-bottom: 40px;
	}
}

@media (min-width: 992px) {
	body {
		font-size: 16px;
	}

	h1 {
		font-size: 40px;
	}

	h2 {
		font-size: 28px;
	}

	h3 {
		font-size: 26px;
		margin-bottom: 25px;
	}

	h4 {
		font-size: 19px;
	}
}




/*------------------------------------*\
    NAVBAR
\*------------------------------------*/

.navbar {
	border-radius: 0;
	margin-bottom: 0;
	font-weight: 400;
	background-color: #fff
}

.navbar-collapse {
  background: #fff;
}

.navbar .container {
	position: relative;
}

.navbar-fixed-top {
	position: fixed;
	right: 0;
	left: 0;
	top:0;
	z-index: 1000;
}

/* branding */

.navbar-header .navbar-brand {
	padding: 0;
	margin: 12px 15px 0 10px;
	height: 40px;
	width: 215px;
}


/* toggle */

.navbar-toggle .icon-bar {
	  position: relative;
	  -webkit-transition: all .2s ease;
	     -moz-transition: all .2s ease;
	          transition: all .2s ease;
}

.navbar-toggle .icon-bar:nth-of-type(3) {
	-webkit-transition: all .05s ease;
	   -moz-transition: all .05s ease;
	        transition: all .05s ease;
}

.navbar-toggle:not(.collapsed) .icon-bar:nth-of-type(2) {
	  top: 6px;
	  -webkit-transform: rotate(45deg);
	     -moz-transform: rotate(45deg);
	      -ms-transform: rotate(45deg);
	       -o-transform: rotate(45deg);
	          transform: rotate(45deg);
}

.navbar-toggle:not(.collapsed) .icon-bar:nth-of-type(3) {
	  background-color: transparent;
}

.navbar-toggle:not(.collapsed) .icon-bar:nth-of-type(4) {
	  top: -6px;
	  -webkit-transform: rotate(-45deg);
	     -moz-transform: rotate(-45deg);
	      -ms-transform: rotate(-45deg);
	       -o-transform: rotate(-45deg);
	          transform: rotate(-45deg);
}

.navbar-toggle .icon-bar {
	background-color: #4f4f4f;
}

.navbar-toggle.collapsed {
	background-color: #fff;
}

.navbar-toggle,
.navbar-toggle:hover,
.navbar-toggle.collapsed:hover {
	background-color: #f2f2f2;
	border: 1px solid #d2d2d2;
}


/* main navigation */

.navbar-nav {
	font-family: 'Roboto Condensed', sans-serif;
}

.navbar-nav li > a {
	color: #2e2e2e;
	text-transform: uppercase;
	font-size: 16px;
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
	        transition: all .3s ease;
}

.navbar-nav li > a:hover,
.navbar-nav li > a:focus {
	color: inherit;
}


/* navbar media queries */

@media (min-width: 768px) {
	.navbar {
		height: 70px;
	}

	.navbar-header .navbar-brand {
		margin: 14px 15px 14px 10px;
	}

	.navbar-nav li > a {
		padding: 25px 10px;
	}
}

@media (min-width: 992px) {
	.navbar-nav li > a {
		padding-left: 15px;
		padding-right: 15px;
	}

	.navbar-header .navbar-brand {
		width: 250px;
	}
}



/*------------------------------------*\
    SIDEBAR
\*------------------------------------*/

.sidebar {
  font-size: 94%;
}

.sidebar a {
  color: inherit;
}

.sidebar li + li {
  margin-top: 4px;
}

.sidebar .widget {
	margin-top: 40px;
}

.sidebar h4 {
  margin: 0 0 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid rgba(0,0,0,0.1);
}

@media (min-width: 768px) {
  .sidebar .widget:first-child {
    margin-top: 0;
  }
}




/*------------------------------------*\
    INTERIOR
\*------------------------------------*/

.interior {
  padding: 20px 0 40px;
}

@media (min-width: 768px) {
  .interior {
    padding: 40px 0;
  }
}




/*------------------------------------*\
    BLOCK HELPER CLASSES
\*------------------------------------*/

.background-cover {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.section {
	padding: 40px 0;
}


/* vertical alignment */

.valign {
	display: inline-block;
	vertical-align: middle;
	line-height: 1;
}

.valign p {
	line-height: 1.42857143;
}


/* section intro */

.section-intro h1,
.section-intro .h1,
.section-intro h2 {
	margin: 0;
}

.section-intro .subtitle {
	margin-top: 10px;
}

.section-intro .subtitle p {
	margin-bottom: 0;
}

.section-intro .fa,
.section-intro .btn {
	margin-top: 20px;
}


.card .section-intro .btn {
	position: absolute;
	top: auto;
	right: 0;
	left: 0;
	bottom: 20px;
	margin-bottom:0;
	margin-left: auto;
	margin-right: auto;
	height: 38px;
	width: 100px;
}

.card .section-intro .subtitle p {
	padding-bottom: 60px;
	margin-bottom: 20px;

}

/* section intro box */

article.section-intro-box {
	background: rgba(0,0,0,0.4);
	border-radius: 5px;
	font-weight: 400;
	color: #fff;
	padding: 20px 35px;
	margin: 20px;
	max-width: 800px;
}

article.section-intro-box h1,
article.section-intro-box .h1 {
	line-height: 1.2;
}

.section-intro-box .fa {
	color: #fff;
	font-size: 28px;
	border-radius: 999px;
	border-width: 2px;
}


/* light text selected */

.light h2,
.light .subtitle,
.light .panel {
	color: #fafafa;
}


/* content spaced */

.content-spaced {
	margin-top: 30px;
}


@media (min-width: 768px) {
	.section-intro-box {
		padding: 50px 75px;
	}


}

@media (min-width: 992px) {
	.section {
		padding: 50px 0;
	}

	.section-intro-box {
		padding: 35px;
	}

	.content-spaced {
		margin-top: 40px;
	}
}

@media (min-width: 1200px) {
	.section {
		padding: 60px 0;
	}
}




/*------------------------------------*\
    HERO IMAGE
\*------------------------------------*/

.hero-image {
	min-height: 285px;
	line-height: 285px;
}

@media (min-width: 768px) {
	.hero-image {
		min-height: 427px;
		line-height: 427px;
	}
}

@media (min-width: 992px) {
	.hero-image {
		min-height: 570px;
		line-height: 570px;
	}
}




/*------------------------------------*\
    CARDS
\*------------------------------------*/

.cards .logos {
    padding: 25px;
}

.cards .logos img {
    margin: 0 auto;
}

.card img {
	margin-bottom: 20px;
}

@media (max-width: 767px) {
	.card-wrapper + .card-wrapper {
		margin-top: 40px;
	}

	.card img {
		width:100%;
		max-width: 100%;
		margin: 0 auto 20px;
	}
}

@media (min-width: 768px) {
    .cards .section-intro h2.section-headline {
        font-size: 250%;
    }
}

@media (min-width: 992px) {
    .cards .section-intro h2.section-headline {
        font-size: 350%;
    }
}

@media (min-width:768px) and (max-width:991px){

    .card-wrapper.col-md-6:nth-child(2n+1) {
        clear: none;
    }


    .card-wrapper.col-sm-6:nth-child(2n+1) {
        clear: left;
    }
}




/*------------------------------------*\
    GALLERY
\*------------------------------------*/

.grid-item {
	padding: 2px;
	height: auto;
}

.grid-sizer,
.grid-item {
	width: 50%;
}

@media (min-width: 768px) {
	.grid-sizer,
	.grid-item {
		width: 33.33333%;
	}
}

@media (min-width: 992px) {
	.grid-sizer,
	.grid-item {
		width: 25%;
	}
}




/*------------------------------------*\
    FEATURE
\*------------------------------------*/

@media (max-width: 767px) {
	.feature .valign {
		text-align: center;
		display: block;
	}

	.feature img {
		max-width: 300px;
		margin: 0 auto;
	}
}

@media (min-width: 768px) {
	.feature {
		min-height: 345px;
		line-height: 345px;
	}

	.feature .valign {
		width: 100%;
	}

	.feature h2 {
		margin-top: 0;
	}
}

@media (min-width: 992px) {
	.feature .valign {
		text-align: center;
	}

	.feature {
		min-height: 455px;
		line-height: 455px;
	}
}

@media (min-width: 1200px) {
	.feature {
		min-height: 555px;
		line-height: 555px;
	}
}




/*------------------------------------*\
    TEAM
\*------------------------------------*/

.team .team-member {
  margin-top: 40px;
}

.team .team-member .team-member-preview img {
  max-width: 200px;
  /*width: 100%;*/
  margin: 0 auto;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  transition: all .2s ease;
}

.team .team-member .team-member-preview:hover img,
.team .team-member.active .team-member-preview img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}

.team .team-member-preview {
  padding: 20px 10px;
  border-radius: 2px;
}

.team .team-member:not(.active) .team-member-preview:hover {
  cursor: pointer;
  box-shadow: 0px 3px 5px rgba(0,0,0,0.15);
}

.team .team-member-preview h3 {
  font-family: 'Open Sans', sans-serif;
  font-size: 100%;
  margin-bottom: 0;
}

.team .team-member-position, .team a {
  color: #888;
  font-size: 95%;
}

.team .team-member-expanded {
  display: none !important;
}

.team-member-full {
  position: relative;
  border: 1px solid #d8dadd;
  border-radius: 2px;
  margin:  20px 0 20px 0;
  padding: 15px 0px;
  overflow: hidden;
  background: #fff;
}

.team-member-full .close {
    position: absolute;
    top: 0;
    right: 25px;
    padding: 10px;
    font-size: 45px;
    z-index: 999;
    font-weight: 300;
}

.team-member-full img {
  margin-bottom: 20px;
}

.team-member-full dl {
  margin-bottom: 0;
}

.team-member-full dl dt {
  color: #f7901e;
  font-weight: 600;
}

.team-member-full dl dd {
  margin-bottom: 20px;
}

.team-member-full dl dd:last-child {
  margin-bottom: 0;
}

.team-member-full .expanded-heading {
  border-bottom: 2px dashed #d8dadd;
  padding-bottom: 8px;
  margin-bottom: 13px;
  display: block;
}

.team-member-full .expanded-name {
  font-size: 200%;
  color: #000;
}

.team-member-full .expanded-social {
  display: inline;
  float: right;
  margin: 12px 0;
}

.team-member-full .expanded-social a {
  padding: 12px 3px;
  color: inherit;
  transition: all .3s ease;
}

.team-member-full .expanded-social:hover a {
  color: #ccc;
}

.team-member-full .expanded-social:hover a:hover {
  color: inherit;
}

.team-member-full .expanded-position {
  display: block;
  margin-bottom: 20px;
  font-weight: 600;
  font-size: 95%;
}

.team-member.active .team-member-preview {
	position: relative;
	transition: all .15s ease;
}

.team-member.active .team-member-preview:after,
.team-member.active .team-member-preview:before {
	bottom: -21px;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	z-index: 99;
}

.team-member.active .team-member-preview:after {
	border-color: rgba(255, 255, 255, 0);
	border-bottom-color: #fff;
	border-width: 25px;
	margin-left: -25px;
}

.team-member.active .team-member-preview:before {
	border-color: rgba(216, 218, 221, 0);
	border-bottom-color: #d8dadd;
	border-width: 26px;
	margin-left: -26px;
}

@media (max-width: 767px) {
    .team-member-full {
        padding-top: 60px;
    }
    
    .team-member-full .close {
        right: 10px;
    }
    
    .team-member-full img {
        margin-left: auto;
        margin-right: auto;
    }
}

@media (min-width: 768px) {
  .team-member-full {
    padding: 30px 15px;
  }

  .team-member-full img {
    margin-bottom: 0;
  }

}




/*------------------------------------*\
    PARALLAX
\*------------------------------------*/

.parallax-window {
    min-height: 400px;
    line-height: 400px;
    background: transparent;
}

@media (min-width: 992px) {
	.parallax-window {
	    min-height: 570px;
	    line-height: 570px;
	}
}




/*------------------------------------*\
    CONTACT
\*------------------------------------*/

.contact-form {
  width: 100%;
  max-width: 400px;
  margin-right: auto;
  margin-left: auto;
}




/*------------------------------------*\
    POSTS
\*------------------------------------*/

.recent-post + .recent-post {
  border-top: 1px solid rgba(0,0,0,0.1);
  padding-top: 20px;
  margin-top: 20px;
}

.recent-post h1,
.recent-post h2,
.recent-post h3 {
  margin: 0;
  line-height: 1.2;
}

.recent-post .post-meta {
  font-size: 94%;
  margin-bottom: 10px;
  display: block;
  color: #666;
}

@media (max-width: 768px) {
  .post-thumbnail {
    max-width: 400px;
    width: 100%;
    margin: 0 auto 20px;
  }
}

@media (min-width: 768px) {
  .recent-post + .recent-post {
    padding-top: 40px;
    margin-top: 40px;
  }
}




/*------------------------------------*\
    PAGINATION
\*------------------------------------*/

.pagination {
  border-top: 1px solid rgba(0,0,0,0.1);
  margin-top: 20px;
  padding-top: 20px;
	text-align: right;
	display: block;
}

.pagination a {
  color: inherit;
}

.pagination a.prev {
	margin-right: 10px;
}

.pagination a.next {
	margin-left: 10px;
}

.pagination a:not(.prev):not(.next).page-numbers,
.pagination .current {
	background-color: rgba(0,0,0,0.05);
	color: #666;
	padding: 5px 10px;
	border-radius: 3px;
}

.pagination .current,
.pagination a:not(.prev):not(.next).page-numbers:hover {
	background-color: rgba(0,0,0,0.2);
	color: #fff;
	text-decoration: none;
}

@media (min-width: 768px) {
  .pagination {
    margin-top: 40px;
  }
}




/*------------------------------------*\
    NINJA FORMS
\*------------------------------------*/

.ninja-forms-form .label-above label {
  font-weight: 400;
}

.ninja-forms-required-items {
  display: none;
}

.ninja-forms-response-msg {
  text-align: center;
}

.ninja-forms-response-msg p {
  margin: 0;
}

.ninja-forms-error-msg {
  padding: 15px;
  border-radius: 4px;
  margin-bottom: 20px;
}

.ninja-forms-error-msg {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1
}

.ninja-forms-success-msg {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6
}




/*------------------------------------*\
    PANELS
\*------------------------------------*/

.panel {
	background: transparent;
	-webkit-box-shadow: none;
	        box-shadow: none;
	padding-top: 20px;
	padding-bottom: 20px;
	margin: 0 !important;
	border-radius: 0 !important;
	border: none;
	-webkit-transition: background-color .75s ease;
	   -moz-transition: background-color .75s ease;
	        transition: background-color .75s ease;
}

.panel.open {
	background-color: rgba(0,0,0,0.10);
}

.panel + .panel {
	border-top: 1px solid rgba(0,0,0,0.10);
}

.panel .fa {
	display: block;
	margin-top: 10px;
	font-size: 20px;
}

.panel-heading {
	border: none;
}

.panel-body p:last-child {
	margin-bottom: 0;
}

.panel-title a:hover {
	text-decoration: none;
}

.panel-group {
	margin-bottom: 0;
}

.panel-group .panel-collapse.collapse .panel-body,
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
	border: none;
}


/* light text selected */

.light .panel + .panel {
	border-top: 1px solid rgba(255,255,255,0.20);
}

.light .panel.open {
	background-color: rgba(255,255,255,0.20);
}




/*------------------------------------*\
    FOOTER
\*------------------------------------*/

footer ul {
	padding-left: 20px;
}

footer ul li {
	margin: 5px 0;
}

footer h4 {
	margin-top: 40px;
}

footer a {
	color: inherit;
}


/* social */

.social {
	display: inline-block;
}

.social li {
	margin: 0 0 0 -4px;
	padding: 0;
}

.social li a {
	padding: 0 8px;
}

.social:hover a {
	color: #888;
}

.social a:hover {
	color: #111;
}


/* lower footer */

.lower-footer {
	margin-top: 20px;
	padding-top: 5px;
	border-top: 1px solid rgba(0,0,0,0.1);
	color: #888;
	padding-bottom: 40px;
}




/*------------------------------------*\
    ICONS
\*------------------------------------*/

.icon-animate {
	-webkit-transition: all .15s ease;
	   -moz-transition: all .15s ease;
	        transition: all .15s ease;
}

.open .icon-animate-rotate {
	-webkit-transform: rotate(45deg);
	   -moz-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	     -o-transform: rotate(45deg);
	        transform: rotate(45deg);
}

.icon-animate-down {
	position: relative;
	top: 0;
}

.icon-animate-down:hover {
	top: 7px;
}




/*------------------------------------*\
    BUTTONS
\*------------------------------------*/

.btn {
	transition: all .3s ease;
}

.btn-primary {
	background: #5094d2;
	border: none;
	padding: 8px 16px;
}




/*------------------------------------*\
    COLORBOX
\*------------------------------------*/

#colorbox,
#cboxOverlay,
#cboxWrapper {
  position:absolute;
  top:0;
  left:0;
  z-index:9999;
  -webkit-transform: translate3d(0,0,0);
}

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


/* user styles */

#cboxOverlay {
  background: #000;
  opacity: 0.9;
  filter: alpha(opacity = 90);
}

#colorbox {
  outline:0;
}

#cboxLoadingOverlay {
  background: #000 url('img/loading.gif') no-repeat center center;
}

/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious,
#cboxNext,
#cboxSlideshow,
#cboxClose { border: 0; padding: 0; margin: 0; overflow: visible; width: auto; background: none; }

/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#cboxPrevious:focus,
#cboxNext:focus,
#cboxSlideshow:focus,
#cboxClose:focus,
#cboxPrevious:active,
#cboxNext:active,
#cboxSlideshow:active,
#cboxClose:active { outline:0; }


#cboxTitle,
#cboxCurrent,
#cboxPrevious,
#cboxNext,
#cboxClose {
  position: absolute;
  transition: color 0.3s ease;
}

#cboxTitle {
  top: 100%;
  left: 0;
  margin-top: 10px;
  text-align: center;
  width: 100%;
}

#cboxCurrent {
  top: -25px;
  left: 0;
  font-size: 14px;
  font-weight: 400;
}

#cboxTitle,
#cboxCurrent,
#cboxPrevious:hover,
#cboxNext:hover,
#cboxClose {
  color: rgba(255,255,255,0.9);
}

#cboxPrevious,
#cboxNext {
  bottom: 50%;
  margin-bottom: -50px;
  font-size: 45px;
  color: rgba(255,255,255,0.4);
  padding: 25px;
}

#cboxPrevious {
  left: -55px;
}

#cboxNext {
  right: -55px;
}

#cboxClose {
  top: -37px;
  right: 0;
  font-size: 30px;
  font-weight: 300;
}


/*
  The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill
  when an alpha filter (opacity change) is set on the element or ancestor element.  This style is not applied to or needed in IE9.
  See: http://jacklmoore.com/notes/ie-transparency-problems/
*/
.cboxIE #cboxTopLeft,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopRight,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
}

@media (min-width: 768px) {
  #cboxPrevious {
    left: -75px;
  }

  #cboxNext {
    right: -75px;
  }
}




/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

img.alignnone,
img.aligncenter,
img.alignleft,
img.alignright,
.wp-caption img,
.wp-caption {
  display: block;
  margin: 0 auto 20px;
  width: auto !important;
  max-width: 100% !important;
  height: auto !important;
}

.wp-caption img {
  margin-bottom: 0;
}

.wp-caption.alignleft,
.wp-caption.alignright {
  margin-bottom: 20px;
  text-align: center;
}

.wp-caption .wp-caption-text,
.gallery-caption {
  font-size: 90%;
	color: #666;
	font-style: italic;
	margin: 5px 0 0;
}

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.screen-reader-text:active,
.screen-reader-text:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

select#archives-dropdown-2 {
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #ffffff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	border-radius: 0;
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	     -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	        transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

select#archives-dropdown-2:focus {
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
}

@media (min-width: 992px) {
  .alignright {
    float: right;
  	margin: 0 0 20px 20px;
  }

  .alignleft {
    float: left;
  	margin: 0 20px 20px 0;
  }

  .wp-caption.alignleft,
  .wp-caption.alignright {
    text-align: left;
  }
}


