/*
Theme Name: Local Master Theme
Author: Moxie.
*/


/*-----------------------------------------------
  RESETS - DO NOT TOUCH
----------------------------------------------- */

a:hover, a:active, a:focus, a:link, a:visited {
	outline: 0;
	outline: 0 !important;
	outline-style:none;
	text-decoration: none;
}

a:link,
a:active, 
a:focus ,
a:visited  {
	color: #1077ea;
}

a:hover {
	color: #4f4e4e;
}



button, object, embed { 
	outline: 0;
}

/* All Input elements */
input::-moz-focus-inner { 
	outline: 0; 
}

/* Or more specifically*/
	input[type="submit"]::-moz-focus-inner, input[type="button"]::-moz-focus-inner {
	outline: 0;
}

.no-gutter > [class*='col-'] {
    padding-right:0;
    padding-left:0;
}

.form-control::-moz-placeholder {
	font-size: 14px;
	color: #4c4c4c;
	opacity: .7;
}

/**
.header .container,
  .navbar-local479 .container {
    width: 1320px;
  }
**/

/* Sticky footer styles
-------------------------------------------------- */
html {
	position: relative;
	min-height: 100%;
}

body {
	/* Margin bottom by footer height */
  	margin-bottom: 330px;
  	font-family: "AktivGrotesk-Regular",sans-serif;
  	font-style: normal;
  	font-weight: normal;
  	color: #4c4c4c;
  	background-color: #F9F9FA; /*D2D6DF*/
}

body.home {
	background-color: #F9F9FA; /*D2D6DF*/
}

h1,
h2,
h3,
h4 {
	font-family: "AcuminProExtraCond-Regular",sans-serif;
	font-style: normal;
	font-weight: 400;
	color: #1a1a1a;	
}

h1 {
	margin-bottom: 40px;
}

h2 {
	font-size: 36px;
}

h4 {
	font-size: 20px;
}


h1.alt,
h2.alt,
h3.alt,
h4.alt,
h5 {
	font-family: "AktivGrotesk-Regular",sans-serif;
	font-style: normal;
	font-weight: normal;
	color: #999999;
	margin-bottom: 30px;	
}



h4.alt2 {
	font-family: "AktivGrotesk-Regular",sans-serif;
	font-size: 14px;
	color: #999999;
	margin-bottom: 20px;
	margin-top: 10px;
}

.faqs h4.alt2 {
	margin: 20px 0 0 25px;
}

.aktiv {
	font-family: "AktivGrotesk-Regular",sans-serif;
}



h5.af_title,
h5.bf_title {
	
	font-family: "AktivGrotesk-Regular",sans-serif;
	font-weight: bold;
	font-size: 15px;
	margin-bottom:10px;
	
}
h5.af_title a,
h5.bf_title a {
	/** text-decoration: underline; **/
}

.fs {
	color: #117Af1;
}

.lc {
	text-transform: lowercase;
}


p.attention {
	margin-bottom: 50px;
}

/*-----------------------------------------------
  HEADER
----------------------------------------------- */

.header {
	visibility: hidden;
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100px;
	padding: 14px 15px 25px ;
	background-color: #FECA3D;
	font-family: "AcuminProExtraCond-Regular",sans-serif;
	color: #fff;
}



.header .logo-wrapper {
	position: relative;
	width: 100%;
	overflow: hidden;
	padding: 0;
	margin-top: 26px;
	margin-bottom: 0px;
}


a.public-link {
	font-size: 18px;
	letter-spacing: 0.0625em;
}

a.public-link:link ,
a.public-link:visited {
	color: #000;
}

a.public-link:hover {
	color: #525252;
}

.header .social-icons {
	position: relative;
	padding-top: 40px;
}

.header .social-icons ul {}

.header .social-icons ul,
.header .social-icons ul li {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.header .social-icons ul li {
	display: inline-block;
	padding-left: 20px;
	font-size: 1.7em;
}

.header .social-icons ul li a:link,
.header .social-icons ul li a:visited {
	color: #fff;
}
.header .social-icons ul li a:hover {}

/*-----------------------------------------------
  MAIN NAV WRAPPER - NOT THE NAV
----------------------------------------------- */

#main-nav-wrapper nav.navbar {
	margin: 0;
	margin-left: -15px;
}

#main-nav-wrapper.full-container {
	top: 0;
	width: 100%;
	z-index: 30;
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	padding: 0;
}

#main-nav-wrapper.full-container * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body.fixed-nav.offset {
	padding-top: 74px;
}

body.fixed-nav #main-nav-wrapper.full-container {
	position: fixed;
	z-index: 100;
	top: 0;
	left: 0px;
	right: 0px;
	width: 100%;
	background: #f9f9fa;
	border-bottom: solid 1px #333;
}



/*-----------------------------------------------
  NAVIGATION
----------------------------------------------- */

