/*
www.devsaran.com
*/

@import url(http://fonts.googleapis.com/css?family=Oxygen:400,300,700);

/* Reset
================================================== */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

sup, sub {
    font-size: 0.8em;
}

sup {
    vertical-align: top;
}

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

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

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


/* Body & Main
================================================== */
body {
  /*nowhitespace: afterproperty;*/
  -webkit-text-size-adjust: 100%;
  /*font: 14px/1.6 'Oxygen',sans-serif;*/
  font: 14px/1.6 'Tahoma',sans-serif;
  color: #484648;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@-moz-document url-prefix() { 
  body {
  font: 11px 'Tahoma',sans-serif;
  color: #484648;
  }
}

/* Links */
a {
  color: rgb(69, 121, 237);

}
a:visited {
  color: rgb(69, 121, 237);
}
a:hover,
a:focus,
a:active {
  color:#000;
  text-decoration: none;
}

/*set max img width*/
img {
  max-width: 100%;
}


/* Commons
================================================== */

/*clear floats*/
.remove-margin {
  margin-right: 0 !important;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.clear {
  clear: both;
}

/*blockquote*/
blockquote {
  position: relative;
  margin: 30px 20px;
  padding-left: 25px;
  font-style: italic;
  font-weight: bold;
  color: #000;
  quotes: "\201C""\201D""\2018""\2019";
}

blockquote:before {
  color: #000;
  content: open-quote;
  font-size: 3em;
  line-height: .1em;
  position: absolute;
  top: 20px;
  left: -10px;
}

blockquote p:last-child {
  margin: 0;
}


/*preformatted text*/
pre {
  background: #fff url("images/pre-bg.png") repeat;
  margin: 40px 0px;
  padding: 25px 20px;
  line-height: 25px;
  border: 1px solid #ddd;
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  word-wrap: break-word;
}

ul, ol {
  margin: -8px 0 1em 1.5em;
}
ul {
  list-style: square;
  list-style-position: inside !important;
}
ol {
  list-style-type: decimal;
} 
ol ol {
  list-style: upper-alpha;
}
ol ol ol {
  list-style: lower-roman;
}
ol ol ol ol {
  list-style: lower-alpha;
}
ul ul, ol ol, ul ol, ol ul {
  margin-bottom: 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}
th {
  font-weight: bold;
  padding:10px 10px;
}

tr{
  padding:5px 5px;
}

td{
  padding:5px 10px;
}

#primary table {
  margin: 0 0 1.5em;
  width: 100%;
  border:1px solid #ddd;
  border-right:none;
  background:#fff;
}

#primary th {
  font-weight: bold;
  padding:10px 10px;
  /*background:#555;
  color:#fff;*/
}

#primary tr{
  padding:5px 5px;
}

#primary td{
  padding:5px 10px;
  border-top:1px solid #ddd;
  border-right:1px solid #ddd;
}

/* Typography
================================================== */

/* Headings */
h1,h2,h3,h4,h5,h6 {
  /*clear: both;*/
  color: rgba(0,0,0,0.85);
  font-family: 'Oxygen',sans-serif;
}

h1 { /*font-size: 32px;*/ font-size: 2.6em; line-height: 1.2em;}
h2 { /*font-size: 18px;*/ font-size: 1.25em; line-height: 1.2em; padding-bottom: 8px; padding-top: 8px; font-weight: bold;}
h3 { /*font-size: 18px;*/ font-size: 1.25em;  padding-bottom: 16px; padding-top: 16px; line-height: 1.25em;}
h4 { font-size: 16px; line-height: 1.25em; padding-bottom: 8px; padding-top: 16px;}
h5 { font-size: 16px; }
h6 { font-size: 14px; }

p {
  margin: 0 0 12px;
  color: #484648;
  line-height: 1.45em;
}

p img {
  margin: 0;
  border-radius: 5px;
}

em {
  font-style: italic;
}

strong {
  font-weight: bold;
}

small {
  font-size: 80%;
}

hr {
  border: solid darkgrey;
  border-width: 1px 0 0;
  clear: both;
  margin: 10px 0 30px;
  height: 0;
}

p a, p a:visited {
  line-height: inherit;
}

a:link {
  text-decoration: none;
}

a:focus {
  outline: 0;
}

a {
  outline: 0;
}

p a, p a:visited {
  line-height: inherit;
}

a:focus {
  outline: 0;
}


/* Head */

#masthead{
  position: relative;
    max-width: 100%;
}
.site-branding{
  margin-bottom: 20px;
}
#site-logo {
  float: left;
  padding: 15px 15px 0 23px;
}
h1#site-title{
  /*text-transform: uppercase;*/
  font-weight: 800;
  margin-top: 18px;
  clear: none;
}
h1#site-title a:link, h1#site-title a:visited{
  color: #000;
}

/* Menu */

.menutoggle{
  width: 36px;
  height: 36px;
  color: #777;
  border: 1px solid #ddd;
  border-radius: 3px;
  line-height: 36px;
  text-align: center;
  background: #fff;
  position: absolute;
  right: 20px;
  top:25px;
  font-size: 20px;
  display:none;
}

#main-menu {
  padding: 5px 0px 0px 0px;
  margin: 0px 0px 10px -10px;
  height:45px;
  border-bottom: none;
  float: left;
  /*width: 1260px;*/
    width: 100%;
}
  
#main-menu ul {
  /*width: auto;*/
    width: 100%;
  float:left;
  list-style: none;
/*  margin: 0; */
  padding: 0 0px;
    /* spacing out menu items */
    display: flex!important;
    justify-content: space-around;
}
  
#main-menu li {
  float: left;
  list-style: none;
  margin: 0;
  padding: 0;
  color: #fff;
  font-weight:400;
  font-size: 1.2em;
  clear: both;
}
  
