/*/* Google Fonts Import */
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,600,700,800,300,300italic,400italic,600italic,700italic,800italic);

/*-----------------------------------*/
/* FONT AWESOME */
/*-----------------------------------*/

[class^="fa-"], [class*=" fa-"] {
display: inline;
width: auto;
height: auto;
line-height: normal;
vertical-align: baseline;
background-image: none;
background-position: 0% 0%;
background-repeat: repeat;
margin-top: 0;
}

[class^="fa-"], [class*=" fa-"] {
font-family: FontAwesome;
font-weight: normal;
font-style: normal;
text-decoration: inherit;
-webkit-font-smoothing: antialiased;
}

/*-----------------------------------*/
/* SITE GLOBALS */
/*-----------------------------------*/

html { height: 100%; }

body {
    min-width: 320px;
    height: 100%;
    background-color: #d5d5d6;
    font-family: "open sans",sans-serif;
    zoom: 1;
    font-size: 16px;
    font-weight: normal;
    position: relative;
    background: #fafaf6; 
}

a:focus
{
    outline: none;
}

a:hover, a:focus {
    text-decoration: underline !important;
}

p {
    color: #444;
    margin: 0 0 20px 0;
    font-size: 16px;
    padding: 0;
    line-height: 24px;
}

ul, ol {
    margin: 0 0 0 15px;
}

ul li, ol li {
    color: #777;
}

pre {
    text-align: left;
    background-color: #F0F3F4;
    border: none;
    border-radius: 0;
    white-space: normal;
    margin: 40px 0;
}

hr {
    margin-top: 0px;
    border-top: 1px solid #ccc;
}

h1, h2, h3, h4, h5 {
    font-family: "open sans",sans-serif;
}

h1 {
    font-size: 28px;
}

h2 {
    font-weight: 600;
    font-size: 1.4em;
}
h3 {
    font-size: 20px;
}
h4 {
    font-size: 18px;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4 {
    margin-top: 20px;
    margin-bottom: 10px;
    letter-spacing: -1px;
    line-height: 1.2em;
}

iframe {
    display: block;
}

blockquote {
    padding: 0;
    margin: 0;
    border: none;
    font-size: 17.5px;
    border-top: 2px solid #eeecea;
    border-bottom: 2px solid #eeecea;
    padding: 11px 0 13px;
    margin-bottom: 20px;
}

blockquote p {
    font-size: 1.1em;
    font-style: italic;
    color: #e86741;
    line-height: 21px;
}

table .indent {
	padding-left: 30px;
}

.element-invisible { display: none; }

/*-----------------------------------*/
/* PLACEHOLDERS */
/*-----------------------------------*/

::-webkit-input-placeholder {
   text-transform: capitalize !important;
    font-family: "open sans",sans-serif !important;      
    font-weight: 300 !important; 
}

:-moz-placeholder { /* Firefox 18- */
   text-transform: capitalize !important;
    font-family: "open sans",sans-serif !important;     
    font-weight: 300 !important; 
}

::-moz-placeholder {  /* Firefox 19+ */
   text-transform: capitalize !important;
    font-family: "open sans",sans-serif !important; 
    font-weight: 300 !important;
}

:-ms-input-placeholder {  
   text-transform: capitalize !important;
    font-family: "open sans",sans-serif !important;
}

/*-----------------------------------*/
/* SITE REGIONS */
/*-----------------------------------*/

#main {
    background: #f9f9f9;
    width: 100%;
    margin: 0;
}

#wrapper { height: 93%; background: #f7f7f7;}

#center {
    margin: 0;
}

.left-content-wrapper {
    padding-left: 1%;
}

#sidebar-right	{
    background: none;
    padding: 0;
    padding-right: 1%;
}

.region-content {
    padding: 0;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.2);  
}

#block-system-main, .block-webform, .block-block {
    padding: 10px 20px;
}

.region-sidebar-right {
    margin-bottom: 20px;
    border: 1px solid #ccc;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.2);
}

#container { background: #f7f7f7; }

/*-----------------------------------*/
/* ADMIN VIEW EDIT TABS */
/*-----------------------------------*/

#admin-menu {
  z-index: 5000;
  display: none;
}

.content-tabs {
    display: block;
    float: right;
    padding: 0;
    margin: 10px 0;
}

.content-tabs ul {
    background: none;
    border: none;
    padding: 0;
    margin: 0;
}