.navbar-local479 {
	border-radius: 0;
	background-color: #202020 ;
	padding: 12px 0;
}

.navbar-local479 .navbar-nav.left > .active > a, 
.navbar-local479 .navbar-nav.left > .active > a:focus, 
.navbar-local479 .navbar-nav.left > .active > a:hover {
	color: #FFF;
}

.navbar-local479 .navbar-nav.left > li > a {
	padding-top: 0;
	padding-bottom: 0;
	font-family: "AcuminProExtraCond-Regular",sans-serif;
	font-size: 20px;
	letter-spacing: 0.07em;
	color: #b2b2b2;
	line-height: 2.2em;
	transition: all 0.5s ease-in-out;
}

.navbar-local479 .navbar-nav.left > li > a:focus ,
.navbar-local479 .navbar-nav.left > li > a:hover {
	color: #FFF;
	background-color: transparent;
	transition: all 0.5s ease-in-out;
}

.navbar-local479 .navbar-nav.left > li > a.active {
	color: #fff;
}

.navbar-local479 .navbar-nav .btn-default {
	font-size: 14px;
	text-transform: uppercase;
	color: #b3b3b3;
	background: transparent;
	border-color: rgba(255, 255, 255, 0.15);
	line-height: 2em;
	transition: all 0.5s ease-in-out;
}

.navbar-local479 .navbar-nav a.btn-default:hover {
	transition: all 0.5s ease-in-out;
	background-color: rgba(254, 202, 61, 1);
	color: #fff;
}


.navbar-local479 .navbar-nav .btn-default {
	margin-left: 8px;
	margin-top: 10px;
}

.navbar-local479 .navbar-nav li:first-child a {
	margin-left: 0;
}

.navbar-header img {
	max-width: 225px;
	margin-top: 8px;
	padding-left: 20px;
}

.navbar-local479 .navbar-toggle {
  border-color: #333;
  margin-bottom: 10px;
  margin-right: 0;
  background-color: #333;
}

.navbar-local479 .navbar-toggle:hover,
.navbar-local479 .navbar-toggle:focus {
  background-color: #888;
}

.navbar-local479 .navbar-toggle .icon-bar {
  background-color: #888;
}

.navbar-local479 .navbar-toggle:hover .icon-bar,
.navbar-local479 .navbar-toggle:active .icon-bar {
	background-color: #333;
}

/*-----------------------------------------------
  FOOTER
----------------------------------------------- */

.footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	/* Set the fixed height of the footer here */
	height: auto;
	background-color: #141414;
	color: #FFF;
	font-size: 12px;
}


.footer > .container {
	padding: 40px 15px;
}

.footer .copyright {
	font-size: 12px;
	color: #B2B2B2;
}

.footer .copyright a:link,
.footer .copyright a:visited {
	color: #9b9b9b;
}
.footer .copyright a:hover ,
.footer .copyright a.active {
	color: #fff;
}

.footer img.footer-logo {
	margin-bottom: 45px;
}

.footer h4 {
	margin-top: 0;
	margin-bottom: 15px;
	font-family: "AktivGrotesk-Regular",sans-serif;
	color: #fff;
}

.footer address {
	margin-bottom: 20px;
}

.footer p {
	margin: 0;
}

body > .container {
	min-height: 400px;
}

body.home > .container {
	padding: 0 15px 75px;
	min-height: 600px;
}


.container .text-muted {
	margin: 20px 0;
}


code {
	font-size: 80%;
}

.container-small ,
.container-large {
	padding-right: 15px;
	  padding-left: 15px;
	  margin-right: auto;
	  margin-left: auto;
	  max-width: 100%;
}

.container-inner {
	position: relative;
	width: 100%;
	overflow: hidden;
	padding: 30px 50px 30px;
	border: 1px solid #E0E0E0;
	border-radius: 3px;
	background: #FFF;
}

.container-inner.medium {
	padding: 30px 50px 30px;
}

.container-inner.spacer {
	margin-bottom: 20px;
}

/*-----------------------------------------------
  HOME PAGE (INDEX)
----------------------------------------------- */

/* Search
-------------------------------------------------- */

form.search {
	margin-bottom: 20px;
}

.search .form-control ,
.search .btn-default {
	background-color: #f5f5f5;
	border-color: #efefef;
	height: 50px;
}

.search .form-control {
	box-shadow: none;
	font-size: 14px;	
}

.search .btn-default {
	border-left: none;
}

.search .btn-default:active {
	background-color: #f5f5f5;
	border-color: #efefef;
	box-shadow: none;
}

.search .btn-default:hover ,
.search .btn-default:active .fa {
	color: #09407e;
}


form.search input::-webkit-input-placeholder {
color: #4c4c4c !important;
}
 
form.search input:-moz-placeholder { /* Firefox 18- */
color: #4c4c4c !important;  
}
 