#main-menu li a {
  /*color: #777;*/
    color: white;
  display: block;
  margin: 0;
  padding: 18px 20px 5px 0px;
  text-decoration: none;
  position: relative;
}

#main-menu li a:hover, #main-menu li a:active, #main-menu a.active, #main-menu > ul > li > a.active-trail {
  color: rgb(222, 193, 29);
}

#main-menu li a:active, #main-menu a.active, #main-menu > ul > li > a.active-trail {
    /*font-weight: bold;*/
}
  
#main-menu li a.sf-with-ul {
  padding-right: 10px;
} 

#main-menu li ul li a, #main-menu li ul li a:link, #main-menu li ul li a:visited,
#main-menu li ul li ul li a, #main-menu li ul li ul li a:link, #main-menu li ul li ul li a:visited,
#main-menu li ul li ul li ul li a, #main-menu li ul li ul li ul li a:link, #main-menu li ul li ul li ul li a:visited {
  color: #484648;
  /*width: 148px; */
  margin: 0;
  padding: 10px 10px;
  /*border-top:1px solid #ddd;*/
  position: relative;
  font-weight:400;
}
  
#main-menu ul li ul li:first-child a,#main-menu ul li ul li ul li:first-child a,#main-menu ul li ul li ul li ul li:first-child a  {
  border-top:none;
}

  
#main-menu li ul li a:hover ,#main-menu li ul li ul li a:hover ,#main-menu li ul li ul li ul li a:hover {
  color: rgb(69, 121, 237);
}

#main-menu li ul {
  /*font-size: 12px;*/
    font-size: 0.75em;
  z-index: 9999;
  position: absolute;
  left: -999em;
  height: auto;
  width: inherit;
  min-width: 150px;
  margin: 0px 0px 0px 0px;
  padding: 5px 5px;
  background: #eaf1fa;
  border: 1px solid rgba(211, 211, 211, 0.35);
  display: block !important;
}

#main-menu li ul a { 
  /*width: 150px;*/
}

#main-menu li ul a:hover, #main-menu li ul a:active { 
}

#main-menu li ul ul {
  margin: -44px 0 0 160px;
}

#main-menu li:hover ul ul, #main-menu li:hover ul ul ul, #main-menu li.sfHover ul ul, #main-menu li.sfHover ul ul ul {
  left: -999em;
}

#main-menu li:hover ul, #main-menu li li:hover ul, #main-menu li li li:hover ul, #main-menu li.sfHover ul, #main-menu li li.sfHover ul, #main-menu li li li.sfHover ul {
  left: auto;
}

#main-menu li:hover, #main-menu li.sfHover { 
  position: static;
}

#main-menu > ul > li > a {
  /*padding : 10px;*/
}

/* Layout */

#primary, #sidebar{
  padding-top: 20px;
  padding-bottom: 20px;
}

#main-content {
  padding-top: 15px;
}

/* Slider */

#slidebox{
  max-height: 550px;
  position: relative;
  background: #000;
/*  max-width: 1210px;*/
  max-width: 63.5%;
  width: 75%;
  margin-left: auto;
  margin-right: auto;
}

.doverlay{ 
  /*background: url(images/overlay.png);
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top:0px;
  z-index: 100;*/
}

img.grayscale {
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
  filter: gray; /* IE6-9 */
  -webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
}
  
.flex-caption{
/*  width: 800px;*/
  /*top:28%;*/
/*  left: 50%;
  margin-left: -400px;*/

    width: 100%;
position: absolute;
bottom: 0%;
  text-align: center;
  z-index: 120;
  color: black;
  background-color: rgba(255,255,255,0.9);
    padding: 0px 40px;
    
} 
  
.flex-caption h2{
  text-transform: uppercase;
  font-size: 2.6em;
  color: black;
  font-weight: normal;
  font-family: 'Oxygen',sans-serif;
}

.flex-caption h2 a:link, .flex-caption h2 a:visited{
  color: black;
}

.flex-caption p{
/*  font-size: 16px;*/
    font-size: 1.15em;
}

a.frmore{
  background: rgba(255,255,255,0.2);
  display: block;
  text-transform: uppercase;
  color: #fff;
  width: 150px;
  border: 1px solid #fff;
  padding: 5px 0px;
  margin: 10px auto;
  font-weight: bold;
  color: black!important;
  font-family: 'Oxygen', sans-serif;
}

#preface-area {
  /*background: none repeat scroll 0 0 #ED564B;
  border-bottom: 5px solid #F96B61;
  border-top: 5px solid #F96B61;
  padding: 40px 0 20px;*/
    margin-top: -20px;
}

#preface-area div.row {
    margin: 0 10px;
}

.preface-block{
  color: #fff;
  text-align: center;
}


.preface-block .block > h2{
  font-size: 24px;
  font-weight: bold;
}

#header-block, #footer-block {
  padding: 20px 0 0;
}


#bottom{
  padding: 20px 0px 40px 0px;
  background: #3b3b3b;
  border-top:5px solid #ed564b;
}
 
.footer-block{
  color: #aaa;
}

.footer-block .block > h2{
  font-size: 16px;
  margin-bottom: 10px;
  padding: 10px 0px;
  color:#fff;
  text-transform: uppercase;
}

/* Footer */

.site-footer{
  padding: 10px 0px;
  background:#292929;
  font-size: 12px;
}

.fcred{
  padding: 10px 0px;
  color: #bbb;
}

.fcred a:link, .fcred a:visited{
  color:#fff;
}

/* =Content
----------------------------------------------- */

.node h2.title a, h1.page-title {
  color: #000000;
  font-size: 2.6em;
  font-weight: bold;
  margin-bottom: 20px;
  margin-top: 10px;
}

#content .node-teaser {
  padding-bottom:30px;
  border-bottom:1px solid #DDDDDD;
  margin-bottom: 15px;
}