.content-tabs ul li:nth-child(1), .content-tabs ul li:nth-child(2) {
    border-right: 1px solid #ccc;
}

.content-tabs ul.primary li a {
    font-family: "open sans",sans-serif;
    font-weight: 600;
    color: #222;
    font-size: .8em;
    background: none;
    border: 0;
    text-transform: uppercase;
}

.content-tabs ul.primary li a:hover, .content-tabs ul.primary li a:active, .content-tabs ul.primary li a:focus {
    text-decoration: underline;
    text-shadow: 1px 1px #eee;
    color: #1fa67a; 
}

.alert button.close {
    font-size: 24px;
    opacity: 1;
    text-shadow: none;
    font-weight: 300;    
}

/*-----------------------------------*/
/* SITE ELEMENTS */
/*-----------------------------------*/

.page-element, .main-content {
    width: 100%;
    padding: 0;
    margin: 0;
}

/*-----------------------------------*/
/* LOGO  */
/*-----------------------------------*/

#header, #logo, #logo a, #header-navigation .nav > li > a, .nav-icon, .nav-icon i,
.header-small, .logo-small, .logo-small a, .header-icon-small > a, .header-icon-small > a .nav-icon i {
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
}

#header {
    width: 100%;
    height: 100px;
    background: #10292c;
}

#logo {
    width: 200px;
    height: 120px;
    background: #ffffff;
    float: left;
}

#logo h1 {
    margin: 0;
    letter-spacing: 2px;
}

#logo a {
    color: #000000;
    width: inherit;
    height: inherit;
    display: block;
    line-height: 120px;
    font-weight: lighter;
    vertical-align: baseline;
    text-align: center;
}


/*-----------------------------------*/
/* SCROLL UP BUTTON */
/*-----------------------------------*/

#scroll-up-button {
    position: fixed;
    bottom: 50px;
    right: -40px;
    text-align: center;
    font-size: 30px;
    line-height: 40px;
    width: 40px;
    height: 40px;
    color: #FAFAFB;
    background-color: #747474;
    opacity: 0.5;
    cursor: pointer;

    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
}

#scroll-up-button i {
    font-size: 37px;
    vertical-align: top;
    line-height: 37px;
    font-weight: normal;

    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
}

#scroll-up-button:hover {
    background-color: rgba(0, 0, 0, 0.7);
}

#scroll-up-button:hover i {
    color: #fff;
}

#scroll-up-button.visible {
    right: 40px;
}

#scroll-up-button.gone {
    right: -40px;
}

/*-----------------------------------*/
/* INPUTS  */
/*-----------------------------------*/

.input-group-addon {
    font-family: "open sans",sans-serif !important;     
    font-weight: 600 !important;
    border-top-left-radius: 4px !important;
    border-bottom-left-radius: 3px !important;    
}

.input-group .form-control {
    width: 100% !important;
}

/*-----------------------------------*/
/* PSUEDOS */
/*-----------------------------------*/

::-moz-selection {
	background: #3bbec0;
	color: #fff;
	text-shadow: none;
}
::selection {
	background: #3bbec0;
	color: #fff;
	text-shadow: none;
}

/*-----------------------------------*/
/* Clear Floats */
/*-----------------------------------*/

.clearfix {
	*zoom: 1;
}
.clearfix:before,
.clearfix:after {
	display: table;
	line-height: 0;
	content: "";
}
.clearfix:after {
	clear: both;
}


/*-----------------------------------*/
/* Buttons */
/*-----------------------------------*/

.btn:active, .btn.active {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.btn:hover, .btn:focus, .btn:active, .btn.active, .btn.disabled, .btn[disabled] {
    background: none;
}

/*-----------------------------------*/
/* MOBILE Navigation */
/*-----------------------------------*/

#phone-header-navigation {
    display: none;
    margin-bottom: 0;
}

#logo-floater {
    float: left;
}

.phone-menu-searchbtn {
    float: left;
    width: 9%;
    min-width: 50px;
    height: 50px;
    text-align: center;
    display: inline-block;
    box-sizing: border-box;    
}

.phone-menu-searchbtn a {
    color: #fff;
    line-height: 60px;
    display: block;
}

.phone-menu-searchbtn a > i{
    font-size: 20px;
    line-height: 60px;    
    color: #fff;
    display: block;
}

.phone-menu-toggle {
    float: left;
    width: 9%;
    min-width: 50px;
    display: inline-block;
    height: 50px;
    vertical-align: bottom;
}

.phone-menu-toggle .phone-menu-left-side {
    float: left;
}

