
@import url(//fonts.googleapis.com/css?family=Open+Sans);

/* ---------------------------------------------

* Filename:     style.css
* Version:      1.0.0 (2014-10-14)
* Website:      http://www.zymphonies.com
                http://www.freebiezz.com
* Description:  System Style
* Author:       Zymphonies Dev Team
                info@zymphonies.com

-----------------------------------------------*/

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;
}

/* HTML5 display-role reset for older browsers */

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*
  Clear Floated Elements
*/

.clear {
  clear:both;
  display:block;
  overflow:hidden;
  visibility:hidden;
  width:0;
  height:0;
}
#search-block-form > div > div > fieldset
{display:none;}
.clear:after {
  clear:both;
  content:' ';
  display:block;
  font-size:0;
  line-height:0;
  visibility:hidden;
  width:0;
  height:0;
}

* html .clear {
  height:1%;
}

*{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-family: 'Open Sans', sans-serif;
  line-height: 160%;
  color: #000;
  font-size:13px;
}

a {
  color: #2E6AC4;
  text-decoration:none;
}

a:hover {
  color: rgb(230, 80, 0);
}

.ui-widget-content a {
     color: #2E6AC4;
}

.red { color: red; }

.green{ color: green; }

.blue { color: blue; }

.yellow { color: yellow; }

.orange { color: orange; }

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
  margin-bottom:6px;
  color: #555;
}

h1 {
  font-size:18px;
}

h2 {
  font-size:16px;
}

h3 {
  font-size:14px;
}

h4 {
  font-size:13px;
}

h5 {
  font-size:13px;
}

h6 {
  font-size:13px;
}

p {
  margin-bottom:18px;
  /*color: #666;*/
  color: #000;
}

table {
  border-collapse:collapse;
  border-spacing:0;
  margin-bottom: 15px;
  width: 100%;
}

th, tr, td {
  vertical-align: middle;
}

.sticky-header th, .sticky-table th {
  border-bottom: 3px solid #ccc;
  padding-right: 1em;
  text-align: left;
}


th {
  background: #005596;
  border-right: 1px solid #c8c7c7;
  color: #fff;
  padding: 10px;
  font-weight: bold;
}

td {
  background: #FFF;
  color: #000;
  text-align: left;
  padding: 10px;
 /* border: 1px solid #DBDBDB;*/
}

code {
  background: rgb(250, 250, 250);
  text-shadow: 1px 1px #fff;
  border: 1px solid #bbbbbb;
  display: block;
  padding: 7px;
  margin: 5px 0;
  border-radius: 7px;
}

mark {
  background-color:#fdfc9b;
  font-style:italic;
  font-weight:bold;
}

del {
  text-decoration: line-through;
}

hr {
  border:none;
  border-top:#EEE 1px solid;
}


dt {
  font-weight:bold;
  margin-bottom:24px;
}

dd {
  margin-left:30px;
  margin-bottom:24px;
}

ul {
  list-style-type:disc;
  margin-left:25px;
  margin-bottom:12px;
}

ul ul {
  list-style-type:square;
  margin-bottom:0;
}

ul ul ul {
  list-style-type:circle;
}

ol {
  list-style-type:decimal;
  margin-left:30px;
  margin-bottom:24px;
}

ol ol {
  /*list-style: upper-alpha;*/
  margin-bottom:0
}

ol ol ol {
  list-style: lower-roman;
}

ol ol ol ol {
  list-style: lower-alpha;
}

abbr,
acronym {
  border-bottom:#999 1px dotted;
  cursor:help;
}

big {
  font-size:1.3em;
}

cite,
em {
  font-style:italic;
}

ins {
  background-color:#fdfc9b;
  text-decoration:none;
}

pre {
  background: #d8d8d8;
  text-shadow: 1px 1px #fff;
  border: 1px solid #bbbbbb;
  padding: 7px;
  margin: 5px 0;
  border-radius: 7px;
}

blockquote, q {
  quotes:none;
  border: 1px solid rgb(226, 220, 220);
  background: rgb(250, 247, 247) url(../images/quote.png) no-repeat;
  padding: 10px 5px 5px 47px;
  text-shadow: 1px 1px #fff;
  margin: 5px 0;
  border-radius: 7px;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content:'';
  content:none;
}

strong {
  font-weight:bold;
}

sup,
sub {
  height:0;
  line-height:1;
  vertical-align:baseline;
  position:relative;
  font-size:10px;
}

sup {
  bottom:1ex;
}

sub {
  top:.5ex;
}

img,
video {
  max-width:100%;
  height:auto;
}

video {
  display:block;
}

audio {
  max-width:100%;
}

b{ font-weight: bold; color: #333; }


.content a img {
  padding:5px;
  box-shadow:0 0 3px #EEE;
  background:#FFF;
  border:#EEE 1px solid;
}

.content a:hover img {
  background:#F0F0F0;
}

/*
  Theme Design, Layout and Typography
*/

#inner_header_wrapper {
  position:relative;
  margin:0 auto;
  position: relative;
}

#header {
  max-width: 1280px;
  margin: 0 auto;
}

.top_left{ float: left; width: 80%; }

.top_right{ float: right; width: 20%; }

#logo {
  float:left;
  margin: 8px 10px 8px 0px;
}

#logo img{ display: block; }

#site-title a,
#site-description {
  font-weight: normal;
  color: #005596;
}

#site-title,
#site-description {
  float:left;
  line-height: 1.7em;
  margin-left:10px;
}

#site-title {
  margin: 10px 0 0px 0;
  font-size:30px;
  font-weight:bold;
  margin-left:25px;
}

#site-title a{
  float: left;
}

#site-description {
  margin: 4px 0 0 0;
  float: left;
  clear: both;
  font-size: 13px;
  line-height: 100%;
}

.main-menu-list-item
{
  padding: 0px !important;
}

#main-menu {
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
  /*border-bottom: 2px solid rgb(0, 85, 150);*/
  /*background: none repeat scroll 0 0 rgb(0, 85, 150);*/
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.03);
  -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.03);
  -moz-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.03);
  -o-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.03);
}
#menu-709-1 > a > ul
{
  margin-left: -100px;
}

#menu-771-1 > div > a
{
  display: none;
}

#menu-772-1 > div > a
{
  display: none;
}
#menu-773-1 > div > a
{
  display: none;
}
#resp-container
{
  width:70px;
}
#resp-hamburger
{
  width:20px; float: left;
}
#resp-text
{
  width:40px;float: right;
}

#block-superfish-1 > div > ul > li:nth-child(2) > ul > li > ol > li:nth-child(1) > div > a
{
  display:none;
}
ul, ol, div.item-list ul{
 /* margin: 5px 0 5px 0;
  padding: 0;*/
}

ul li, ul.menu li, ul.links li, .item-list ul li {
  /*background: url("images/marker.png") no-repeat scroll left 6px transparent;*/
 /* list-style: none outside none;
  margin: 0 0 2px;
  padding: 0 0 0 15px;*/
}

.region ul.menu li,
.region ul.links li,
.region .item-list ul li {
  /*background: url("../images/marker.png") no-repeat scroll 4px center rgba(0, 0, 0, 0);*/
  list-style: none outside none;
  margin: 0 0 2px;
  padding: 0 0 0 0px;
  text-align: left;
}