.node-teaser img {
  /*border: 1px solid #CCCCCC;*/
  padding: 6px;
  height: auto;
  max-width: 97.4%;
  margin: 0.5em 1em 0.5em 0;
  float: left;
}
.page-node #content-wrap img {
  /*border: 1px solid #CCCCCC;*/
  margin: 6px;
  height: auto;
  max-width: 97.4%;
  margin: 0.5em 1em 0.5em 0;
}

.region-content-top {
  margin-bottom: 20px;
}

#sidebar .block {
  margin-bottom: 18px;
  background-color: rgba(44,118,199,0.10);
  padding: 7px 20px;
  border: 1px solid rgba(211, 211, 211, 0.35);
}

#sidebar .block > h3 {
  font-size: 16px;
  color: #000;
  font-weight: normal;
  padding-bottom: 16px;
  padding-top: 8px;
  /*margin-bottom: 15px;
  text-transform: uppercase;
  font-weight: bold;*/
}

#sidebar p {
 margin: 0 0 5px 0;  
 line-height: 1.4em;
}

#sidebar ul {
    list-style: none;
}

#sidebar li {
    line-height: 1.2em;
    padding-bottom: 0.8em;
}
    

.preface-block .block, .footer-block .block, .region-footer .block, .region-header .block, .region-content-top .block {
  margin-bottom: 30px;
}


/* -------------- Form Elements  ------------- */

fieldset { background: #ffffff; border: 1px solid #cccccc; margin-top: 10px; margin-bottom: 32px;
padding: 0 0 10px; position: relative; top: 12px; /* Offsets the negative margin of legends */
-khtml-border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; }

.fieldset-wrapper { margin-top: 25px; }

.node-form .vertical-tabs .fieldset-wrapper { margin-top: 0; }

.filter-wrapper { top: 0; padding: 1em 0 0.2em;
-khtml-border-radius-topright: 0; -khtml-border-radius-topleft: 0; -moz-border-radius-topright: 0; -moz-border-radius-topleft: 0;
-webkit-border-top-left-radius: 0; -webkit-border-top-right-radius: 0; border-top-left-radius: 0; border-top-right-radius: 0; }

.filter-help a { font-size: 0.857em; padding: 2px 20px 0; }

.filter-wrapper .form-item label { margin-right: 10px; }

.filter-wrapper .form-item { padding: 0 0 0.5em 0.5em; }

.filter-guidelines { padding: 0 1.5em 0 0.5em; }

fieldset.collapsed { background: transparent; -khtml-border-radius: 0; -moz-border-radius: 0;  -webkit-border-radius: 0; border-radius: 0; }

fieldset legend { background: #dbdbdb; border: 1px solid #ccc; border-bottom: none; display: block; height: 2em;
left: -1px; line-height: 2; padding: 0; position: absolute; text-indent: 10px; text-shadow: 0 1px 0 #fff; top: -12px; width: 100%;
-khtml-border-radius-topleft: 4px; -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; border-top-left-radius: 4px; 
-khtml-border-radius-topright: 4px; -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; border-top-right-radius: 4px; }

fieldset.collapsed legend { -khtml-border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; }

fieldset .fieldset-wrapper { padding: 0 10px; }

fieldset .fieldset-description { margin-top: 5px; margin-bottom: 1em; line-height: 1.4; font-style: italic; }

input { margin: 2px 0; padding: 4px; }

input, textarea {  font-size: 0.929em; }

textarea { line-height: 1.5; }

textarea.form-textarea, select.form-select { padding: 4px; }

input.form-text, textarea.form-textarea, select.form-select { border: 1px solid #ccc !important;  }

.password-suggestions ul li { margin-left: 1.2em; }

.form-item { margin-bottom: 1em; margin-top: 2px; }

.form-item label { font-size: 0.929em; }

.form-type-radio label, .form-type-checkbox label { margin-left: 4px; }

.form-type-radio .description, .form-type-checkbox .description { margin-left: 2px; }

.form-actions { padding-top: 10px; }

/* Contact Form */

.contact-form #edit-name { width: 100%;
-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
-khtml-border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; }

.contact-form #edit-mail { width: 100%;
-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
-khtml-border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; }

.contact-form #edit-subject { width: 100%;
-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
-khtml-border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; }

.contact-form #edit-message { width: 100%;
-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
-khtml-border-top-left-radius: 4px; -khtml-border-top-right-radius: 4px; -moz-border-radius-topleft: 4px;
-moz-border-radius-topright: 4px; -webkit-border-top-left-radius: 4px; -webkit-border-top-right-radius: 4px;
border-top-left-radius: 4px; border-top-right-radius: 4px; }

.contact-form .resizable-textarea .grippie {  width: 100%;
-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
-khtml-border-bottom-left-radius: 4px; -khtml-border-bottom-right-radius: 4px; -moz-border-radius-bottomleft: 4px;
-moz-border-radius-bottomright: 4px; -webkit-border-bottom-left-radius: 4px; -webkit-border-bottom-right-radius: 4px;
border-bottom-left-radius: 4px; border-bottom-right-radius: 4px; }

/* Comment form */

.comment-form label { float: left; font-size: 0.929em; }

.comment-form input, .comment-form .form-select { margin: 0; 
-khtml-border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; }

.comment-form .form-type-textarea label { float: none; }

.comment-form .form-item,
.comment-form .form-radios,
.comment-form .form-type-checkbox,
.comment-form .form-select { margin-bottom: 10px; overflow: hidden; }

.comment-form .form-type-checkbox,
.comment-form .form-radios { margin-left: 120px; }

.comment-form .form-type-checkbox label,
.comment-form .form-radios label { float: none; margin-top: 0; }

.comment-form input.form-file { width: auto; }

.comment-form .form-text { display: block; margin: 0; width: 100%;
-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }

.comment-form .form-item .description { font-size: 0.786em; line-height: 1.2; margin-left: 120px; }