form.search input::-moz-placeholder {  /* Firefox 19+ */
color: #4c4c4c !important;  
}
 
form.search input:-ms-input-placeholder {  
color: #4c4c4c !important;  
}

/* Carouseal/Slide Show
-------------------------------------------------- */

#home-carousel {
	margin-bottom: 20px;
}

#home-carousel .carousel-caption {
	font-family: "AcuminProExtraCond-Regular",sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 90px;
	text-transform: uppercase;
	text-align: left;
	line-height: 0.90em;
	left: 6%;
    padding-bottom: 30px;
    right: auto;
    bottom: 45px;
}

/* Cards
-------------------------------------------------- */

.cards h4 {
	margin-bottom: 24px;
}


.gutter-left {
    padding-right: 15px;
}

.gutter-center {
    padding-left: 15px;
    padding-right: 15px;
    
}

.gutter-right {
    padding-left: 15px;
}

.cards a:hover .card.yellow {
	background-color: #FFF;
	border: 1px solid #efefef;
	transition: all 0.5s ease-in-out;
	color: #4d4d4d ;
}



h4 span.fs {
	color: #4d4d4d;
	padding-right: 5px;
}

.card {
	position: relative;
	min-height: 200px;
	overflow: hidden;
	padding: 30px 20px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
	border: 1px solid #efefef;
	border-radius: 5px;
	margin: 0;
}

.card.yellow {
	padding: 45px 40px;
	font-family: "AcuminProExtraCond-Regular",sans-serif;
	font-size: 60px;
	line-height: 0.80em;
	color: #FFF;
	border: 1px solid #feca3d;
	background-color: #feca3d;
	transition: all 0.5s ease-in-out;
}

.card p {
	padding: 0;
	margin: 0;
}

/*==================================================
=            TABS            =
==================================================*/

#local479_tabs.nav-tabs > li,
#local479_tabs.nav-pills > li {
    float:none;
    display:inline-block;
    *display:inline; /* ie7 fix */
     zoom:1; /* hasLayout ie7 trigger */
     padding: 5px 3px 0 3px;
}

#local479_tabs.nav-tabs,
#local479_tabs.nav-pills {
    text-align:center;
}



#local479_tabs.nav-tabs {
	position: relative;
	width: 100%;
	overflow: hidden;
	background: #FFF;
	padding: 0;
	border-radius: 3px;
	border: 1px solid #E0E0E0;
	text-align: center;
	margin-bottom: 20px;
}

#local479_tabs.nav-tabs > li > a {
	padding: 35px 15px;
	font-family: "AcuminProExtraCond-Regular",sans-serif;
	font-size: 21px;
	color: #666666;
	margin: 0;
	border: 0;
	border-radius: 0;
}


#local479_tabs.nav-tabs > li.active > a, 
#local479_tabs.nav-tabs > li.active > a:focus, 
#local479_tabs.nav-tabs > li.active > a:hover  {
 	border: 0;
 	border-bottom: 3px #1077ea solid;
}


#local479_tabs.nav-tabs > li > a:hover  {
 	border: 0;
 	border-radius: 0;
 	background-color: transparent;
 	/**color: #8fa8c4;**/
 	color: #1281FF;
}

#local479_tabs.nav-tabs > li > a:focus {
	color: #1077ea;
}

#local479_tabs.nav-tabs > li.active > a {
	color: #1077ea;
	border: 0;
	border-bottom: 3px #1077ea solid;
}

#local-tabs,
.fake-tab {
	float:left;
}

/*==================================================
=            ACCORDION            					=
==================================================*/

a.accordion-toggle {
  display: block;
  padding: 10px  15px;
}

div.panel-heading {
  padding: 0;
}


.modal {
  text-align: center;
  padding: 0!important;
}

.questions {
	position: relative;
	width: 100%;
	overflow: hidden;
	margin-bottom: 10px;
	padding: 10px;
}

.questions .no-gutter > [class*='col-'] {
    padding-right:0;
    padding-left:0;
}

.answer {
	position: relative;
	width: 100%;
	overflow: hidden;
	margin-bottom: 10px;
	padding: 10px;
}

.answer.active {
	/** background-color: rgba(16, 78, 139, 0.1); **/
	border-top: 1px #1077ea solid;
	border-bottom: 1px #1077ea solid;
	
}

.local479-table {
	position: relative;
	width: 100%;
	padding: 0 15px;
	border: 1px #ddd solid;
	background-color: #fff;
    border-radius: 4px 4px 0 0;
    margin: 30px 0;
}

.local479-table .table {
	margin-bottom: 0;
}

/**
	.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #dddddd;
  border-right-width:0px;
  border-left-width:0px;
}
**/


.local479-table .table > thead > tr > th ,
.local479-table .table > tbody > tr > td {
  border: none;
  padding: 12px 24px;
}