.drop-down-toggle {
  position: absolute;
  top: 5px;
  right: 16px;
  display: none;
  width: 28px;
  height: 28px;
  border-radius:15px;
  background:#333;
  background:-moz-linear-gradient(#333,#444);
  background:-webkit-linear-gradient(#333,#444);
  background:-o-linear-gradient(#333,#444);
  background:-ms-linear-gradient(#333,#444);
  background:linear-gradient(#333,#444);
  border:#aaa 3px solid;
}

.drop-down-arrow {
  display: block;
  width: 0;
  height: 0;
  margin: 8px 0 0 3px;
  border-top: 8px solid #aaa;
  border-left: transparent 8px solid;
  border-right: transparent 8px solid;
}


#container {
  clear: both;
  margin: 0 auto;
  max-width: 1280px;
  overflow: hidden;
  /*padding: 1%;*/
  background: #fff;
}

.region-slideshow{
  /*padding: 1%;*/
  max-width: 1280px;
    margin: 0 auto;
}

#slider {
  background: transparent;
  position:relative;
  box-shadow: none;
  overflow: visible;
}

.nivo-caption {
  background: rgba(255, 255, 255, .6);
  margin: 20px;
  width: 60%;
  font-size: 13px;
  padding: 20px;
  font-family: Arial, sans-serif;
  color: rgb(0, 0, 0);
  line-height: 120%;
}

.slider-wrapper #slider{
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  z-index: 1;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.theme-default .nivo-controlNav{
  padding: 20px 0 0 0;
}

#slider a:active {
  outline:none;
}

.slides,
.flex-control-nav {
  margin:0;
  padding:0;
  list-style:none;
}

.slides {
  width:100%;
  overflow:hidden;
}

#slider .slides > li {
  display:none;
  position:relative;
  margin:0;
}

#slider .slides li:first-child {
  display:list-item;
}

.flex-pauseplay span {
  text-transform:capitalize;
}

.slides:after {
  content:".";
  display:block;
  clear:both;
  visibility:hidden;
  line-height:0;
  height:0;
}

.flex-control-nav {
  position:absolute;
  right:4%;
  bottom:7.3%;
  text-align:center;
}

.flex-control-nav li {
  display:inline-block;
  margin:0 0 0 15px;
}

.flex-control-nav li:first-child {
  margin:0;
}

.flex-control-nav li a {
  display:block;
  width:24px;
  height:24px;
  box-shadow:0 0 3px #999;
  cursor:pointer;
  background:#e9e9e9;
  color:#333;
  font-weight:bold;
  line-height:24px;
}

.flex-control-nav li a.active,
.flex-control-nav li a:hover {
  background:#fff;
}

#slider .post {
  padding:1.83%;
  margin:0;
  box-shadow:none;
  background:none;
}

#slider .entry-container {
  float:right;
  max-width:50%;
}

#slider .slide-image {
	max-width:49%;
	padding:0.47%;
	background:#E9E9E9;
}

#slider .entry-header,
#slider .entry-summary {
  margin-left:5%;
}

#slider .entry-title{
  margin-left:0;
  margin-bottom:15px;
}

.content-sidebar-wrap {
  float:left;
  width:100%;
}
.front .content-sidebar-wrap{
  margin-top: 20px;
}

.content-sidebar-wrap #content {
  display: inline;
  margin-bottom: 2.7%;
  float:right;
  width:100%;
}

#sidebar-first {
  color: #888;
  float: left;
}

#sidebar-second {
  color: #888;
  float: right;
}

/* 3 columns */

body.two-sidebars .content-sidebar-wrap {
  width:80%;
}

body.two-sidebars #content {
  width:80%;
}

body.two-sidebars #sidebar-first {
  width: 20%;
}

body.two-sidebars #sidebar-second {
  width: 19%;
}

/* 2 columns: sidebar-first */

body.sidebar-first .content-sidebar-wrap {
  width: 100%;
}

body.sidebar-first #content {
  width: 83%;
}

body.sidebar-first #sidebar-first {
  width: 17%;
}

/* 2 columns: sidebar-second */

body.sidebar-second .content-sidebar-wrap {
  width: 80%;
  border-right: 1px dotted gray;
}

body.sidebar-second #content {
  width: 100%;
}

body.sidebar-second #sidebar-second {
  width: 19%;
}

#post-content {
  padding: 0 20px;
}

.breadcrumb {
  margin:0 20px;
  padding-top:20px;
  margin-bottom:10px;
  border-bottom:#eee 1px solid;
}

#head, #content, #sidebar-second, #sidebar-first {
  margin-top: 10px;
}

.node {
  margin:20px 0;
}

.node h2.title, .page-title {
  font-size: 20px;
}

.node h2.title a{
  color: #000;
}

.block {
  margin-bottom: 1%;
}

.block > h2{
  font-size: 18px;
  font-weight: normal;
  margin: 5px 0px;
  padding: 0px 0px 4px 0px;
}





#footer-area .block > h2 {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: bold;
  color: rgb(251, 90, 2);
}

#footer-area ul.menu li a.active{
  color:#ddd;
}

.region-front-welcome{
  background: url("images/hr.png") top center no-repeat;
  padding-top: 2%;
  margin-top: 3%;
}

.region-front-welcome h2{
  margin-bottom: 10px;
  font-size: 16px;
  text-transform: uppercase;
}

.submitted {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  background: rgb(247, 247, 247);
  border: 1px solid rgb(236, 236, 236);
  border-radius: 4px;
  clear: both;
  color: rgb(56, 56, 56);
  display: inline-block;
  margin-bottom: 5px;
  padding: 2px 8px;
}

.links {
  color: #000;
  margin-top: 10px;
  font-size: 14px;
}

ul.links {
  margin:0;
}

.links li a {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  background: #696F72;
  border-radius: 4px;
  color: #FFF;
  font-weight: normal;
  padding: 4px 8px;
}

.links li a:hover {
  background: #000;
  color: #DDD;
}

/*-------------------------------------------*
/* Fix CKEditor style
/*-------------------------------------------*/

table.cke_editor {
  background: transparent;
  border: 0;
}
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-submit{
  cursor: pointer;
  margin:5px;
}

input.form-checkbox, input.form-radio {
  vertical-align: baseline;
}

.form-text {
  padding: 6px;
}

/*-------------------------------------------*
/* Menus and item lists
/*-------------------------------------------*/
.item-list ul {
  margin: 0;
 /* padding: 0 0 0 1.5385em;*/
}

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{
  display: inline-block;
}

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;
}

/*-------------------------------------------*
/* Tabs and Tags
/*-------------------------------------------*/
.field-name-field-tags {
  margin: 0 0 10px 0;
}

.field-name-field-tags a{
  display: inline-block;
  background: url(images/tag.png) no-repeat;
  padding: 0px 8px 0 16px;
  height: 22px;
  text-shadow: 1px 1px #fff;
  border-radius: 2px;
  font-size: 12px;
}

.field-name-field-tags .field-item {
  margin: 0 1em 0 0;
}

.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;
}

/*-------------------------------------------*
/* Navigation
/*-------------------------------------------*/
.item-list .pager li {
  background: #cfcfcf;
  border-radius: 3px;
  margin-right: 4px;
  text-shadow: 1px 1px #fff;
}

/*-------------------------------------------*
/* Forum
/*-------------------------------------------*/
.field-name-taxonomy-forums div {
  display: inline;
  margin-top: 4px;
}

#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;
}

/* Images */

img { outline: 0; }

img.scale-with-grid { max-width: 100%; height: auto; }

/* 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: 20px;
}

.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;
}

/* -------------- 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; }

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; }

.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; }

/* Form Buttons */