#content h2.comment-form { margin-bottom: 0.5em; }

.comment-form .form-textarea { -khtml-border-radius-topleft: 4px; -khtml-border-radius-topright: 4px;
-moz-border-radius-topleft: 4px; -moz-border-radius-topright: 4px;
-webkit-border-top-left-radius: 4px; -webkit-border-top-right-radius: 4px;
border-top-left-radius: 4px; border-top-right-radius: 4px; }

.comment-form fieldset.filter-wrapper .fieldset-wrapper,
.comment-form .text-format-wrapper .form-item { margin-top: 0; margin-bottom: 0; }

.filter-wrapper label { width: auto; float: none; }

.filter-wrapper .form-select { min-width: 120px; }

.comment-form fieldset.filter-wrapper .tips { font-size: 0.786em; }

#comment-body-add-more-wrapper .form-type-textarea label { margin-bottom: 0.4em; }

#edit-actions input { margin-right: 0.6em; }

/* Other Overrides */

div.password-suggestions { border: 0; }

.ui-widget-overlay { background: #222222; opacity: 0.7; }

div.vertical-tabs .vertical-tabs-panes fieldset.vertical-tabs-pane { padding: 1em; }

#forum .name { font-size: 1.083em; }

#forum .description { font-size: 1em; }

/* Form Buttons */

button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
/* IE10 */ 
background-image: -ms-linear-gradient(top, #FFFFFF 0%, #E3E3E3 100%);
/* Mozilla Firefox */ 
background-image: -moz-linear-gradient(top, #FFFFFF 0%, #E3E3E3 100%);
/* Opera */ 
background-image: -o-linear-gradient(top, #FFFFFF 0%, #E3E3E3 100%);
/* Webkit (Safari/Chrome 10) */ 
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFFFFF), color-stop(1, #E3E3E3));
/* Webkit (Chrome 11+) */ 
background-image: -webkit-linear-gradient(top, #FFFFFF 0%, #E3E3E3 100%);
/* Proposed W3C Markup */ 
background-image: linear-gradient(top, #FFFFFF 0%, #E3E3E3 100%);
/* IE6-9 */ 
filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#E3E3E3');

border: 1px solid #dbdbdb;
-moz-border-radius: 6px; -webkit-border-radius: 6px; -o-border-radius: 6px; -ms-border-radius: 6px; -khtml-border-radius: 6px; border-radius: 6px;
-moz-box-shadow: inset 0 1px 0 0 white; -webkit-box-shadow: inset 0 1px 0 0 white; -o-box-shadow: inset 0 1px 0 0 white; box-shadow: inset 0 1px 0 0 white;
color: #333333; text-shadow: 0 1px 0 white; position: relative; font-weight:bold; padding: 4px .8em 5px .8em; font-size: 13px; }

button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover {
/* IE10 */ 
background-image: -ms-linear-gradient(top, #DBDBDB 0%, #F2F2F2 100%);
/* Mozilla Firefox */ 
background-image: -moz-linear-gradient(top, #DBDBDB 0%, #F2F2F2 100%);
/* Opera */ 
background-image: -o-linear-gradient(top, #DBDBDB 0%, #F2F2F2 100%);
/* Webkit (Safari/Chrome 10) */ 
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #DBDBDB), color-stop(1, #F2F2F2));
/* Webkit (Chrome 11+) */ 
background-image: -webkit-linear-gradient(top, #DBDBDB 0%, #F2F2F2 100%);
/* Proposed W3C Markup */ 
background-image: linear-gradient(top, #DBDBDB 0%, #F2F2F2 100%);
/* IE6-9 */ 
filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#DBDBDB', endColorstr='#F2F2F2');

-moz-border-radius: 6px; -webkit-border-radius: 6px; -o-border-radius: 6px; -ms-border-radius: 6px; -khtml-border-radius: 6px; border-radius: 6px;
-moz-box-shadow: inset 0 1px 0 0 white;
-webkit-box-shadow: inset 0 1px 0 0 white;
-o-box-shadow: inset 0 1px 0 0 white;
box-shadow: inset 0 1px 0 0 white;
cursor: pointer; }

button.full-width,
input[type="submit"].full-width,
input[type="reset"].full-width,
input[type="button"].full-width { 
width: 100%; padding-left: 0 !important; padding-right: 0 !important; text-align: center; }


#block-search-form { padding-bottom: 7px; }

#block-search-form .content { margin-top: 0; }

#search-form .form-item-keys label { display: block; }


ol.search-results { padding-left: 0; }

.search-results li { border-bottom: 1px solid #d3d7d9; padding-bottom: 0.4285em; margin-bottom: 0.5em; }

.search-results li:last-child { border-bottom: none; padding-bottom: none; margin-bottom: 1em; }

.search-results .search-snippet-info { padding-left: 0; }


.meta {
  margin: 5px 0 10px 0;
}

.meta a {
  color: #999;
}

.meta a:hover {
  color: #000;
}

.meta li {
  display: inline;
  margin-right: 5px;
  margin-right: 10px;
}

.meta strong{
  font-weight: 600;
  color: #111;
}

.meta li:last-child {
  margin-right: 0;
  padding-right: 0;
  background: none;
}

.links li a {
  /*background-color: #E7E5E3;
  padding: 4px 5px;
  border-radius: 4px;
  text-shadow: 1px 1px #fff;*/
  font-weight: bold; 
  color: rgb(69,121,237);
}

.links li a:hover {
  background-color: #D7D5D3;
  color: #100101;
}


/*-------------------------------------------*
/* Fix CKEditor style
/*-------------------------------------------*/
#content table.cke_editor {
  background: transparent;
  border: 0;
}
#content table.cke_editor td {
  background: transparent;
  padding: 0;
  border: 0;
}

/*-------------------------------------------*
/* Poll, Buttons, Form
/*-------------------------------------------*/
.poll .vote-form .choices .title {
  font-size: 14px;
  font-weight: normal;
  line-height: 2;
}

.poll .vote-form .choices {
  margin: 0;
}

.form-item label {
  font-size: 13px;
  font-weight: bold;
}

/*-------------------------------------------*
/* Menus and item lists 
/*-------------------------------------------*/
.item-list ul {
  margin: 0;
  padding: 0 0 0 1.5385em;
}

.item-list ul li {
  margin: 0;
  padding: 0;
}

ul.menu li {
  margin: 0;
  padding: 0;
}

ul.inline {
  clear: both;
}

ul.inline li {
  margin: 0;
  padding: 0;
}

/*-------------------------------------------*
/* Admin Tabs
/*-------------------------------------------*/
.tabs-wrapper {
  border-bottom: 1px solid #b7b7b7;
  margin: 0 0 5px 0;
}

ul.primary {
  border: none;
  margin: 0;
  padding: 0;
}

ul.primary li a {
  background: none;
  border: none;
  display: block;
  float: left;
  line-height: 1.5385em;
  margin: 0;
  padding: 0 1em;
  border-radius: 4px 4px 0 0;
  margin-right: 5px;
}

ul.primary li a:hover, ul.primary li a.active {
  background: #666;
  border: none;
  color: #fff;
}

ul.primary li a:hover {
  background: #888;
  text-decoration: none;
}

ul.secondary {
  background: #666;
  border-bottom: none;
  clear: both;
  margin: 0;
  padding: 0;
}

ul.secondary li {
  border-right: none;
}

ul.secondary li a, ul.secondary li a:link {
  border: none;
  color: #ccc;
  display: block;
  float: left;
  line-height: 1.5385em;
  padding: 0 1em;
}

ul.secondary li a:hover, ul.secondary li a.active {
  background: #888;
  color: #fff;
  text-decoration: none;
}

ul.secondary a.active {
  border-bottom: none;
}

ul.inline, ul.links.inline {
  margin-left: 0;
}

/*-------------------------------------------*
/* Tabs and Tags
/*-------------------------------------------*/
.field-name-field-tags {
  margin: 0 0 10px 0;
}

.field-name-field-tags a{
  background: #ed564b;
  margin-right: 5px;
  margin-bottom: 5px;
  border-radius: 2px;
  color: #fff;
  padding: 2px 6px;
}

.field-name-field-tags a:hover{
  background: #111;
  color: #fff;
}

.field-name-field-tags div {
  display: inline;
}


/*-------------------------------------------*
/* Profile
/*-------------------------------------------*/
.profile {
  margin: 1.5385em 0;
}

.profile dd {
  margin-bottom: 1.5385em;
}

.profile h3 {
  border: none;
}

.profile dt {
  margin-bottom: 0;
}

.password-parent {
  width: 36em;
}

/* Comments */

.comment h2.title { margin-bottom: 1em; }

.comment div.user-picture img { margin-left: 0; }

.comment { margin-bottom: 20px; display: table; vertical-align: top; }

.comment .attribution { display: table-cell; padding: 0 35px 0 0; vertical-align: top; overflow: hidden; }

.comment .attribution img { margin: 0; border: 1px solid #d3d7d9; }

.comment .attribution .username { white-space: nowrap; }

.comment .comment-submitted p { margin: 4px 0; font-size: 1.071em; line-height: 1.2; }

.comment .comment-submitted .comment-time { font-size: 0.786em; }

.comment .comment-submitted .comment-permalink { font-size: 0.786em; text-transform: lowercase; }

.comment .content { font-size: 0.929em; line-height: 1.6; }

.comment .comment-arrow { background: url(images/comment-arrow.gif) no-repeat 0 center transparent;
border-left: 1px solid; border-right: 1px solid; height: 40px; margin-left: -36px; margin-top: 15px; position: absolute; width: 22px; }

.comment .comment-text { padding: 0 25px 10px 35px; display: table-cell; vertical-align: top; position: relative; width: 100%; border-left: 1px solid #d3d7d9; }

.comment .indented { margin-left: 40px; }

.comment-unpublished { margin-right: 5px; padding: 5px 2px 5px 5px; }

.comment .comment-text .comment-arrow { border-left: 1px solid #ffffff; border-right: 1px solid #ffffff; }


/*-------------------------------------------*
/* Forum
/*-------------------------------------------*/
.field-name-taxonomy-forums div {
  display: inline;
  margin-top: 4px;
}

.field-name-taxonomy-forums .field-items {
}

#forum .title {
  font-size: 16px;
}

#forum .submitted {
  font-size: 12px;
  font-family: Lucida Grande, Verdana, Arial, sans-serif;
  background: transparent;
  padding: 0;
}

#forum .container {
  background: #a1a1a1;
  color: #fff;
}

#forum .container a {
  color: #000;
  font-weight: bold;
}

#forum div.indent {
  margin-left: 2px;
}

.forum-starter-picture {
  float: left;
  padding: 4px;
  border: 1px solid #d9d9d9;
  margin: 5px 7px 5px 0;
}

#forum th {
  background: #434343;
  text-shadow: none;
  color: #fff;
}

#forum th a {
  color: #fff;
}

#forum td.forum .icon, #forum .icon div {
  background: url(images/no-new-posts.png) no-repeat;
  width: 35px;
  height: 35px;
}

#forum .name a{ 
  font-size: 16px;
}

@media screen and (max-width: 585px) {
div.site-branding {
    padding-top: 15px;
}
}

@media screen and (max-width: 768px) {
  html{
    font-size: 60%;
  }

  h1#site-title{
    text-align: center;
  }

  #site-logo {
    padding-top: 15px;
  }
  
  select.mnav{
    width: 100%;
    margin-bottom: 20px;
  }

  #main-menu{
    display:none;
  }
    
  .flex-caption{
    display: none;
  }
}

/* Custom CSS by Patti */
.view-homepage-news h2.title a {
 font-size:20px;   
}

#site-logo img {
    width: 260px;
    margin-top: -27px;
}