.local479-table .table > thead > tr > th:first-child ,
.local479-table .table > tbody > tr > td:first-child {
	border-right: 1px #CCC solid;
}

.local479-table .table > tbody tr:last-child td {
	padding-bottom: 30px;
}


/*==================================================
=            Jobs, Agreements            =
==================================================*/


.doc {
	position: relative;
	width: 100%;
	overflow: hidden;
	padding-left: 70px;
	background-position: 0 100%;
	background-repeat: no-repeat;
}

.doc.pdf {
	background-image: url('images/icons/pdf.png');
}

.doc dl {
	margin: 20px 0 0 0;
}

.doc dl dt {
	color: #1a1a1a;
	font-weight: normal;
	font-size: 14px;
}

.doc dl dd {
	font-size: 14px;
}


.doc dl dd a:link ,
.doc dl dd a:visited {
	font-size: 12px;
	text-decoration: underline;
}


.doc-wrapper {
	position: relative;
	width: 100%;
	overflow: hidden;
	padding: 25px;
	margin-bottom: 20px;
}

.doc-wrapper:hover {
	width: 100%;
	overflow: hidden;
	border: 1px #f2f3f4 solid;
	border-radius: 4px;
	padding: 24px 24px;
	z-index: 99;
	background-color: #fafafa;
}

.doc-wrapper.spacer {
	margin-bottom: 20px;
}

/*-----------------------------------------------
  BENEFITS
----------------------------------------------- */

#page-benefits #tab-2 section {
	border-top: 5px #fafafa solid;
	padding-top: 10px;
	margin-top: 40px;
}

#page-benefits #tab-2 h4.aktiv {
	font-weight: bold;
	text-decoration: underline;
}


/*-----------------------------------------------
  ACTORS' FUND
----------------------------------------------- */

#actors_fund section {
	border-top: 5px #fafafa solid;
	padding-top: 10px;
	margin-top: 40px;
}

#actors_fund h4.aktiv {
	font-weight: bold;
	text-decoration: underline;
}

#actors_fund dl {
	margin-bottom: 5px;
}


#actors_fund .row {
	margin-bottom: 20px;
}

#actors_fund .row.bottom {
	border-bottom: 5px #fafafa solid;
	padding-bottom: 20px;
} 

/*-----------------------------------------------
  MEETINGS
----------------------------------------------- */

.meetings h2 {
	margin-bottom: 40px;
}

.meeting {
	position: relative;
	width: 100%;
	overflow: hidden;
	margin-bottom: 40px;
}

.meeting h5 {
	font-family: "AktivGrotesk-Regular",sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	color: #1a1a1a;	
	margin-bottom: 40px;
}

.meeting ul ,
.meeting ul li {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.meeting ul li {
	font-size: 13px;
	color: #666666;
}

.meetings .gmap_canvas {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 200px;
}

.meetings .gmap_canvas img {
	max-width: none!important;
	background: none!important;
}


/*-----------------------------------------------
  CONTACT/LINKS
----------------------------------------------- */


.contact ul,
.contact ul li {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.contact ul li  {
	padding: 2px 0px;
	color: #4c4c4c;
	font-size: 14px;
	
}

.contact .gmap_canvas {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 200px;
	margin-top: 20px;
}

.contact .gmap_canvas img {
	max-width: none!important;
	background: none!important;
}

.contact dl dt {
	font-size: 14px;
	font-weight: normal;
}

.contact dl dt a:link ,
.contact dl dt a:visited {
	color: #0f6ed8;
	
}

.contact dl dd {
	font-size: 12px;
}


.contact dl dd a:link ,
.contact dl dd a:visited {
	color: #0f6ed8;
	line-height: 3.0em;
	font-size: 14px;
}

.contact i.fa-envelope-o {
	color: #0f6ed8;
	padding-left: 10px;
}

.contact .section {
	position: relative;
	width: 100%;
	overflow: hidden;
	padding: 20px 0;
}


/*-----------------------------------------------
  MEMBER FORMS
----------------------------------------------- */


.accountForm label {
	font-weight: normal;
	font-size: 12px;
	color: #999999;
	transition: all 0.5s ease-in-out;
}

.accountForm .form-group {
	margin-bottom: 30px;
}

.accountForm .form-control {
	height: 50px;
	padding: 6px 0;
	font-size: 16px;
	color: #4c4c4c;
	line-height: 2.0em;
	border: none;
	border-bottom: 2px #ebebeb solid;
	box-shadow: none;
	border-radius: 0;
}

.accountForm .form-control:focus {
	border-bottom: 2px #1077ea solid;
}

.accountForm label.focus {
	color: #1077ea;
}

.accountForm label ,
.accountForm .form-control ,
.accountForm .form-control:focus ,
.accountForm label.focus ,
.accountForm .form-group.has-error label,
.accountForm .form-group.has-error label.focus ,
.accountForm .form-group.has-error .form-control:focus ,
.accountForm .form-group.has-error .form-control {
	transition: all 0.5s ease-in-out;
}

.accountForm .btn-primary {
	background-color: #09407e;
	border-color: #09407e;
	text-transform: uppercase;
	transition: all 0.5s ease-in-out;
}

.accountForm .btn-primary:hover {
	background-color: #2068b9;
	border-color: #2068b9;
	transition: all 0.5s ease-in-out;
}

.accountForm .btn-default {
	border: 1px transparent solid;
	color: #1077ea;
	transition: all 0.5s ease-in-out;
}

.accountForm .btn-default:hover {
	transition: all 0.5s ease-in-out;
	color: #333;
}

.accountForm .btn {
	padding: 14px 12px;
	margin-top: 40px;
	margin-bottom: 10px;
	min-width: 150px;
}

.account p.help-block {
	font-size: 12px;
	font-family: "AktivGrotesk-Regular",sans-serif;
	color: #4c4c4c;
}

.accountForm .form-group.has-error label,
.accountForm .form-group.has-error label.focus  {
	color: darkred;
}

.accountForm .form-group.has-error .form-control:focus ,
.accountForm .form-group.has-error .form-control {
	border-bottom: 2px darkred solid;
}

.accountForm .alert-danger {
	color: #FFF;
	background-color: #cd0000;
	border-color: #cd0000;
}

p.example {
	font-size: 12px;
	font-style: italic;
}


/*-----------------------------------------------
  MEMBER INFO
----------------------------------------------- */
#member_info h2 {
	margin-bottom: 30px;
}

#member_info ul ,
#member_info ul li {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

#member_info ul {
	margin-bottom: 20px;
}