button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  background-image: -ms-linear-gradient(top, #FFFFFF 0%, #E3E3E3 100%);
  background-image: -moz-linear-gradient(top, #FFFFFF 0%, #E3E3E3 100%);
  background-image: -o-linear-gradient(top, #FFFFFF 0%, #E3E3E3 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFFFFF), color-stop(1, #E3E3E3));
  background-image: -webkit-linear-gradient(top, #FFFFFF 0%, #E3E3E3 100%);
  background-image: linear-gradient(top, #FFFFFF 0%, #E3E3E3 100%);
  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: 8px 1em 9px 1em;
}

button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover {
  background-image: -ms-linear-gradient(top, #DBDBDB 0%, #F2F2F2 100%);
  background-image: -moz-linear-gradient(top, #DBDBDB 0%, #F2F2F2 100%);
  background-image: -o-linear-gradient(top, #DBDBDB 0%, #F2F2F2 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #DBDBDB), color-stop(1, #F2F2F2));
  background-image: -webkit-linear-gradient(top, #DBDBDB 0%, #F2F2F2 100%);
  background-image: linear-gradient(top, #DBDBDB 0%, #F2F2F2 100%);
  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;
}

#block-search-form {
  overflow: hidden;
  position: relative;
  width: 200px;
  margin: 0 auto;
}

#block-search-form .content { margin-top: 0; }

#block-search-form .form-text{
  float: left;
  margin-right: 5px;
  padding: 10px;
  border-radius: 3px;
  border: 0;
  width: 200px;
  border: 1px solid #C7C7C7;
  margin-top:10px;
}

#block-search-form input:focus{
  outline: none;
}

#block-search-form .form-submit {
  height: 27px;
  width: 29px;
  padding: 0;
  cursor: pointer;
  text-indent: -9999px;
  border-color: #E4E4E4 #D2D2D2 #B4B4B4;
  background: url(/sites/all/themes/dcjs_subtheme/images/search-icon.png) no-repeat center top;
  overflow: hidden;
  box-shadow: none;
  border: 0;
  position: absolute;
  top: 6px;
  right: 5px;
}

#block-search-form .form-submit:hover{
  opacity: .8;
}

#search-block-form .form-actions{ float: left; padding: 0; }

#search-block-form .form-actions input { margin: 1px 0; border-radius: 0; margin-top:10px; }

#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; }

#toboggan-login { position:absolute; z-index:9999; padding:10px; background:#ffffff; color:#000000; box-shadow:0 0 4px rgba(0,0,0,0.3); margin-right: 3px;width: 250px;}
#toboggan-login a { color:#018fe2; }
#toboggan-login input { border:1px solid #777777; }
#toboggan-login ul li { list-style:none; padding:3px 0; }
.top_right #block-user-login .form-item { padding:5px 0; }
.top_right #block-user-login .item-list li.last { padding:0; }
.top_right #block-user-login input.form-submit { background:#cccccc; }
.top_right #block-user-login input.form-submit:hover { background:#cccccc; }



#footer {
  clear:both;
  max-width: 1280px;
  margin: 0 auto;

  overflow: auto;
  padding: 1% 2% 2% 2%;
  background: #005596;
  border-top: 4px solid #fff;
  font-size: 13px;

}

#footer a{
  color: #fff;
}

#footer a:hover{
  color: #fff;
  text-decoration: underline;
}

#footer ul
{
  margin:0;
}

#footer p {
  color: #fff;
}

#footer_wrapper{
  max-width: 1280px;
  margin: 0 auto;
}

#footer-area {
  position:relative;
  color:rgb(128, 128, 128);
}

#footer-area .column {
  float:left;
  width:30.8%;
  margin: 10px;
}

#footer-area .column:first-child {
  margin-left:0;
}

#footer-area .column-title {
  color:#e0e0e0;
}



#copyright {
  clear:both;
  padding:0 0px;
}

.copyright {
  float:left;
  max-width:728px;
}

.credits {
  float:right;
  max-width:370px;
  margin-right:12px;
  text-align:right;
}

.footer_inner_credit p {
  margin:0;
}

.footer_credit{
  color: #777;
  font-family: Arial;
  overflow: auto;
  padding: 10px 0px;
  background: #005596;
}

.footer_inner_credit{
  max-width: 1280px;
  margin: 0 auto;
}

/*---------------------------
    Social Icons
----------------------------*/

.social-icons{
  text-align: center;
}

.social-icons ul{ margin: 0; }

.social-icons li{
  display: inline-block;
}

#footer .social-icons li a {
  width: 35px;
  color: #005596;
  padding: 5px 5px;
  display: block;
  overflow: hidden;
  background: #fff;
  border-radius: 50%;
}

#footer .social-icons li a:hover{
  background: #fff;
  /*color: #16A085;*/
}


.contextual-links-region {
  position: inherit;
}

/*Admin*/

#toolbar li, .tabs.primary li{
  background: none;
}

ul.menu li{
  /*padding-left: 15px;*/
}

#front_action
{
  background-color: #E34439;
  color: white;
  height: 75px;
  padding-top: 3px;
  padding-bottom: 1px;
      max-width: 1280px;
    margin: 0 auto;
  overflow: visible;
  margin-bottom: 5px;
}

.block-registernow h2
{
  color: white;
  font-size: 2.3em;
  width:90%;

}


.promo-action:hover{
  background: #fff;
  color: #2F3A34;
}

.promo-action {
border: 1px solid #FFFFFF;
border-radius: 5px;
float: right;
padding: 8px 20px;
margin-top: -47px;
color: white;
margin-right: 10px;
vertical-align: middle;
position: relative;
background-color: #E34439;
behavior: url(/sites/all/libraries/PIE/pie.htc);
}

.block > h2{
  font-size: 18px;
  margin: 5px 0px 15px 0px;
  padding: 10px;
  overflow: hidden;
  text-align: left;
}

.promo-text
{
  font-size: 1.7em;
  font-weight: bold;
}

#top-area {
  clear:both;
  margin-bottom: 1%;
  position:relative;
  max-width: 1280px;
  margin: 0 auto;
  /*text-align: center;*/
}

#top-area .block {
  margin: 0;
}

#top-area .column1 {
  float: left;
  width: 64.6%;
  margin: 1.8% 0;
  margin: 0 5px 0 0;

}

#top-area .column2 {
  float: left;
  width: 34.9%;
  /*margin: 1.8% 0;
  margin: -5px 0 0 0;*/
}

#top-area .column:last-child{
  float: right;
  margin-right: 0;
}


#top-area h2{
  color: #fff;
font-size: 2em;
padding: 10px 0;
margin: 0;
text-align: center;
}

#top-area .column .content{
  padding: 10px 0;
}

#top-area .column:first-child {
  margin-left:0;
}

#top-area .column-title {
  color:#e0e0e0;
}

/*CUSTOM*/

.jcarousel-skin-default .jcarousel-clip-horizontal {
width: 100%;
overflow: hidden;
}

.jcarousel-skin-default .jcarousel-container-horizontal {
width: 95%;
height: 250px;
padding: 0px 0px;
margin: auto;
}

.jcarousel-skin-default .jcarousel-item-horizontal {
height: 240px;
}

.jcarousel-skin-default .jcarousel-next-horizontal {
position: absolute;
top: 100px;
right: -30px;
background-position: 0 -32px;
}

.jcarousel-skin-default .jcarousel-prev-horizontal {
position: absolute;
top: 100px;
left: -27px;
background-position: 0 0;
}

/*TOP NEWS*/
#block-views-top-news-block {
    border-top: 4px solid #005596;
    float: left;
    width: 100%;
    background: #fff;
    border-right: 1px solid #e4e4e4;
    border-left: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
    height: 328px;
    overflow-y: auto;
    box-shadow: 0px 10px 18px -10px #666;
}


#block-views-top-news-block h2
{
 font-size: 1.2em;
 font-family: inherit;
margin: 0px 0px 10px 0px;
padding-top: 5px;
padding-left: 5px;
padding-right: 0px;
overflow: hidden;
text-align: left;
}

#block-views-top-news-block > div.content > div > div > div > ul > li
{
  margin-left:10px;
}