.phone-menu-toggle .phone-menu-right-side {
    text-align: center;
    vertical-align: middle;
}

.phone-menu-toggle i {
    display: inline-block;
    line-height: 60px;
    vertical-align: middle;
    color: #fff;
}

.phone-menu-wrapper {
    position: relative;
    display: block;
    overflow: hidden;
    text-align: left;
    width: 100%;
    color: #fff;
    margin: 0;
    padding: 0;
    border-top: 1px solid #444;
}

.phone-menu-wrapper li {
    display: block;
    line-height: 30px;
    text-align: left;
    margin: 0 auto;
    padding: 5px 0;
    border-bottom: 1px solid #444;
}

.phone-menu-wrapper li a {
    display: block;
    float: left;
    width: 100%;
    color: #fff;
}

.phone-menu-wrapper li a.active {
    color: #1fa67a;
}

.phone-menu-wrapper li a:hover {
    text-decoration: underline;
}

.phone-menu-wrapper li i {
    float: right;
    display: block;
    line-height: 30px;
    text-decoration: none;
    color: #ccc;
    font-weight: lighter;
    font-size: 10px;
    padding: 0 4px 0 30px;
}

.phone-submenu-wrapper {
    position: relative;
    display: block;
    width: 100%;
    padding: 5px 0;
}

.phone-submenu-wrapper li {
    padding: 6px 20px;
    margin: 0 20px;
}

.phone-submenu-wrapper li a {
    float: none;
    font-size: 16px;
}

.phone-submenu-wrapper li:last-child {
    border-bottom: none;
}

.phone-menu-item {
    line-height: 30px;
    height: 30px;
    padding: 0px 20px;
}


/*-----------------------------------*/
/* DESKTOP Navigation */
/*-----------------------------------*/

#header a:hover, #header a:focus, #header a:active { text-decoration: none !important; }

#header-navigation ul li {
  list-style: none;
  margin: 0 0 0 1px;
  float: left;
}

#header-navigation .nav > li > a {
  display: block;
  height: 100px;
  width: 100px;
  text-align: center;
  border-radius: 0;
  margin: 0;
  padding: 0;
  overflow: hidden;
  text-decoration: none;
  font-size: 13px;
  line-height: 15px;
  text-transform: uppercase;
  color: #000;
}

#header-navigation ul > li > a:hover, #header-navigation ul > li > a:focus {
  background-color: transparent;
}

#header-navigation .dropdown-menu li {
  padding: 0;
}

#header-navigation ul.dropdown-menu li {
  width: 100%;
}

#header-navigation .dropdown-menu li > a:hover, #header-navigation .dropdown-menu li > a:focus {
  webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;  
  background-color: #1fa67a;
  background-image: none;
  color: #fff;
}

#header-navigation > ul > li:hover {
  padding-top: 8px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
}

#header-navigation a:hover i {
  color: #fff !important;
}

#header-navigation {
    float: right;
}

#header-navigation span {
    display: block;
}

#header-navigation ul {
    margin: 0;
}

#header-navigation .nav > li {
    margin: 0 0 0 1px;
    border-left: 1px solid #333;
}

#header-navigation .nav > li.last a .nav-text {
    border: none;
}

#header-navigation .nav > li > a {
    display: block;
    height: 100px;
    width: 100px;
    text-align: center;
    color: #333333;
    border-radius: 0;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

#header-navigation .nav > li > a:hover, #header-navigation .nav > li > a:focus {
    background-color: transparent;
}

#header-navigation ul li a .nav-text {
    font-size: 12px;
    line-height: 15px;
    text-transform: capitalize;
}

.nav li ul li a:hover, .nav li ul li a:focus {
    background-color: transparent;
}

#header-navigation .dropdown-menu {
    margin: 0 0 0 1px;
}

#header-navigation .dropdown-menu li {
    margin: 0;
}

#header-navigation .dropdown-menu li a {
    line-height: 30px;
}

#header-navigation ul.dropdown-menu > li:first-child {
    width: 100px;
}

.sidebar-nav {
    padding: 9px 0;
}

.dropdown .dropdown-menu {
    border: 0;
    border-top: 3px solid rgba(0, 0, 0, 0);
    border-radius: 0;
    padding: 0;
}

