/* --------------------------------------------- 

* Filename:     custom-style.css
* Version:      1.0.0 (2016-01-12)
* Website:      http://www.zymphonies.com
                http://www.freebiezz.com
* Description:  System Style
* Author:       Zymphonies Dev Team
                info@zymphonies.com
 
-----------------------------------------------*/

@import url('https://fonts.googleapis.com/css?family=Open+Sans:600');

body{
  font-family: 'Arial', Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.5em;
  background-color: #93a2bf;
  color: #232323;
  overflow-x: hidden;
}

section {
background-color:rgba(147,162,191,0.3);
margin-top: 8px;
padding: 8px;
box-sizing: border-box;
}

section h3:nth-of-type(1) {
margin-top: 0;
}

p{ margin: 0 0 20px 0; }

.padtop {padding-top: 10px;}

.floatright {
float: right;
}

.inline-image-left {
float: left;
margin-bottom: 10px;
margin-right: 10px;
}

.inline-image-right {
float: right;
margin-bottom: 10px;
margin-left: 10px;
}

/* HEADER TEXT */

h1, .h1{ font-size: 22px; color: #232323; }

h2, .h2{ font-size: 20px; color: #232323; }

h3, .h3{ font-size: 18px; color: #232323; }

h1, .h1, h2, .h2 { border-bottom: 1px solid #f2a679; }

h4, .h4{ font-size: 16px; color: #232323; font-weight: bold; }

/* IMAGE */

img{ max-width: 100%; }

/* LINKS */
a{
  color: #002175; text-decoration: underline;
}

.sf-accordion-toggle a {
text-decoration: none;
}

a:hover{
  color: #002d2d;
}

/* LISTS */

ol, ul {
}

li { margin: 6px 0; }

ul.links.inline{
  padding: 0;
}

.double ul {
overflow: hidden;
}

.double li {
float: left;
display: inline;
width: 50%;
margin: 0;
}

ul.links.inline li{
  list-style: none;
}

/* BLOCKS AND LAYOUT */

.block{
  margin-bottom: 20px;
  margin-top: 10px;
  box-sizing: border-box;
}

#block-featured-2 {
padding: 13px; }

#block-featured-2 h3 {
margin: 0; }

.col-md-3, .col-md-6 { background-color: #f2f2d7; }

.row.layout { background-color: #f2f2d7; margin-top: -10px; }

#block-featured-2  { background-color: #93a2bf; }

.container {
}

dt { padding-top: 8px; }

/* HEADER */

.main-header{
  background-color: #4e6ba6;
  position: relative;
  -webkit-box-shadow: -1px 2px 18px #021736;
  -moz-box-shadow: -1px 2px 18px rgb(2, 23, 54);
  box-shadow: -1px 2px 18px #021736;
  padding-top: 10px;
  z-index: 500;
}

.navbar-default {
  border-color: #e7e7e7;
  margin-bottom: 0;
  margin-top: -10px;
  border: 0;
  border-radius: 0;
  /*padding-top: 20px;*/
  background: none;
  position: relative;
}

.main-menuwrap nav{
  border: 0;
  margin: 0;
  position: relative;
  z-index: 2;
  border-radius: 0;
}

.main-header .region{
  position: relative;
  z-index: 2;
}

/*region header*/

.site-branding{
  margin: 0;
}

.brand.logo{
  margin-right: 5px;
  padding-bottom: 10px;  
}

.region-header .brand{
  display: inline-block;
  vertical-align: middle;
}

.site-name, .site-name a {
  font-size: 22px;
  color: #fff;
  line-height: 100%;
}

.site-branding__slogan {
    display:none;
}


@media (min-width:768px) {
.site-branding__slogan {
    display:initial;
    font-style: italic;
    font-size: 70%;
    padding-top: 6px;
}
}




/*Banner*/

.welcome-banner-text{
  text-align: center;
  line-height: 160%;
  max-width: 600px;
  padding: 90px 0;
}

.welcome-banner-text h2{
  font-size: 30px;
  font-weight: bold;
  color: #fff;
}

/*top widget*/

.site-branding__name a {
text-decoration: none; 
}


.topwidget{
  padding: 20px 0;
}

.topwidget .fa{
  font-size: 60px;
  background: #4D4F4A;
  width: 120px;
  height: 120px;
  padding: 32px;
  border-radius: 50%;
  color: #fff;
  margin-bottom: 20px;
}

.topwidget .region{
  background: #FCFCFC;
  border: 1px solid #F1F1F1;
  padding: 15px;
}

.topwidget h2{
  margin-top: 0;
}

.topwidget p{

}

.topwidget p:last-child{
  margin: 0;
}

/*footerwidget*/

.footerwidget{
    color: white;
    background-color: midnightblue;
    padding: 10px 0;
}

.footerwidget img.left{
  float: left;
  margin: 10px 10px 0 0;
}

.footerwidget .email {
color: black;
}

.copyright{
  background: url(../images/bg-header.jpg);
  color: #fff;
}

.copyright p{
  margin: 13px 0;
}

.footerwidget h2,
.footerwidget .h2,
 .footerwidget a,
.footerwidget h4 {
  color: #93a1ff;
}


/*bottom-widgets*/

.bottom-widgets{
  text-align: center;
  background: #FBFBFB;
  padding: 10px 0;
}

.bottom-widgets .region{
  padding: 10px;
  background: #DEDEDE;
}

/*Footer menu*/

.footer-menu{
  margin: 0;
  border: 0;
  background: #EEEEEE;
  color: #fff;
}

.footer-menu ul{
  margin: 10px 0;
  padding: 0;
}

.footer-menu nav li{
  display: inline-block;
}

.footer-menu nav li a{
  display: block;
  padding: 4px 20px 4px 0;
}

.google_map p,
.google_map .block{
  margin: 0;
}

.google_map iframe{
  display: block;
}

/*Credit link*/

.credit-link{
  text-align: left;
}

/*SOCIAL MEDIA*/


.social-media {
  position: fixed;
  display: none;
  right: 0;
  top: 5%;
  padding: 5px 0px;
  z-index: 99;
  background: rgb(34, 46, 54);
  -webkit-box-shadow: 1px 0px 7px rgb(43, 150, 250);
  -moz-box-shadow: 1px 0px 7px rgb(43, 150, 250);
  box-shadow: 1px 0px 7px rgb(43, 150, 250);
}

.social-media ul {
  margin: 0;
  padding-right: 5px;
}

.social-media li {
  display: block;
  list-style: none;
  background: none;
  padding: 5px 8px 8px 0;
  margin: 0;
  font-size: 2em;
}

.social-media li img {
  display: block;
}

.social-media a.google-plus{
  background: #de2020;
}

.social-media a.twitter{
  background: #29C5F6;
}

.social-media a.linkedin{
  background: #069;
}

.social-media a.pinterest{
  background: #C61118;
  padding: 1px;
}

.social-media a.rss{
  background: #FF6D00;
}

.social-media a:hover{
  opacity: .6;
}

/*FORM*/

input, button, select, textarea{
  padding: 9px;
  border: 1px solid #C7C7C7;
}

.contact-message-form label{
  display: block;
}

.btn,
.button, 
input[type="submit"]{
  text-align: center;
  background-color: #4e6ba6;
  font-weight: bold;
  padding: 9px;
 color: white;
  border-radius: 5px;
}

.btn:hover,
.button:hover, 
input[type="submit"]:hover{
cursor: pointer;
  }

/*FRONT PAGE*/

.path-frontpage .feed-icon{
  display: none;
}

/*MENU*/

.main-menuwrap{
  margin-bottom: 10px;
}

.navbar-default .navbar-toggle{
  background: #fff;
  margin: 5px;
}

nav h2{
  display: none;
}


ul.sm.menu-base-theme {
  margin-right: 60px;
  width: 75vw;
}


.menu-base-theme,
.menu-base-theme a{
  background: none;
}

.menu-base-theme a:hover, 
.menu-base-theme a:focus, 
.menu-base-theme a:active, 
.menu-base-theme a.highlighted{
  background: #93a2bf;
}

.menu-base-theme li a{
  background-color: #4e6ba6;
  color: white;
  font-family: 'Open Sans', sans-serif;
}

.main-menu {
  position: relative;
  z-index: 9999;
}

.menu-base-theme a{
  border-bottom: 1px solid #EEF0F7;
}

.menu-base-theme a span.sub-arrow{
  color: #999;
  font-size: 22px;
  padding: 5px;
  border-radius: 2px;
  border: 1px solid #DCDCDC;
  background: #EFEFEF;
} 

.navbar-toggle{
  z-index: 999;
}

/* side menu */

#superfish-safety-toggle {
float: left;
margin-right: 10px; }

#superfish-safety li,
#superfish-volunteer li  {

}

#block-safety h2, #block-volunteer-2 h2 {
border-bottom: none;
}

/*breadcrumb*/

.breadcrumb{
  background: none;
  padding: 0;
  margin: 0;
  border-bottom: 1px solid #eee;
}

.breadcrumb ul{
  padding: 0;
}

.breadcrumb ul li{
  display: inline-block;
}

/*search form*/



#search-block-form{
  display: table;
  width: 100%;
}

#search-block-form .form-item,
#search-block-form .form-actions{
  display: table-cell;
  vertical-align: top;
}