/*wuick-icons-front-page*/
#quick-icons-block {
    border-top: 4px solid #005596;
    float: left;
    width: 100%;
    background: #fff;
    border-right: 1px solid #e4e4e4;
    border-left: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
    height: 525px;
    overflow-y: auto;
    box-shadow: 0px 10px 18px -10px #666;
    margin-top:2px;
}

#quicktabs-container-front_page_tabs {
    border-top: 4px solid #005596;
    float: left;
    width: 100%;
    background: #fff;
    border-right: 1px solid #e4e4e4;
    border-left: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
    height: 525px;
    overflow-y: visible;
    box-shadow: 0px 10px 18px -10px #666;
}


.quicktabs-tabs li
{
  padding: 0px 5px 0px 0px !important;
}
#quicktabs-tabpage-front_page_tabs-3 > div > div.view-content > div > div
{
  position: relative;
}

#quicktabs-tabpage-front_page_tabs-3 > div > div.view-content > div > div > table
{
   margin: 0 auto;
  position: absolute;
  left:0;
  right: 0;
  top: 0;
  bottom: 0;
  min-height: 240px;
  width:450px;
}


.quicktabs-style-nostyle li {
background-image: url(../images/home_tabs_nav.png) !important;
/*background-position: -300px 0 !important;*/
border-right: 1px solid #fff;
height: 37px;
float: left;
text-align: center !important;
width: 25%;
padding-top: 12px !important;
cursor: pointer;
}
.tabbed_section table
{
  min-height:320px;
}
.quicktabs_main.quicktabs-style-dcjssky {
  border: 1px solid #eee;
  clear: both;
  padding: 10px 5px 0 25px;
  position: relative;
  top: -0.1em;
  background: #fff;
  height:340px;
}

#quicktabs-tabpage-front_page_tabs-0 > div > div.item-list > ul > li.pager-previous.first
{
  background-image: none !important;
}
#quicktabs-tabpage-front_page_tabs-0 > div > div.item-list > ul > li.pager-current
{
  background-image: none !important;
}
#quicktabs-tabpage-front_page_tabs-0 > div > div.item-list > ul > li.pager-next.last
{
  background-image: none !important;
}

.tabbed_section
{
  min-height: 400px;
  height:350px !important;
  padding-right: 5px;
  padding-top: 10px;

}
.tabbed_section table
{
border-top:none;
border-bottom:none;
box-shadow: 0px 10px 18px -10px #666;
float:left;
}



.quicktabs-style-nostyle li a {
font-weight: bold;
text-transform: uppercase;
color: #959595;

text-shadow: 1px 1px 1px #fff;
}

.quicktabs-style-nostyle .active a {
color: #003366;
}

.tabbed_section .views-field-field-announcement-text
{
display: list-item;
list-style-image: url(/sites/all/themes/dcjs_subtheme/images/arrow-small-right-128.png);
}

.quicktabs-wrapper .views-field-field-announcement-text
{
  display: list-item;
 list-style-image: url(/sites/all/themes/dcjs_subtheme/images/arrow-small-right-128.png);
}

/*front tabs conference*/
#quicktabs-tabpage-front_page_tabs-1 > div > div > div > ul > li
{
    display: list-item;
 list-style-image: url(/sites/all/themes/dcjs_subtheme/images/arrow-small-right-128.png);
}

/*upcoming training tab*/
#quicktabs-tabpage-front_page_tabs-2 > div > div.view-content > div > ul > li
{
   display: list-item;
 list-style-image: url(/sites/all/themes/dcjs_subtheme/images/arrow-small-right-128.png);
}
#quicktabs-tabpage-front_page_tabs-3 > div > div.view-content > div > div
{
  position: relative;
}

#quicktabs-tabpage-front_page_tabs-3 > div > div.view-content > div > div > table
{
   margin: 0 auto;
  position: absolute;
  left:0;
  right: 0;
  top: 0;
  bottom: 0;
  min-height: 240px;
  width:450px;
}


.views-field-field-announcement-text
{
  display: list-item;
 list-style-image: url(/sites/all/themes/dcjs_subtheme/images/arrow-small-right-128.png);
}

.views-field-created
{
    margin-top: -22px;
    padding-bottom: 7px;
}

.what-s-new-date
{
  font-weight: bold;
  font-style: italic;
  font-size: .8em;
}

/*footer block*/

#block-block-1 > div.content > table > tbody > tr > td
{
  margin-bottom: 0px;
  background-color: #005596;
  color: #fff;
}

#block-block-1 > div.content > table
{
  margin-bottom: 0px;
}

#block-block-1 > div.content > table > tbody > tr > td > ul > li > a
{
  color: #fff;
}

#block-block-1 > div.content > table > tbody > tr > td
{
  vertical-align: top;
}

#block-block-2 > div.content > table > tbody > tr > td
{
  margin-bottom: 0px;
  background-color: #005596;
  color: #fff;
}

#block-block-2 > div.content > table
{
  margin-bottom: 0px;
}

#block-block-2 > div.content > table > tbody > tr > td > ul > li > a
{
  color: #fff;
}

#block-block-2 > div.content > table > tbody > tr > td
{
  vertical-align: top;
}

.banner-panels
{
    overflow: auto;
    padding: 1% 2% 2% 2%;
    border-top: 4px solid #fff;
    max-width: 82.3em;
    font-size: 13px;
    margin: 0 auto;
    display: block;
}

#panelImg
{
  width:100px;
  float: right;
  padding-left: 10px;
  padding-right: 10px;
}

.responsive-menu-toggle-icon span.label {
      display: block;
    position: absolute;
    font-size: 27px;
    text-transform: uppercase;
    top: 5px;
    left: 40px;
    color: #fff;
}

.responsive-menu-toggle-icon
{
      box-sizing: border-box;
    display: block;
    width: 44px;
    /* height: 35px; */
    z-index: 4;
    margin-top: 0;
    position: relative;
}



.tb-megamenu-nav
{
  display:table;
  width:100%;
  display:flex;
}

.tb-megamenu-nav > li
{
  flex: auto;
}

.tb-megamenu
{
  background-color: #005596;
}

.tb-megamenu .nav > li > a
{
	text-align:center;
    border-right: none;
    border-top: 0;
    color: #fff;
    font-weight: bold;
    padding: 15px 14px;
    text-shadow: none;
    text-transform: uppercase;
    font-size: .89em;/*chrome on mac*/
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
/* IE10+ CSS styles go here */
  .tb-megamenu .nav > li > a
    {

      padding: 15px 13px;
    }
}

/*firefox 37+ hack*/
/* Firefox 37+ */
@-moz-document url-prefix() {

  .region-superfish-menu
{


  max-width:1280px;
  margin: 0 auto;
  /*height: 5.38462em;*/
  margin-bottom:5px;
}
/* Firefox styles go here because Mozilla apparently has trouble with pixels! */
 .tb-megamenu .nav > li > a
    {
       font-size: .899em;/*mac firefox*/
      padding: 15px 8px;
      text-transform: uppercase;
    }
}

/* Safari 6.1+ (9.0 is the latest version of Safari at this time) */

@media screen and (min-color-index:0)
and(-webkit-min-device-pixel-ratio:0) { @media
{
    .tb-megamenu .nav > li > a /*safari on mac*/
    {
      font-size: .8075em;
      padding: 15px 11px;
      text-transform: uppercase;
    }
}
}


.tb-megamenu {
    background-color: #005596;
}

.tb-megamenu .nav li.dropdown > .dropdown-toggle .caret {
    border-top-color: #fff;
    border-bottom-color: #fff;
    margin-top: 8px;

}

/*NOVO SLIDER REMOVE BOTTOM NAVIGATION*/
#block-nivo-slider-nivo-slider > div.content > div > div.nivo-controlNav
{
  display:none;
}