#member_info ul li {
	font-size: 12px;
	line-height: 1.8em;
	color: #999999;	
}

#member_info ul li:last-child {
	font-size: 16px;
	color: #4c4c4c;
}

#member_info select {
	margin-top: 5px;
	height: 50px;
}


/*-----------------------------------------------
  CRAFTS & SKILLS
----------------------------------------------- */

#crafts_skills .table > thead > tr > th ,
#crafts_skills .table > tbody > tr > td {
	border: none;
}

#crafts_skills .table > thead > tr > th {
	color: #999;
	font-size: 12px;
	font-weight: normal;
}

#crafts_skills .table > tbody > tr > td {
	color: #4c4c4c;
	font-size: 16px;
	font-weight: normal;
}

#crafts_skills .table > thead > tr > th:first-child,
#crafts_skills .table > tbody > tr > td:first-child ,
#crafts_skills .table > tfoot > tr > td:first-child {
	padding-left: 0;
}

#crafts_skills ul.options ,
#crafts_skills ul.options li {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

#crafts_skills ul.options li {
	display: inline-block;
	margin-right: 10px;
	font-size: 11px;
	text-transform: uppercase;
}

#crafts_skills ul.options li:last-child {
	margin-right: 0;
}

#crafts_skills ul.options li a:link ,
#crafts_skills ul.options li a:visited {
	color: #4c4c4c;
}

#crafts_skills ul.options li a:hover {
	color: #1077ea;
}


#crafts_skills .btn-default {
	border: 1px #1077ea solid;
	color: #1077ea;
	transition: all 0.5s ease-in-out;
}

#crafts_skills .btn-default:hover {
	background-color: #1077ea;
	transition: all 0.5s ease-in-out;
	color: #fff;
}

#crafts_skills .btn {
	padding: 14px 12px;
	margin-top: 10px;
	margin-bottom: 0;
	min-width: 160px;
}

#externalLinkForm .fa {
	color: #1077ea;
	margin-left: 10px;
	font-size: 14px;
}

/*-----------------------------------------------
  STATEMENTS SECTION
----------------------------------------------- */

.account-table {
	position: relative;
	width: 100%;
	overflow: hidden;
	padding: 0 0px;
    margin: 30px 0;
}

#statements #btn-print ,
#assessments #btn-print {
	position: absolute;
	right: 50px;
	top: 60px;
}

.account-table .table > thead > tr > th ,
.account-table .table > tbody > tr > td {
  border: none;
  padding: 18px 12px;
}

.account-table .table > thead > tr > th {
	color: #999999;
	font-weight: normal;
	font-size: 12px;
}

.account-table .table-striped > tbody > tr:nth-of-type(2n+1) {
	background-color: #fbfbfb;
}

.account-table .table > tfoot > tr > td {
	text-align: right;
	border: none;
}

.account-table .table > tfoot > tr:first-child > td {
	padding-top: 60px;
	
}
.account-table .table > thead > tr > td:last-child ,
.account-table .table > tbody > tr > td:last-child ,
.account-table .table > tfoot > tr > td:last-child {
	text-align: center;
}