div.site-branding {
    float:left;
    /*width:53%;*/
}

h2#site-slogan {
    font-size: 18px;
    clear: none;
    margin: 10px 0 -20px 0;
}

.site-header {
   background-color: #2c76c7;
  }

.site-header .mc-menu {
    background-color: yellow;
}

#masthead .row {
    margin-right: auto;
    margin-left: auto;
/*    max-width: 1260px;*/
    max-width: 67%;
    /*height: 100px;*/
}

h1.mc-logo {
    color: white;
    font-size: 2.1em;
    font-weight: bold;
    line-height: 1em;
}

h2.mc-slogan {
    color: white;
    font-size: 1.2em;
    font-weight: normal;
    padding-top: 0px;
}

/* Custom responsive CSS for logos */
@media screen and (min-width:900px) and (max-width:1100px) {
    
    h1.mc-logo {
        color: white;
        font-size: 2.1em;
        font-weight: bold;
    }

    h2.mc-slogan {
        color: white;
        font-size: 1.25em;
        padding-top: 0px;
    }

    #site-logo img {
        width: 200px;
        margin-top: -27px;
    }
}

@media screen and (max-width:900px) {
    
    h1.mc-logo {
        color: white;
        font-size: 2.1em;
        font-weight: bold;
    }

    h2.mc-slogan {
        color: white;
        font-size: 1.25em;
        padding-top: 0px;
    }

    #site-logo img {
        width: 160px;
        margin-top: -27px;
    }
}
@media screen and (max-width:837px) {
#block-search-form div.content {
    padding: 0px 30px 0 0 !important;
    float: left;
}
}