.sf-menu.sf-style-simple li li a, .sf-menu.sf-style-simple.sf-vertical a, .sf-menu.sf-style-simple li li span.nolink, .sf-menu.sf-style-simple.sf-vertical span.nolink
{
  padding: 1em 1em 1.5em 0;
}

.region-sidebar-second h2
{
      padding: 11px 16px;
    color: #444444;
    font-weight: 600;
    font-size: 1.1em;
    background-color: #E4E4E4;
    border-left: 3px solid #005596;
    text-transform: uppercase;
}

#dcjs-update-img
{
  height: 35px;
}


.tooltiptext{
    display: none;
}
.calendar-calendar tr td.today,
.calendar-calendar tr.odd td.today,
.calendar-calendar tr.even td.today {
  background-color: #E4E7EB;
}
.calendar-calendar tr td.today, .calendar-calendar tr.odd td.today, .calendar-calendar tr.even td.today {
 /*box-shadow: inset 0 0 0 1px #E4E7EB,inset 0 3px 10px #27496d;*/
}

.ui-dialog {
    box-shadow: 0 0 0 7px rgba(255,255,255,0.5) !important;
}
.popupdiv > a
{
    font-size: 14px;
    color:#000;

  text-decoration: underline;
}


.eventpop
{
  height:auto;
}
.zoomed{
    /*cursor: pointer;*/
background-color: #808080 !important;
color:white !important;
}

.calendar-calendar td.has-events
{

  border: 1px inset #b37d00 ;
  background-color: lightgray;
}

.calendar-calendar td.has-no-events
{

  border: 1px outset #b37d00 ;
}


.calendar-calendar .mini-day-off
{
  padding-right:10px;
}

.calendar-calendar .mini-day-on
{
  padding-right:10px;
}

.mini
{
  height:80px;
}

/*Disable LAW ENFORCEMENT / SCHOOL SAFTEY MAIN MENU LINK

#block-tb-megamenu-main-menu > div.content > div > div > ul > li:nth-child(3) > a
{
  pointer-events: none;
    cursor: default;
}*/

/*Disable JUVENILE/VICTIMS/COREECTIONS MAin menu link

#block-tb-megamenu-main-menu > div.content > div > div > ul > li:nth-child(4) > a
{
  pointer-events: none;
    cursor: default;
}*/

/*PS Jcarousel*/



.above-content
{
  margin-bottom:25px;
}
.jcarousel-view--security-services-main-programs--block
{

}
.view-security-services-main-programs
{
height: 65px;

 margin: auto;
    width: 100%;

    padding: 0px;
}
.view-security-services-main-programs .jcarousel-skin-default .jcarousel-clip-horizontal {
overflow: hidden;
margin:0 auto;
}

.view-security-services-main-programs .jcarousel-skin-default .jcarousel-container-horizontal {

height: 65px;
padding: 0px 0px;
margin: 0 auto;
}

.view-security-services-main-programs .jcarousel-skin-default .jcarousel-item-horizontal {
height: 65px;
    padding: 0px;
    width: 138px;
}

.view-security-services-main-programs .jcarousel-skin-default .jcarousel-next-horizontal {
position: absolute;
top: 20px;
right: -30px;
background-position: 0 -32px;
}

.view-security-services-main-programs .jcarousel-skin-default .jcarousel-prev-horizontal {
position: absolute;
top: 20px;
left: -27px;
background-position: 0 0;
}

.view-security-services-main-programs .jcarousel-prev.jcarousel-prev-horizontal
{
display: none;
}
.view-security-services-main-programs .jcarousel-next.jcarousel-next-horizontal
{
display: none;
}

.view-security-services-main-programs .jcarousel-item-1
{
  border:1px solid black;
  background-color: #fff; display: block;
  margin:0;
}
.view-security-services-main-programs .jcarousel-item-1 a
{
  background-color: #18608c; display: block; height:66px; color:#fff; font-weight: bold;text-transform: uppercase;
}
.view-security-services-main-programs .jcarousel-item-1 a:hover
{
  background-color: #fff; display: block; height:66px; color:#000; font-weight: bold;text-transform: uppercase;
}
.view-security-services-main-programs .jcarousel-item-1 .active
{
  text-transform: uppercase;font-weight: bold; background-color: #fff; color: #000; font-size: .88em;
}

.view-security-services-main-programs .jcarousel-item-2
{
 border:1px solid black;margin:0;
  background-color: #fff; display: block;
}
.view-security-services-main-programs .jcarousel-item-2 a
{
  background-color: #37a69b; display: block; height:66px;color:#fff; font-weight: bold;text-transform: uppercase;
}
.view-security-services-main-programs .jcarousel-item-2 a:hover
{
  background-color: #fff; display: block; height:66px; color:#000; font-weight: bold;text-transform: uppercase;
}
.view-security-services-main-programs .jcarousel-item-2 .active
{
   text-transform: uppercase;font-weight: bold; background-color: #fff; color: #000; font-size: .88em;
}

.view-security-services-main-programs .jcarousel-item-3
{margin:0;
 border:1px solid black;
  background-color: #fff; display: block;
}
.view-security-services-main-programs .jcarousel-item-3 a
{
  background-color: #ffe1b1; display: block; height:66px; color:#000; font-weight: bold;text-transform: uppercase;
}
.view-security-services-main-programs .jcarousel-item-3 a:hover
{
  background-color: #fff; display: block; height:66px; color:#000; font-weight: bold;text-transform: uppercase;
}
.view-security-services-main-programs .jcarousel-item-3 .active
{
   text-transform: uppercase;font-weight: bold; background-color: #fff; color: #000; font-size: .88em;
}
.view-security-services-main-programs .jcarousel-item-4
{margin:0;
 border:1px solid black;
  background-color: #fff; display: block;
}
.view-security-services-main-programs .jcarousel-item-4 a
{
  background-color: #d9886a; display: block; height:66px; color:#000; font-weight: bold;text-transform: uppercase;
}
.view-security-services-main-programs .jcarousel-item-4 a:hover
{
  background-color: #fff; display: block; height:66px; color:#000; font-weight: bold;text-transform: uppercase;
}
.view-security-services-main-programs .jcarousel-item-4 .active
{
   text-transform: uppercase;font-weight: bold; background-color: #fff; color: #000; font-size: .88em;
}

.view-security-services-main-programs .jcarousel-item-5
{margin:0;
 border:1px solid black;
  background-color: #fff; display: block;
}
.view-security-services-main-programs .jcarousel-item-5 a
{
  background-color: #933e1e; display: block; height:66px; color:#fff; font-weight: bold;text-transform: uppercase;
}
.view-security-services-main-programs .jcarousel-item-5 a:hover
{
  background-color: #fff; display: block; height:66px; color:#000; font-weight: bold;text-transform: uppercase;
}
.view-security-services-main-programs .jcarousel-item-5 .active
{
   text-transform: uppercase;font-weight: bold; background-color: #fff; color: #000; font-size: .88em;
}

#top-nav-header
{
  text-transform: uppercase;
}




#block-block-10 > h2,
#block-block-3 > h2,
#block-block-4 > h2,
#block-block-5 > h2,
#block-block-6 > h2,
#block-block-7 > h2,
#block-block-8 > h2,
#block-block-9 > h2,
#block-block-11 > h2,
#block-block-12 > h2,
#block-block-17 > h2
{
  display: none;
}

#block-block-10,
#block-block-3,
#block-block-4,
#block-block-5,
#block-block-6,
#block-block-7,
#block-block-8,
#block-block-9,
#block-block-11,
#block-block-12,
#block-block-17
{
  margin-top:20px;
}

#border-right-menu
{
  /*border-right: 1px solid lightgrey;*/
}

#border-right-menu > ul:nth-child(1)
{
  padding-right: 10px;
}

.mean-container
{
  margin-top:10px;
}