.account-table .table > tfoot > tr > td:last-child {
	font-weight: bold;
	text-align: center;
}

#btn-print {
	color: #1077ea;
	border-color: #1077ea;
	background-color: #FFF;
	transition: all 0.5s ease-in-out;
}

#btn-print:hover,
#btn-print:focus {
	color: #fff;
	background-color: #1077ea;
	border-color: #1077ea;
	transition: all 0.5s ease-in-out;
}

/*-----------------------------------------------
  DOCUMENTS
----------------------------------------------- */
#documents p.attention {
	margin-top: 30px;
}

#documents h5.alt {
	margin-bottom: 10px;
	font-size: 16px;
	color: #999;
}


#local479CD .form-inline .form-group {
	margin-right: 5px;
}

.dropzone {
	border: 2px #acd0f8 solid;
	border-radius: 8px;
	text-align: center;
	background: #f7fafe url('/system/application/themes/local479/assets/images/icons/dropzone_bg.png') center 20% no-repeat;
	margin-bottom: 20px;
	padding-top: 1em;
}

.dropzone.dz-drag-hover {
	opacity: 0.5;
}

.dropzone.dz-started {
	background-image: none;
}


.dropzone .dz-message {
    text-align: center;
    padding: 2em 0 0 0;
    margin: 0.2em 0;
    color: #1077ea;
    font-family: "AcuminProExtraCond-Regular",sans-serif;
    font-size: 36px;
    text-transform: uppercase; 
    line-height: 1.4em;
 }
 
 .dropzone .dz-message small {
	font-family: "AktivGrotesk-Regular",sans-serif;
	font-size: 12px;
	text-decoration: underline;
	text-transform: none; 
 }
 
 p.attention-alt {
	 padding: 0;
	 margin: 0;
	 color: #1077ea;
	 text-align: center;
	 font-size: 12px;
 }
 
  p.attention-alt:last-child {
	  margin-bottom: 20px;
  }
  
  
 .dz-details {
	 text-align: left;
	 padding: 10px 20px;
 }
 
.dz-header,
.dz-footer {
	position: relative;
	width: 100%;
	overflow: hidden;
}

 .dz-header {
	 margin-bottom: 10px;
 }

 .dz-filename {
	position: relative;
	padding: 0;
	margin: 0;
 }
 
 .dz-filename span.file-size {
	 font-size: 11px;
 }

 .dz-footer {
	 margin-top: 20px;
 }
  
  

#documents .table > thead > tr > th ,
#documents .table > tbody > tr > td {
	border: none;
	line-height:2em;
}

#documents .table > tbody > tr {
	transition: all 0.5s ease-in-out;
}


#documents .table > thead > tr > th {
	color: #999;
	font-size: 12px;
	font-weight: normal;
}

#documents .table > tbody > tr > td {
	color: #4c4c4c;
	font-size: 14px;
	font-weight: normal;
	border-bottom: 1px solid #ddd;
	padding-top: 12px;
	padding-bottom: 12px;
}

#documents .table > thead > tr > th:first-child,
#documents .table > tbody > tr > td:first-child ,
#documents .table > tfoot > tr > td:first-child {
	padding-left: 0;
}


#documents .table > tbody > tr:hover {
	background: #f9f9fa;
	transition: all 0.5s ease-in-out;
}

#documents ul.options {
	display: inline-block;
	min-width: 155px;
}

#documents ul.options ,
#documents ul.options li {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

#documents ul.options li {
	display: inline-block;
	margin-right: 10px;
	font-size: 11px;
	text-transform: uppercase;
	
}

#documents ul.options li:last-child {
	margin-right: 0;
}

#documents ul.options li a {
	font-weight: 400;
}

#documents ul.options li a:link ,
#documents ul.options li a:visited {
	color: #4c4c4c;
}

#documents ul.options li a:hover {
	color: #1077ea;
}

.accountForm label {
	font-weight: normal;
	font-size: 12px;
	color: #999999;
	transition: all 0.5s ease-in-out;
}

.accountForm .form-group {
	margin-bottom: 30px;
}

.accountForm .form-control {
	height: 50px;
	padding: 6px 0;
	font-size: 16px;
	color: #4c4c4c;
	line-height: 2.0em;
	border: none;
	border-bottom: 2px #ebebeb solid;
	box-shadow: none;
	border-radius: 0;
}

.accountForm .form-control:focus {
	border-bottom: 2px #1077ea solid;
}

.accountForm label.focus {
	color: #1077ea;
}

.accountForm label ,
.accountForm .form-control ,
.accountForm .form-control:focus ,
.accountForm label.focus ,
.accountForm .form-group.has-error label,
.accountForm .form-group.has-error label.focus ,
.accountForm .form-group.has-error .form-control:focus ,
.accountForm .form-group.has-error .form-control {
	transition: all 0.5s ease-in-out;
}