#search-block-form input{
  width: 100%;
}

/*Demo typography*/

.bd-example {
  position: relative;
  padding: 20px;
  border: 2px solid #f7f7f9;
}

.highlight{
  padding: 20px;
  background-color: #f7f7f9;
}

.highlight pre{
  border: 0;
  background: none;
}

.bd-example-type .table tr:first-child td {
  border-top: 0;
}

.bd-example-type h1, 
.bd-example-type h2, 
.bd-example-type h3, 
.bd-example-type h4, 
.bd-example-type h5, 
.bd-example-type h6 {
  margin: 0;
}

.bd-example-type .table td {
  padding: 15px 0;
  border-color: #eee;
}

/*Contact form*/

.path-contact{}

.contact-message-feedback-form{
  max-width: 650px;
  margin: 0 auto;
  border: 1px solid #D8D8D8;
  padding: 10px 30px;
  background: #F5F5F4;
}

.contact-message-feedback-form .form-text,
.contact-message-feedback-form .form-email,
.contact-message-feedback-form .form-textarea{
  width: 100%;
}

/*user-login-form*/

.user-login-form,
.user-form,
.user-pass{
  max-width: 650px;
  margin: 40px auto;
  border: 1px solid #ddd;
  padding: 10px 30px;
  background: #FBFBFB;
}