/*div.content:nth-child(1) > ul:nth-child(1) > li:nth-child(3) > a:nth-child(1)
{
   pointer-events: none;
   cursor: default;
}

div.content:nth-child(1) > ul:nth-child(1) > li:nth-child(4) > a:nth-child(1)
{
   pointer-events: none;
   cursor: default;
}*/
#block-tb-megamenu-main-menu > div.content > div > div > ul > li:nth-child(5) > a
{
  pointer-events: none;
   cursor: default;
}
#block-tb-megamenu-main-menu > div.content > div > div > ul > li:nth-child(4) > a
{
  pointer-events: none;
   cursor: default;
}

.region-touch-menu h2
{
  display:none;
}

li.tb-megamenu-item:nth-child(6) > a:nth-child(1)
{
  border-right:1 px solid black;
}

li.tb-megamenu-item:nth-child(7) > a:nth-child(1)
{
  border-right:none;
}

.padded-h2
{
  padding-left:10px !important;
}

/*event page style*/

/*tabs*/
.horizontal-tabs ul.horizontal-tabs-list {
  display: inline-block;
  margin: 0;
  border: 0;

  position: relative; /* IE6 */
  list-style: none;
  list-style-image: none; /* IE6 */
  background-color: #005596;
  /*border-right: 1px solid #dedede;  LTR */
  width: 100%;
  height: auto;
  clear: both;
}

.horizontal-tabs ul.horizontal-tabs-list li.first {
  /*background: #eee;
  border-right: 1px solid black;  LTR
  padding-top:10px;*/
  text-align: center;
  padding-bottom:10px;
  border-top: 2px solid #005596;
border-right: none;
  padding-left: 10px;
  padding-right: 10px;
text-transform: uppercase;
  min-width: 5em; /* IE7 */
  float: left; /* LTR */
  background-color: transparent;
  background: transparent url('/sites/all/themes/dcjs_subtheme/images/menu-border.png') no-repeat center right;
}

.horizontal-tabs ul.horizontal-tabs-list li {
  /*background: #eee;
  border-right: 1px solid black;  LTR
  padding-top:10px;*/
  text-align: center;
  padding-bottom:10px;
  border-top: 2px solid #005596;
border-right: none;
  padding-left: 10px;
  padding-right: 10px;
text-transform: uppercase;
  min-width: 5em; /* IE7 */
  float: left; /* LTR */
  background-color: transparent;
  background: transparent url('/sites/all/themes/dcjs_subtheme/images/menu-border.png') no-repeat center right;
}

.horizontal-tabs ul.horizontal-tabs-list li.selected {
   border-right: 1px solid #fff;
  background: transparent url('/sites/all/themes/dcjs_subtheme/images/menu-border.png') no-repeat center right;
  border: 0;
  color: #000;

  padding-right: 10px;
  font-weight: bold;
    text-align: center;
  text-shadow: none;
  text-transform: uppercase;
  background-color: #fff;
  padding-bottom:10px;
    border-top: 2px solid red;
}

.horizontal-tabs ul.horizontal-tabs-list li a,
.horizontal-tabs ul.horizontal-tabs-list li.selected a {
  display: block;
  text-decoration: none;
  position:relative;
  top: 0px;
}

.horizontal-tabs ul.horizontal-tabs-list .selected strong {

  color: #000;
  background-color: #fff;
}

.horizontal-tabs ul.horizontal-tabs-list li a.first {
  border-right: 1px solid #fff;
  background: transparent url('/sites/all/themes/dcjs_subtheme/images/menu-border.png') no-repeat center right;
  border: 0;
  color: #fff;
  font-weight: bold;

  text-shadow: none;
  text-transform: uppercase;
  font-size: .815em;
}

.horizontal-tab-button > a
{
  color: white;
}
.horizontal-tabs ul.horizontal-tabs-list li a:hover {
  outline: none;
  background-color: #fff;
  color:#000;
}
.horizontal-tabs ul.horizontal-tabs-list li:hover {
  border-right: 1px solid #fff;
  background: transparent url('/sites/all/themes/dcjs_subtheme/images/menu-border.png') no-repeat center right;
  border: 0;

  font-weight: bold;
    text-align: center;
  text-shadow: none;
  text-transform: uppercase;

    border-top: 2px solid red;
}
.horizontal-tabs ul.horizontal-tabs-list li:hover,
.horizontal-tabs ul.horizontal-tabs-list li:focus {
  background-color: #fff;

}
.horizontal-tabs ul.horizontal-tabs-list :focus {
  outline: none;
}
.horizontal-tabs ul.horizontal-tabs-list li a:focus strong,
.horizontal-tabs ul.horizontal-tabs-list li a:active strong,
.horizontal-tabs ul.horizontal-tabs-list li a:hover strong {
  text-decoration: none;
  outline: none;
}


/*event subpage menu*/
.view-event-menu-sub-pages td
{
  background-color: #005596;
    text-transform: uppercase;
    text-decoration: underline;
    font-weight: bold;
    padding-top:5px;
    padding-bottom:5px;
}

.view-event-menu-sub-pages a
{
  color:white;
  background-color: #005596;
    text-transform: uppercase;
    text-decoration: underline;
    font-weight: bold;
}

.view-event-menu-sub-pages a:hover
{
  color:LightGray;
  background-color: #005596;
    text-transform: uppercase;
    text-decoration: underline;
    font-weight: bold;
}

#block-system-main > div > div > div > div > ul > li.horizontal-tab-button.horizontal-tab-button-1.last a
{
  color:black;
  background-color: white;
}

#block-system-main > div > div > div > div > ul > li.horizontal-tab-button.horizontal-tab-button-1.last a:hover
{
  color:white;
  background-color: gray;
}
#block-system-main > div > div > div > div > ul > li.horizontal-tab-button.horizontal-tab-button-1.last {
  border: 1px solid #FFFFFF;
  border-radius: 3px;
  height:35px;
  margin-right:10px;
  color: black;
  background: none;
  margin-top:3px;
  float: right;
  background-color: white;
}

#block-system-main > div > div > div > div > ul > li.horizontal-tab-button.horizontal-tab-button-1.last:hover {
  border: 1px solid #FFFFFF;
  border-radius: 3px;
  height:35px;
  margin-right:10px;
  color: white;
  background: none;
  margin-top:3px;
  float: right;
  background-color: gray;

}

#block-system-main > div > div > div > div > ul > li.horizontal-tab-button.horizontal-tab-button-1.last:active {
  border: 1px solid #FFFFFF;
  border-radius: 3px;
  height:35px;
  margin-right:10px;
  color: black;
  background: none;
  margin-top:3px;
  float: right;
  background-color: white;

}

.session-registration a
{
  float: right;
-webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: solid 1px #20538D;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    background: #005596;
    color: #FFF;
    padding: 8px 12px;
    text-decoration: none;
}



.session-registration a:hover
{
  float: right;
-webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: solid 1px #20538D;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    background: gray;
    color: #FFF;
    padding: 8px 12px;
    text-decoration: none;
}

.session-registration-disabled a
{
  float: right;
-webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: solid 1px #20538D;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    background: lightgray;
    color: #000;
    padding: 8px 12px;
    text-decoration: none;
    pointer-events: none;
   cursor: default;
}





/*ajlkdajlksjdkl*/
#block-system-main > div > div > div.field-group-htabs-wrapper.group-tab-group.field-group-htabs > div > ul > li.horizontal-tab-button.horizontal-tab-button-2.last a
{
  color:black;
  background-color: white;
}