/* menu style for front page only */
.row#mc-menu {
    background-color: #182343;
    padding-bottom: 22px;
    margin-top: -24px;
}

/* menu style for non-front page */
.small#mc-menu {
    padding-bottom: 4px;
}

#mc-menu .mainmenu {
    margin-left: auto;
    margin-right: auto;
    /*max-width: 1260px;*/
    max-width: 65%;
}

ul.slides {
    margin-top: -22px;
}

.home-block .field-content p {
    color:black;
}

.home-block .views-field-title a {
    text-align: left;
    color: black;
    font-weight: bold;
    text-align: left;
    font-size: 1.2em;
    font-family: 'Oxygen',sans-serif;
}

.home-block div.views-field-title, .home-block div.views-field-body {
    text-align:left;
}

#colorstrip{
    margin-top: 30px;
    width: 100%; 
    height: 80px;
    background-color: #2c76c7;
}

#colorstrip span#news-title {
    margin-left: auto;
    margin-right: auto;
    color: white;
    font-size: 1.5em;
    max-width: 1260px;
    position: relative;
    display: block;
    padding-top: 13px;
    padding-left: 10px;
}

#colorstrip a#more-news {
    color: white;
    text-align: right;
    margin-left: auto;
    margin-right: auto;
    max-width: 1260px;
    position: relative;
    display: block;
    margin-top: -1.7em;
    padding-right: 10px;
}

#colorstrip a:hover#more-news {
    text-decoration: underline;
}

div.home-block {
    background-color: white;
    border: 1px solid darkgray;
    /*padding: 0 10px;*/
    min-height: 368px;
}

#preface-area .container {
    /*max-width: 1260px;*/
    max-width: 66%;
}

.home-block div.views-field-title {
    padding: 14px 10px 0px 14px;
    padding: 10px;
    line-height: 1.5em;
    min-height: 62px;
}

.home-block div.view-content {
    /*padding: 10px;*/
}

/* Home blocks responsive CSS */
@media screen and (min-width:1100px) and (max-width:1289px) {
    div.home-block {
    min-height: 325px;
}    
}

@media screen and (min-width:1220px) and (max-width:1289px) {

    .home-block div.portrait img {
    width: 45%;
    max-width: 175px;
    height: auto;
    margin: 4px 18px 0px -12px;
    }}

@media screen and (min-width:1100px) and (max-width:1219px) {

    .home-block div.portrait img {
    width: 35%;
    max-width: 175px;
    height: auto;
    margin: 4px 18px 0px -12px;
    }}


.home-block img {
    border-radius: 0px !important;
}

@media screen and (min-width:821px) and (max-width:1100px) {
    .home-block div.portrait img {
    width: 32%;
    max-width: 100px;
    }

    div.home-block {
    min-height: 345px;
}    
}

@media screen and (min-width:765px) and (max-width:820px) {
      div.home-block {
    min-height: 355px;
}      

    .home-block div.portrait img {
    width: 32%;
    max-width: 100px;
    }

    .home-block div.portrait p, .home-block div.landscape p {
    line-height: 1.4em;}
}

@media screen and (min-width:397px) and (max-width:765px) {
    .home-block div.portrait img {
    max-width: 100px;
    }

    div.home-block {
    height: 100% !important;
    min-height: 228px;
}    
    .home-block div.landscape img {
    float: left;
    max-width: 50%;
    margin-right: 18px !important;
}
}

@media screen and (min-width:397px) and (max-width:765px) {
    .home-block div.portrait p, .home-block div.landscape p {
    line-height: 1.3em;}

    .home-block div.portrait p {
    margin: 0 12px 12px 12px;
}}

/*#main-menu .menu li {
    width: 180px;
}

#main-menu .menu li.last {
    text-align: right;
}

#main-menu .menu li.first {
    text-align: left;
}

#main-menu .menu li:not(.first) {
    text-align: right;
}*/