.accountForm .btn-primary {
	background-color: #09407e;
	border-color: #09407e;
	text-transform: uppercase;
	transition: all 0.5s ease-in-out;
}

.accountForm .btn-primary:hover {
	background-color: #2068b9;
	border-color: #2068b9;
	transition: all 0.5s ease-in-out;
}

.accountForm .btn-default {
	border: 1px transparent solid;
	color: #1077ea;
	transition: all 0.5s ease-in-out;
}

.accountForm .btn-default:hover {
	transition: all 0.5s ease-in-out;
	color: #333;
}

.accountForm .btn {
	padding: 14px 12px;
	margin-top: 40px;
	margin-bottom: 10px;
	min-width: 150px;
}

.account p.help-block {
	font-size: 12px;
	font-family: "AktivGrotesk-Regular",sans-serif;
	color: #4c4c4c;
}

.accountForm .form-group.has-error label,
.accountForm .form-group.has-error label.focus  {
	color: darkred;
}

.accountForm .form-group.has-error .form-control:focus ,
.accountForm .form-group.has-error .form-control {
	border-bottom: 2px darkred solid;
}

.accountForm .alert-danger {
	color: #FFF;
	background-color: #cd0000;
	border-color: #cd0000;
}

/** CHECKBOXES **/

.checkbox {
	margin: 24px 0;
}

.checkbox label {
	color: #1a1a1a;
	font-size: 16px;
	padding-left: 0;
}

.checkbox label:after, 
.radio label:after {
    content: '';
    display: table;
    clear: both;
}

.checkbox .cr,
.radio .cr {
    position: relative;
    display: inline-block;
    border: 1px solid #dfe0e3;
    border-radius: .25em;
    width: 1.1em;
    height: 1.1em;
    float: left;
    margin-right: 1.2em;
}

.radio .cr {
    border-radius: 50%;
}

.checkbox .cr .cr-icon,
.radio .cr .cr-icon {
    position: absolute;
    font-size: .8em;
    line-height: 0;
    top: 50%;
    left: 20%;
}

.radio .cr .cr-icon {
    margin-left: 0.04em;
}

.checkbox label input[type="checkbox"],
.radio label input[type="radio"] {
    display: none;
}

.checkbox label input[type="checkbox"] + .cr > .cr-icon,
.radio label input[type="radio"] + .cr > .cr-icon {
    transform: scale(3) rotateZ(-20deg);
    opacity: 0;
    transition: all .3s ease-in;
}

.checkbox label input[type="checkbox"]:checked + .cr > .cr-icon,
.radio label input[type="radio"]:checked + .cr > .cr-icon {
    transform: scale(1) rotateZ(0deg);
    opacity: 1;
}

.checkbox label input[type="checkbox"]:disabled + .cr,
.radio label input[type="radio"]:disabled + .cr {
    opacity: .5;
}

.checkbox:first-child {
	padding-top: 0;
	margin-top: 0;
}

.select_all {
	text-transform: uppercase;
	
}

.select_all input {
	border: 1px solid #dfe0e3;
    border-radius: .25em;
}

.select_all label {
	padding-left: 0;
}

.select_all label span {
	padding-left: 10px;
}

/*-----------------------------------------------
  JOBS
----------------------------------------------- */


#page-jobs .accountForm .btn {
	margin-top: 5px;
}

#availability_list dl dt {
	font-size: 12px;
	font-weight: normal;
	color: #999;
}

#availability_list dl dd {
	color: #4c4c4c;
	font-size: 16px;
}

#availability_list dl dd span {
	color: #e61804;
}

/*-----------------------------------------------
  MISC
----------------------------------------------- */
 #password h2 {
	 margin-bottom: 40px;
 }
 
 .alert img.pdf {
	 height: 25px;
	 margin-right: 10px;
 }

a.back-to-top {
	 background: none;
	 margin: 0;
	 position: fixed;
	 bottom: 10%;
	 right: 0;
	 width: 70px;
	 height: 70px;
	 z-index: 100;
	 display: none;
	 text-decoration: none;
	 color: #E5E5E5;
 }
 
.back-to-top i {
 	font-size:40px; 
}

/*==================================================
=           Bootstrap Modal Positioning             =
==================================================*/

.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}

.modal-dialog {
  display: inline-block;
  text-align: left;
}

.modal-content h1 {
	padding: 0;
	margin: 0;
}

.modal-header {
	padding: 0 0 10px 0;
	margin-bottom: 10px;
}

.modal-title ,
.modal-body {
	padding: 0;
}
.modal-content {
	padding: 15px 35px 35px 35px;
}