.dropdown-menu .sub-menu {
    left: 100%;
    position: absolute;
    top: 0;
    visibility: hidden;
    background: #fff;
    margin-top: -1px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.dropdown-menu .sub-menu li {
    list-style-type: none;
}

.dropdown-menu .sub-menu li a {
    display: block;
    line-height: 30px;
    height: 30px;
    color: #000;
    padding: 3px 20px;
}

.dropdown-menu .sub-menu li a:hover {
    color: #fff;
}

.dropdown-menu li:hover .sub-menu {
    visibility: visible;
}

.dropdown-submenu > a:after {
    margin-top: 10px;
}

#header-navigation .dropdown-submenu:hover > a:after {
    border-left-color:  #fff;
}

.dropdown:hover .dropdown-menu {
    display: block;
}

.nav-tabs .dropdown-menu, .nav-pills .dropdown-menu, .navbar .dropdown-menu {
    margin-top: 0;
}

#header-navigation .nav > li {
    padding: 0 !important;
    height: 78px;
}

#header-navigation > ul > li:hover {
    padding-top: 0px;
    border-top: 2px solid #1fa67a;
}

#header-navigation > ul > li.active-trail {
    border-top: 2px solid #1fa67a;
}

#header-navigation > ul > li a.active-trail {

}

#header-navigation .nav-icon {
    display: none;
}

#header-navigation .nav > li > a {
    color: #f1f1f1;
}

#header-navigation .nav > li > a {
    display: table-cell;
    height: 78px;
    vertical-align: middle;
    background: none;
}

.navbar-static-top .container, .navbar-fixed-top .container, .navbar-fixed-bottom .container {
    width: 100%;
}

#header {
    height: 80px;
}

#header .container {
    padding: 0;
    height: 100%;
    display: block;
}

/*-----------------------------------*/
/* Footer */
/*-----------------------------------*/

footer {
    position: static;
    bottom: 0;
    font-size: 12px;
    width: 100%;
}

footer p {
    margin: 0;
}

footer a {
    color: #ddd;
}

#inner-footer {
    width: 100%;
    background-color: #153539;
    padding-bottom: 0px;
}

#copyright-container {
    height: 40px;
    width: 100%;
    padding-left: 1%;
    background-color: #10292c;
    position: relative;
}

#copyright-container div {
    margin-right: 0;
}

#copyright-container .block {
   padding-bottom: 0;
}

.frontpage #copyright-container .container {
    margin: 0 auto;
}

.frontpage #copyright-container p {
    font-size: 11px;
    line-height: 40px;
    vertical-align: baseline;
    margin: 0;
}

#quicklinks .content { padding-left: 1%; }

#quicklinks h2 {
    font-size: 1em;
    letter-spacing: normal;
    margin: 10px 0;
    text-transform: capitalize;
}

#quicklinks ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#quicklinks ul li {
    display: inline-block;
    padding: 5px 40px 5px 0;
}

#quicklinks ul li a {
    text-transform: capitalize;
    color: #ddd;
}

#footer-menu .block, #copyright-container .block {
    padding-left: 0px;
}

#footer-menu {
    padding: 0 !important;
    border: none;
}

.frontpage #inner-footer .container {
    margin: 0 auto;
}

#inner-footer .container {
    margin: 0;
    padding-left: 20px;
}

#inner-footer .row {
    margin: 0;
}

#copyright-container .container p {
    float: right;
}

#copyright-container .container {
    margin-left: 0;
    padding-left: 0;
    position: relative;
}

.frontpage #copyright-container .container {
    padding-left: 15px;
}

#copyright-container ul {
    list-style: none;
    float: left;
    margin: 0;
    padding: 0;
}

#copyright-container ul li{
    display: inline-block;
    padding: 5px 20px 5px 0;
}

#copyright-container ul li a{
    color: #ddd;
}


/*-----------------------------------*/
/* BREADCRUMBS */
/*-----------------------------------*/

#breadcrumb {
    list-style: none;
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 50px;
    overflow: hidden;
}

#breadcrumb .icon {
  font-size: .9em;
  line-height: 50px;
}

#breadcrumb li {
  float: left;
  line-height: 50px;
}

#breadcrumb li a {
    color: #222;
    display: inline;
    text-decoration: none;
    position: relative;
    line-height: 50px;
    padding: 0 10px 0 10px;
    text-align: center;
    font-size: .9em;
}

#breadcrumb > li + li:before { font-family: FontAwesome; content: "\f101"; font-size: .9em; color: #222;}

#breadcrumb li a:active, #breadcrumb li a:hover, #breadcrumb li a:focus{ text-decoration: underline; }