#block-system-main > div > div > div.field-group-htabs-wrapper.group-tab-group.field-group-htabs > div > ul > li.horizontal-tab-button.horizontal-tab-button-2.last a:hover
{
  color:white;
  background-color: gray;
}
#block-system-main > div > div > div.field-group-htabs-wrapper.group-tab-group.field-group-htabs > div > ul > li.horizontal-tab-button.horizontal-tab-button-2.last {
  border: 1px solid #FFFFFF;
  border-radius: 3px;
  height:35px;
  margin-right:10px;
  color: black;
  background: none;
  margin-top:3px;
  float: right;
  background-color: white;
}

#block-system-main > div > div > div.field-group-htabs-wrapper.group-tab-group.field-group-htabs > div > ul > li.horizontal-tab-button.horizontal-tab-button-2.last:hover {
  border: 1px solid #FFFFFF;
  border-radius: 3px;
  height:35px;
  margin-right:10px;
  color: white;
  background: none;
  margin-top:3px;
  float: right;
  background-color: gray;

}

#block-system-main > div > div > div.field-group-htabs-wrapper.group-tab-group.field-group-htabs > div > ul > li.horizontal-tab-button.horizontal-tab-button-2.last:active {
  border: 1px solid #FFFFFF;
  border-radius: 3px;
  height:35px;
  margin-right:10px;
  color: black;
  background: none;
  margin-top:3px;
  float: right;
  background-color: white;

}


#view-all-trainings
{
  text-align: center;
  font-weight: bold;
}

#fr-online-srv
{
    height: 45px;
    background-color: #005596;
    color: #fff;
    margin: 10px;
}

.employee-directory-row.views-row-first {
    font-weight: bold;
}

/*regulatory quicktabs*/
#quicktabs-container-regulatory_program_tabs
{
  height:100%;
  background-color: #F2F4F5;
}

#quicktabs-container-regulatory_program_tabs_certific
{
  height:100%;
  background-color: #F2F4F5;
}

#quicktabs-container-regulatory_program_tabs_license
{
    height:100%;
  background-color: #F2F4F5;
}

#quicktabs-container-regulatory_program_tabs_registra
{
  height:100%;
  background-color: #F2F4F5;
}

/*FAQ views accordion header*/
#block-views-faqs-block-0 > div.content > div > div > h3
{
 padding: 20px;
}
#block-views-faqs-block-1 > div.content > div > div > h3
{
 padding: 20px;
}
#block-views-faqs-block-2 > div.content > div > div > h3
{
 padding: 20px;
}
#block-views-faqs-block-3 > div.content > div > div > h3
{
 padding: 20px;
}

/*Views Accordion text*/


.ui-widget {
    font-family: inherit !important;
    font-size: inherit !important;
  }
/*views accordion autoheight problem*/
.ui-accordion-content-active { height: inherit !important; }

.sf-menu ul {
  overflow: visible !important;
}
.sf-menu.sf-horizontal.sf-style-dcjs_subtheme ul > li ul {
    margin-top: 0 !important;
}

.view-related-training-sessions.view-display-id-block_1 > div > div {
    padding-top: 15px;
    padding-bottom: 10px;
}

.training-instances {
    padding-bottom: 10px;
    padding-top: 10px;
    border-bottom: 1px solid gray;
}

/*form table styles*/
td.views-field.views-field-title
{
  width:80%;
}

.board-members td.views-field.views-field-title
{
  width:30%;
}

.board-members td.views-field.views-field-field-address-organisation-name
{
  width:35%;
}

#views-form-forms-block > div > table > caption
{
  text-align: left;
  font-weight: bold;
  font-size: 14px;
}

/*LE Forms Block*/
#block-views-forms-block > div > div > div > table > tbody > tr > td.views-field.views-field-nothing
{
  text-align: right;
}

#block-views-forms-block > div > div > div > table > caption
{
  float: left;
  font-weight: bold;
  font-size: 14px;
}

/*PS Forms Block*/
#block-views-forms-block-1 > div.content > div > div.view-content > table > caption
{
  float: left;
  font-weight: bold;
  font-size: 14px;
}
/*Juv Form Block*/
#block-views-forms-block-3 > div.content > div > div.view-content > table > caption
{
  float: left;
  font-weight: bold;
  font-size: 14px;
}

/*Vic Form Block*/
#block-views-forms-block-5 > div.content > div > div.view-content > table > caption
{
  float: left;
  font-weight: bold;
  font-size: 14px;
}
/*FASP Form Block*/
#draggableviews-table-forms-block-6 > caption
{
 float: left;
  font-weight: bold;
  font-size: 14px;
  background-color: #fff;
}
#draggableviews-table-forms-block-6 th
{background-color: #fff;
    border-right: none;
}

/*VCSCS Curriculum*/
.view-id-vcscs_curriculum caption
{
  float: left;
  font-weight: bold;
  font-size: 14px;
}

/*Corr Form Block*/
.view-id-publications_and_links caption
{
 /* float: left;*/
 text-align: left;
  font-weight: bold;
  font-size: 14px;
}

.view-id-publications_and_links table
{
      background: #fff;
}

.view-id-publications_and_links tr
{
      background: #fff;
}

#block-views-publications-and-links-block-4 > div.content > div > div.view-content > table > caption
{
  float: left;
  font-weight: bold;
  font-size: 14px;
  background-color: #fff;
}
#block-multiblock-2 a
{
  color:#2E6AC4;
}

.board-meeting-minutes
{
  margin-bottom: 10px;
}

.view-meeting-minutes > div > div > div.views-field.views-field-field-dates > div > span
{
  font-weight: bold;
}

#report-emergency {
    background: url(/sites/all/themes/dcjs_subtheme/images/emergency-icon.png) no-repeat !important;
    height: 50px;
    width: 50px;
    float: left;
}

.views-field.views-field-field-notes-meetings
{
  font-weight: bold;
}


.upcoming-events
{
  clear: both;
}

.views-field.views-field-field-checklist > div > table
{
  border-collapse: collapse;
  background-color: #F5F3F2

}

.views-field.views-field-field-checklist > div > table > tbody > tr > td > ul
{
  margin-left: 5px !important;
}


.views-field.views-field-field-checklist > div > table > tbody > tr > td > ul > li
{
    background: url("/sites/all/themes/dcjs_theme/images/white_small_square_u25AB_icon_25x25.jpg") no-repeat left top;
  padding: 3px 0px 3px 30px;
   /*reset styles (optional): */
  list-style: none;
  margin-left: 5px !important;
}

.node-private-security-training-academ div.field-label {
    display: table-cell;
    width: 30%;
    padding-bottom: 20px;
}

.view-private-security-all-training-providers td
{
  vertical-align:top;
  border-bottom: 1px solid gray;
}

.view-private-security-all-training-providers td.views-field.views-field-title.active
{
  width:50%;
}

.view-Schools-Offering-Alternative-Classes div.view-content
{
  margin-left:50px;

}

.view-Schools-Offering-Alternative-Classes .views-field-field-phone-number
{
    padding-bottom:20px;
}

/*Rounded border*/

.rounded-border
{
  border: 1px solid  #D3D3D3;
  padding-bottom:20px;
}
.rounded-border td
{
  border:none;
}

td.views-field.views-field-title {
    background-color: #fff;
}

/*event subpage menu*/
.view-event-menu-sub-pages td
{
  background-color: #005596;
    text-transform: uppercase;
    text-decoration: underline;
    font-weight: bold;
    padding-top:5px;
    padding-bottom:5px;
}

.view-event-menu-sub-pages a
{
  color:white;
  background-color: #005596;
    text-transform: uppercase;
    text-decoration: underline;
    font-weight: bold;
}
#post-content > div > div > div > div.view-header
{
    background-color: #005596;
    text-transform: uppercase;
    text-decoration: underline;
    font-weight: bold;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left:10px;
    color:white;
    border-bottom:1px solid white;
}
#post-content > h1{}
#post-content > div > div > div > div.view-content > table > tbody > tr > td
{
  background-color: #005596;

}