.user-login-form .form-text,
.user-login-form .form-email,
.user-form .form-text,
.user-form .form-email,
.user-pass .form-text{
  width: 100%;
}

.form-composite > .fieldset-wrapper > .description, 
.form-item .description {
  font-size: 11px;
  color: #999;
  font-style: italic;
}

/*Maintainance*/

.maintenance-page{
  background: url(../images/maintenance-bg.png) #66CBFF center no-repeat;
  color: #fff;
  text-align: center;
  padding-top: 220px;
  padding-bottom: 100px;
  font-size: 18px;
  color: #000;
}

.maintenance-msg {
  margin: 20px 0;
  background: rgba(242, 244, 207, 0.88);
  padding: 20px 30px;
  display: inline-block;
  color: #404040;
  border: 1px solid #fff;
  box-shadow: 5px 5px 0px #FFFFFF;
  font-size: 14px;
}

.maintenance-msg h1{
  text-transform: uppercase;
  font-weight: bold;
}

.maintenance-page .brand,
.maintenance-page .name-and-slogan{
  display: inline-block;
  vertical-align: middle;
}

.maintenance-page .site-name a{
  color: #404040;
}

.maintenance-page .site-slogan,
.maintenance-page .name-and-slogan{
  display: none;
}

/*Comment*/

.comment-wrap{
  overflow: hidden;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #F5F5F5;
}

.comment-wrap .author-details{
  float: left;
  width: 20%;
}

.comment-wrap .author-comments{
  padding-left: 5px;
  float: left;
  width: 80%;
}

.comment-submitted{
  padding: 5px 10px;
  border: 1px solid #eee;
  font-size: 12px;
  margin-bottom: 5px;
  display: block;
}