/*==================================================
=            Media Queries             =
==================================================*/
	
	/* Custom, iPhone Retina */ 
	@media only screen and (min-width : 320px) {
	  	
		/* Cards
		-------------------------------------------------- */	  	
	  	.card {
			margin-bottom: 20px;
		}
		
		
	}
	
	/* Extra Small Devices, Phones */ 
	@media only screen and (min-width : 480px) {
		
		/* Gutter - Cards
		-------------------------------------------------- */			
		.gutter-left {
			padding-right: 6px;
		}
		
		.gutter-center {
		    padding-left: 6px;
		    padding-right: 10px;
		    
		}
		
		.gutter-right {
		    padding-left: 10px;
		}
		
		
	}

	@media (min-width: 768px) {
	    
	    body {
		    margin-bottom: 214px;
	    }
	    
	    .header {
		  	visibility: visible;
		  	height: 140px;
	  	}
	  	
	  	.navbar-local479 .navbar-nav .btn-default {
			font-size: 12px;
			line-height: 12px ;
			margin-top: 0;
		}
	  	
	  	body > .container {
			padding: 120px 20px 75px;
		}
		
	  	body.home > .container {
			padding: 120px 15px 75px;
		}
	  	
	  
	  	
	  	#home-carousel {
			margin-bottom: 40px;
		}
	    
	    .container-small {
	        width: 300px;
	    }
	    .container-large {
	        width: 970px;
	    }
	    
	    .navbar-local479 .navbar-nav.left > li > a {
		    padding: 0 10px;
	    }
	    
	    .footer {
		    height: 214px;
	    }
	    
	}
	
	@media (min-width: 992px) {
	    .container-small {
	        width: 500px;
	    }
	    .container-large {
	        width: 1170px;
	    }
	    
		#main-nav-wrapper nav.navbar {
			margin-left: 0;
		}
		
		body > .container {
			padding: 120px 130px 75px;
		}
		
		
	}
	
	/** Just because! **/
	@media (min-width: 980px) {
		.navbar-local479 .navbar-nav.left > li > a {
		    padding: 0 15px;
	    }
	}
	
	
	@media (min-width: 1200px) {
	    .container-small {
	        width: 700px;
	    }
	    
	    .container-large {
	        width: 1320px;
	    }
	    
	}
	
	
	@media (max-width: 480px) {
		.container-inner {
			padding: 10px 30px 10px;
			margin-bottom: 40px;
			border: none;
			border-bottom: 1px solid #E0E0E0;
		}
		
		.responsive .container-inner {
			padding: 10px 0 10px;
		}
		
		.table {
			font-size: 10px;
		}
		
		.local479-table {
			overflow-x: scroll;
			padding: 0 ;
			border: none;
			background-color: #fff;
		    border-radius: 4px 4px 0 0;
		    margin: 30px 0;
		}
		
		.local479-table .table > thead > tr > th ,
		.local479-table .table > tbody > tr > td {
		  border: none;
		  padding: 6px 6px;
		}
		
		.dropzone .dz-message {
		    text-align: center;
		    padding: 2.2em 0 0 0;
		    margin: 0.2em 0;
		    color: #1077ea;
		    font-family: "AcuminProExtraCond-Regular",sans-serif;
		    font-size: 36px;
		    text-transform: uppercase; 
		    line-height: 1.0em;
		 }
		 
		 .dropzone .dz-message small {
			font-family: "AktivGrotesk-Regular",sans-serif;
			font-size: 12px;
			text-decoration: underline;
			text-transform: none; 
		 }
		 
		 #statements #btn-print ,
			#assessments #btn-print {
				position: absolute;
				right: 0;
				top: 40px;
			}
	}


/*Wordpress editor styles start*/

.entry-content img {
	margin: 0 0 1.5em 0;
	}
.alignleft, img.alignleft {
	margin-right: 1.5em;
	display: inline;
	float: left;
	}
.alignright, img.alignright {
	margin-left: 1.5em;
	display: inline;
	float: right;
	}
.aligncenter, img.aligncenter {
	margin-right: auto;
	margin-left: auto;
	display: block;
	clear: both;
	}
.alignnone, img.alignnone {
	/* not sure about this one */
	}
.wp-caption {
	margin-bottom: 1.5em;
	text-align: center;
	padding-top: 5px;
	}
.wp-caption img {
	border: 0 none;
	padding: 0;
	margin: 0;
	}
.wp-caption p.wp-caption-text {
	line-height: 1.5;
	font-size: 10px;
	margin: 0;
	}
.wp-smiley {
	margin: 0 !important;
	max-height: 1em;
	}
blockquote.left {
	margin-right: 20px;
	text-align: right;
	margin-left: 0;
	width: 33%;
	float: left;
	}
blockquote.right {
	margin-left: 20px;
	text-align: left;
	margin-right: 0;
	width: 33%;
	float: right;
	}
	.test-class {
	background-color:red;
}

/*Wordpress editor styles end*/

/* Sneaky Drew Edits */

.tight-list li {margin-bottom:5px !important;}