#post-content > div:nth-child(2) > div:nth-child(3) > div > div.view-content
{
  border-right:1px solid #005596;
}
.view-event-menu-sub-pages a:active
{
  color:white;
  background-color: #005596;
    text-transform: uppercase;
    text-decoration: underline;
    font-weight: bold;
}

.view-event-menu-sub-pages a:hover
{
  color:LightGray;
  background-color: #005596;
    text-transform: uppercase;
    text-decoration: underline;
    font-weight: bold;
}

/*event page style*/

/*event page*/
.event-container-wrap{
  max-width: 1075px;
  margin: 10px auto;
  padding: 1% 0;
  overflow: hidden;
}

.grant-solicitation-row {
    padding-bottom: 20px;
}
.sticky-enabled.table-select-processed.tableheader-processed.sticky-table > thead > tr > th.active > a > img
{
  display:none;
}

table.sticky-enabled.table-select-processed.tableheader-processed.sticky-table > thead > tr > th.active > a
{
color:#fff;
}
.sticky-enabled.table-select-processed.tableheader-processed.sticky-table > tbody > tr > td
{
  min-width:20px;
  padding: 4px !important;
}

.sticky-enabled.tableheader-processed.sticky-table.table-select-processed > thead
{
  display:none;
}

.grant-solicitation-row {
    padding-bottom: 20px;
}

#mini-panel-regulatory_dashboard h2 {
    background-color: #005596;
    height: 55px;
    color: white;
    padding: 8px;
    text-align: center;
     border-radius: 10px;
}

.panel-pane.pane-custom {
    border: 1px solid black;
    min-height: 425px;
    padding: 5px;
    border-radius: 10px;

box-shadow: 5px 5px 10px rgba(0,0,0,0.5);
}

.panel-pane.pane-custom.ht-panel
{
	border: 1px solid black;
    min-height: 350px;
    padding: 5px;
    border-radius: 10px;

box-shadow: 5px 5px 10px rgba(0,0,0,0.5);
}

.pss-program-blocks a:hover
{
  color:#fff;
}


.pss-program-blocks a:hover
{
  background-color: #fff;
  color:black;
}

#block-pss-ind-pss-ind-block > div > div
{
  width: 100%;
  padding-bottom: 20px;
}

#block-pss-ind-pss-ind-block > div > div a{
  color: blue;
  padding-bottom: 20px;
  text-decoration: none;
}

#block-pss-ind-pss-ind-block > div > div a:hover{
  color: blue;
  padding-bottom: 20px;

  text-decoration: underline;
}
/*.pss-ca-container
{
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 10px;
    position: relative;
}

.pss-ca
{
  float:left;
  padding:20px;
  background-color: #005596;
    height: 55px;
    color: white;
    text-align: center;
    border-radius: 10px;
    margin:20px;
}*/

.pss-ca
{
  background-color: #005596;
  color: white;
  margin:1px;
        width:16%;
        height: 40pt;
        text-align:center;
        border: 4px solid white;
        display:table-cell;  
  vertical-align: middle;
border-radius: 10px;
border-collapse: separate;
    border-spacing: 15px;
}

.pss-ca a
{
  background-color: #005596;
  color: white;
  margin:1px;
        width:16%;
        height: 40pt;
        text-align:center;
        display:table-cell;  
  vertical-align: middle;
border-radius: 10px;
border-collapse: separate;
    border-spacing: 15px;
}




.pss-ca-container
{
  display: table;
  text-align:center;
      width:100%;
      height: 40pt;
}


#block-secondary-climate-division-results-second-clim-div-results-block
{
  width:45%;
  float:right !important;
}
#block-secondary-climate-results-secondary-climate-results-block
{
   width:45%;
  float:left !important;
}
#filebrowser-form-upload > div > div
{
  padding-bottom:15px;
}
.dir-listing-status
{
  padding-top:10px;
  padding-bottom:10px;
}

.view-grouping-header
{
  font-weight: bold;
  text-align: center;
  background-color: #005596;
  color: #fff;
  font-size: 15px;
  padding: 5px;
}

.view-faqs > div > h3
{
      background-color: #005596;
    color: #fff;
    padding: 10px;
    margin-top:20px;
}

/*FAQ Questions Top*/
.view-display-id-page_4 > div > div > div > div li
{
  list-style-type: disc !important;
}

.view-display-id-page_4  > div > div > div > div ul
{
  margin-left:30px;
  padding: 10px;
}

.view-display-id-page_4  > div > div > div > div H3
{
  font-size: 16px;
}

.question
{
  margin-bottom:5px;
  font-family: Times New Roman;
  font-weight: bold;
  font-size:12px;
}

.answer
{
font-family: Times New Roman;
font-size: 12px;
}
.view-id-faq caption
{
  text-align: left;
    font-size: 14px;
    font-weight: bold;
}

.view-id-faq tr
{
  border:none;
}
.view-id-faq td
{
  padding:3px;
}

.nolink
{
  color: #000;
  pointer-events: none;
}

.accred-patch{
	width: 650px;
}

.sf-menu li a.active {
    text-decoration:underline;
}
/*Employee Directory*/

.views-field-field-profile-last{
	width:277px;
}
.emp-directory-edit
{
	text-align:right;
	width: 75px;
}
.emp-directory-phone
{
	text-align:right;
}
.emp-directory-directors-office
{
	background-color: black;
    color: white;
    padding: 5px;
}
.emp-directory-division
{
	background-color: #095cb1;
    color: white;
    padding: 5px;
}
.emp-directory-section
{
	background-color: gray;
    color: white;
    padding: 5px;
}
/*End EMployee Directory*/

.le-homepage-section-1
{
height: 809px;
background: linear-gradient(90deg, #FFFFFF 22.57%, rgba(255, 255, 255, 0) 63.89%), url(images/GettyImages1.png);
}
.paragraphs-item-law-enforcement-highlight{
	border-left: 5px solid #A4916B;
background: #FFFFFF;
box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.05);
border-radius: 2px;
padding-top:10px;
padding-bottom: 10px;
height: 150px;
}

.field-name-field-headline{
	font-family: 'Crimson Text';
font-style: normal;
font-weight: 600;
font-size: 24px;
line-height: 24px;
/* DCJS Blue */
margin-left: 40px;
margin-top: 10px;
color: #225491;
}

.field-name-field-highlight-body{
		font-family: 'Open Sans';
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 24px;
/* or 150% */
margin-left: 40px;
margin-top:10px;
/* Text Gray */

color: #46423E;
}

.webform-progressbar{
	display:none;
}

#webform-client-form-8166
{
	width:400px;
}
#webform-client-form-8166 > div > div.form-item.webform-component.webform-component-select.webform-component--hero-dropdown
{
	float:left;
	width:330px;
}


#webform-client-form-8166 > div > div.form-actions > input{
	
	color:white;
/* DCJS Blue */
height: 2.4375rem;
margin-left: 5px;
padding:3px;
background: #225491;
border-radius: 2px;
width:50px;
float:right;
margin-top:-9px;
}

.le-career-qual{
/*width: 1440px;*/
height: 620px;
left: 0px;
top: 908px;

/* DCJS Blue */

background: #225491;
}
.le-career-qual-image{
	
	background-image: url("images/Rectangle 94.png"), url("images/abstract flag lines.png");
  background-position: left bottom, right bottom;
  background-repeat: no-repeat;
  width: 400px;
  height: 400px;
}

.vlepsc-image-caption{
	width:100%;
	text-align:center;
}
.vlepsc-slide
{
	text-align:center;
	min-width: 700px;
}

.cot-meeting-row{
	padding-bottom:30px;
}

.commission-headshot{
	width:200px;
}