/*
.mainmenu nav#navigation, ul.sf-shadow {
    width: 1260px;  spread menu across the banner 
 } 

div#main-menu {
    display: flex;  spread out the menu items 
    justify-content:space-between;
    width: 100%;
}


 nav for small screens 
@media screen and (max-width:775px) {
.mainmenu nav#navigation {
    width: 100%;  spread menu across the banner 
}

div#main-menu {
    display: flex;  
    justify-content:space-between;
    width: 100%;
}

#main-menu ul {
    width: 80%;
    float: none;
    display: initial!important;
}
    

#main-menu li {
    float:none;
    padding: 0 35px;
    background-color: #182343;
    border: 1px solid lightgray;
}
*/
div#logo-img {
    display: inline-flex;
    margin-right: 1em;
    float: left;
}

#logo-img img {
    vertical-align: top;
}

div#logo-text {
    display: inline-flex;
    margin-left: 38px;
    float:left;
    margin-top: 10px;
}

.site-header div.content {
    float: right;
    margin-top: 30px;
}

.site-header div.content {
    /*float: left;*/
    margin-left: 20px;
    margin-bottom: 20px;
}
/*
ul.sf-js-enabled {
 display:
}
}*/

/* intermediate screen response -- menu */
@media screen and (min-width:900px) and (max-width:1230px) {
div.mainmenu, div#main-menu {
        width: 800px;
    }
div.menu-bar {
   padding-right: 30px;
}

}

@media screen and (min-width:769px) and (max-width:900px) {
    
    #mc-menu .mainmenu {
    margin-left: auto;
    margin-right: auto;
    max-width: 760px !important;
    }

    #main-menu ul {
    max-width: 760px !important;
}

    #main-menu {
    width: 760px !important;
    font-size: 90%;
    float: none;
}

div.mainmenu, div#main-menu {
        font-size: 95%;
        margin-left: auto;
        margin-right: auto;
        /*max-width: 0px !important;*/
    }

#main-menu {
    float: none;
}

#block-search-form div.content {
    padding: 40px 0px 0 0;
    float: right;
}
}

@media screen and (max-width:826px) {
.site-header div.content {
    float: left;
    margin-top: 30px;
}
}

@media screen and (max-width:768px) {
ul.rm-removed {
    display: inherit!important;
}
.flex-caption {
    display: inherit!important;
    position: inherit;
    z-index: 0; 
}

.flex-caption p {
    font-size: 1.3vw;
    line-height: 1.2em;
}

.flex-caption h2 {
    font-size: 2.5vw;
}

 a.frmore {
    font-size: 1.5vw !important;
}


.flex-direction-nav a {
    top:90%;
}

div.footer {
    clear: both;
    width: 100%!important;
}

div.ra-left, div.ra-right, div.dl_left, div.dl_right, div.software-left, div.software-right, div.people-left, div.people-right, .training .left, .training .right {
    width: 100%!important; 
    float: left; 
    clear: both;
}
}

/* footer style */
div#footer-block {
    background-color: #182343;
    color: white;
}
div#footer-block h2 {
    font-size: 1.2em;
    color: white;
}
div#footer-block p {
    font-size: 0.9em; 
    color: white;
}

#footer-block div.container {
    /*max-width: 1260px;*/
    max-width: 65%;
}

div.footer {
    width: 33.33%;
    float: left;
    padding-left: 40px;
}

.footer a {
    color: rgba(236, 204, 0, 0.95);
    font-weight: bold;
}

#main-menu ul.menu {
    /*display: inherit!important;*/
    visibility: inherit!important;
}

.sf-sub-indicator {
    display: none;
}

div.ra-left {
    width: 45%; 
    float: left; 
    margin-right: 5%;
}
div.ra-right {
    width: 46%;
    float: left;
    margin-right: 4%;
}

/* biblio padding between entries */
div.biblio-view {
padding-bottom: 10px;
}

span.biblio-title {
    font-weight: normal;
    color: #484648;
}

#block-search-form div.content {
    padding: 30px 0px 0 0;
    float: right;
}

div.mobilenavi {
    display: block;
}

div#preface-area div#block-search-form {
    display: none;
}

/* home page block orientation styles: "landscape" or "portrait" */

.ppl .leftside, .ppl .people-left, div.people-left { 
    width: 48%;
    float: left;
    margin-right: 2%;
    clear: left;
}

.ppl .people-right, div.people-right {
    width: 48%;
    float: left;
}


 
.ppl img {
    width: 90px;
    height: auto;
    border: none !important;
    border-radius: 6px !important;
    padding: 0 !important;
}

.ppl-img {
    width: 35%;
    float: left;
    height: auto;
    padding-right: 15px !important;
    padding-top: 5px !important;
}

.ppl-info {
    width: 65%;
    float: left;
}

div.ppl-info p {
    margin-bottom: 8px; 
    line-height: 1.25em;
}

div.view-people table {
    border: none !important;
}

div.view-people td {
    width: 25%; 
    float: left;
    border: 0px solid white !important;
    padding: 0px !important;
}

div.ppl-img img {
    height: auto;
}

.ppl-name {
    font-size: 1.25em;
    line-height: 1em;
}

.ppl-title {
    line-height:1.2em;
    
}

.ppl-ra {
    line-height: 1.25em;
}

.ppl-email {
    float: left;
    border-radius: 0;
    width: 16px;
    padding: 0;
    margin: 3px 6px 0 0 !important;
    opacity: 0.5;
}

.ppl-headshot {
    width: 35%;
    float: left;
}

.ppl-text {
    width: 65%;
    float: left;
}

p.ppl-ra {
    margin-bottom: 6px !important;
}

/* space between rows of biblio output; must add class "biblio-row" to view */
div.biblio-row {
    padding-bottom: 10px;
}


.training div.left, div.software-left {
    float: left;
    width: 48%;
    margin-right: 2%;
}

.training div.right,  div.software-right {
    float: left;
    width: 50%;
}

.training img {
    border-radius: 6px;
}