.comment-wrap .author-comments h3{
  margin-top: 10px;
}

.comment-wrap .author-comments p{
  margin-bottom: 10px;
}

/*links inline*/

ul.links.inline li{
  display: inline-block;
  padding-right: 10px;
}

/*profile*/

.profile > div{
  padding-right: 5px;
  display: inline-block;
  vertical-align: top;
}

.profile h4.label{
  color: #333;
  display: block;
  text-align: left;
  margin-bottom: 5px;
}

/*Carousel*/

.slideshow{
  display: none;
}

.carousel-inner>.item>a>img,
.carousel-inner>.item>img{
  width: 100%;
}

.carousel-control.left,
.carousel-control.right{
  width: 50px;
  height: 50px;
  background: #000;
  top: 50%;
  padding: 12px;
  margin-top: -25px;
}

.search-block-form.contextual-region.block.block-search, .search-block-form.block.block-search {
	width: 20%;
	position: absolute;
	right: 0;
	top: 10px;
}

.views-field-description {
	margin-bottom: 10px;
}


div.catalog.views-col {
	 min-width: 30%;
    padding-left: 10px;
    padding-right: 10px;
}

div.catalog2.views-row {
    width: 300px;
    float: left;
    margin-left: 10px;
    margin-right: 25px;
    margin-bottom: 15px;
}

h3.field-content.catalog {
	margin-bottom: 1px;	
}

div.artist-tagline {
	font-style: italic;
	margin-right: 20%;
	height: 50px;
}

div.catalog3 {
	height: 275px;
}

/* TABLE */

th {
background-color: #4e6ba6;
color: white;
text-align: center; }

td {
padding: 0px 5px;
vertical-align: middle; }

tbody {
background-color: #e1e8ed;
}

.jobicon {
min-width: 100px;
}


.block-superfishsafety h2, .block-superfishvolunteer h2 {
 display:none; 
}

.block-views-blockrecent-arisia-blog-block-1, #block-twitter, #block-twitter-2 {
display:none;
}

/* FLEXBOX */

.flexbox {
background-color: #e1e8ed;
display: flex;
width: 100%;
flex-direction: row;
}

.flexchild {
flex: 50%;
box-sizing: border-box;
padding: 5px;
}

/* at sizes larger than mobile, do the following: */

@media (min-width:768px) {
  .block-views-blockrecent-arisia-blog-block-1, #block-twitter, #block-twitter-2 { 
     display:unset;
  }

.block-superfishsafety h2, .block-superfishvolunteer h2 {
    display: block;
}

}

/* at mobile sizes, do the following:  */


@media (max-width: 766px) {

.block-superfishsafety h2, .block-superfishvolunteer h2 {
display: none;
}

.flexbox {
flex-direction: column;
 }

.flexchild {
flex: 100%;
}

.region-primary-menu {
    display:none;
}

.featuredjobs, .featuredjobsheader {
display: none;
}

.site-name, .site-name a {
font-size: 16px;
margin-bottom: 10px;
}

.social-media {
 display: block;
 top: 50%;
}

.fa {
font-size: 28px;
color: white;
}

.social-media ul {
padding-left: 10px;
padding-right: 5px;
}

.social-media li {
float: none;
}

#block-creative-responsive-theme-search { display: none; } 

}

.block-superfishvolunteer {
  color: red;
}

.views-field.views-field-field-icon-1 {
    float: right;
    padding-left: 15px;
}

.views-field.views-field-field-job-icon {
    float: right;
    width: 75px;
    padding-left:10px;
}
   

.morelink {
     float:right;
     margin-top: -20px;
}

.views-col {
    padding-right: 25px;
}

.form-item-field-division, .form-item-field-job-icon {
    margin: 0;
}


.field--name-field-job-link  {
    font-size: 125%;
    line-height: 125%;
}

.field--name-field-icon {
    float: right;
    padding: 10px;
    clear: both;

}

.field--name-field-keywords {
    padding: 10px;
    clear: both;
}

.block-views-blockjob-listing-block-2 {
    border: solid 1px gray;
    padding-left: 10px;
    padding-right: 10px; 
}