.view-ask-a-methodology h2.title a {
    font-size: 16px;
}

div.dl_left {
    width: 73%;
    float: left;
    margin-right: 2%;
}

div.dl_right {
    width: 25%;
    float: left;
}

div.webform-component--terms-conditions {
    height: 160px;
    overflow: scroll;
    font-size: 0.9em;
}

webform-component-email input {
    width: 200px;
}


.download-box h3 {
    background-color: #E7F0F9;
    border-top: 1px solid lightgrey;
    border-left: 1px solid lightgrey;
    border-right: 1px solid lightgrey;
    padding-left: 10px;
    padding-top: 10px;
}
 
div.download-box table {
    border: 1px solid lightgrey !important;
    background-color: rgba(43, 116, 195, 0.11) !important;
    /*margin-top: -50px !important;*/
}

div.version-box {
    background-color:white;
    height: 150px;
}

div.download-box img {
    position: relative;
    top: 6px;
    left: 20px;
}

div.download-box #primary td {
    padding: 5px 20px !important;
}

div.download-box #primary th {
    font-size: 1.3em !important;
    font-weight: normal !important;
}

div.courier.status-box {
    background-color: #E7F0F9;
    font-family: courier;
    padding: 14px;
    border: 1px solid lightgrey;
}

div.courier.status-box p {
    color: black;
    margin: 0;
}

.hanging-indent {
    padding-left: 32px ;
    text-indent: -32px ;
    overflow: hidden;
}

.researcher-block img, .resources-block img {
    margin-top: 5px;
    float: left;
    margin-right: 18px !important;
    width: 80px;
    height: auto;
}

.resources-block img {
    width: 68px;
}

@media screen and (max-width: 1200px) and (min-width: 992px) {
    .resources-block img {
      margin-right: -4px !important; 
      width: 68px;
    }}

@media screen and (max-width: 1200px) {
    .flex-caption h2 { 
     padding: 0px;
     font-size: 30px;
    }
    .flex-caption p {
    font-size: 15px;
    line-height: 1.2em;
}
    .flex-caption {
        padding: 1px 5px;
    }
    a.frmore {
    padding: 3px 0;
    font-size: 0.9em;
}
}

@media screen and (max-width: 992px) and (min-width: 776px) {
    .resources-block img {
    float: right;
    margin-right: -4px !important;
    margin-left: 5px;
    width: 68px;
    height: auto; 
    }
}

@media screen and (max-width: 776px) {
    .resources-block img {
    float: right;
    margin-right: -4px !important;
    margin-left: 5px;
    margin-top: -15px;
    width: 70px;
    height: auto; 
    }
}




div.researcher-block {
    min-height: 176px;
}

div.content-funding {
    display: block;
    clear: left;
    background-color: #EAF1FA;
    padding: 17px;
    border: 1px solid #E3E7ED;
}

.content-funding h3 {
    padding-top: 0px;
}

div.news-block-date {
        padding-bottom: 8px;
    font-size: 12px;
    font-weight: bold;
}

/* don't show drop downs for responsive menu */
.responsive-menus-simple ul>li>ul {
    display: none !important;
}

/* make the "more news" link small in sidebar */
.region-sidebar-first .more-link a {
    font-size: 0.9em;
}

.biblio-recent-pubs div.views-field-citation {
   
    color: #484648;
}

.biblio-recent-pubs h3 {
    
    font-weight: bold;
}

div.views-field-citation {
    line-height: 1.3em;
}

.block-views .views-field-title {
    line-height: 1.2em;
}

/* SMART Projects page styling */
.view-smart-projects .smart-img img {
    float: left;
    margin-right: 30px;
    width: 40%;
    height: auto;
} 

.view-smart-projects .smart-body {
    float: left;
    width: 55%;
}

.view-smart-projects div.views-row {
    border-bottom: 1px solid darkgrey;
    margin-top: 20px;
    overflow: auto;
    
}

.dl-left-50, .dl-right-50, .left50, .right50 {
    width: 48%;
    float: left; 
    margin-right: 2%;
}

.green-table td {
    border: none !important;
    padding: 0px 10px !important;
}

table.green-table {
    border: 1px solid black !important; 
    background-color: #F3FDF3 !important;
}

.green-table p {
    margin: 0 0 5px; 
}

div.callout, div.callout-right {
    text-align: center; 
    float:right; 
    margin-left: 20px; 
    width: 240px; 
    border: 1px solid grey; 
    padding: 12px;
    font-size: 1.2em;
}
 
div.callout-left {
    text-align: center; 
    float:left; 
    margin-right: 20px; 
    width: 240px; 
    border: 1px solid grey; 
    padding: 12px;
    font-size: 1.2em;
}

ul.anchor-nav {
    list-style: none;   
    margin: 0 !important;
}

.anchor-nav li {
    float: left;
    display: inline;
    width: 20%;
    text-align: center;
    background-color: rgba(211,211,211,0.35);
    padding: 7px 0;
}

div.menu-bar {
    margin-top: -105px;
    /*max-width: 1200px;*/
    max-width: 64%;
    margin-left: auto;
    margin-right: auto;
}

.block-search input.form-text {
    position: relative;
}

.compact td p {
    margin: 0px;
    text-align: center;
}

tr.shaded {
    background-color: rgb(247, 243, 228);
}

.software h3 {
    padding-bottom: 4px;
}

p.home-date {
    font-size: 12px;
    font-weight: bold;
}

.view-all-publications-and-presentations div.view-filters {
    padding-bottom: 25px;
}

div.biblio-recent-pubs {
    clear: left;
}

/* People pages */

.investigators div {
    width: 25%;
    float: left;
}

.investigators img { 
    border-radius: 0 !important;
}

table.enews li {
    list-style-position: initial;
}

/*top nav at full res*/
.topnav {
    width: 20%;
    float: left;
    text-align: center;
}