@import url("https://fonts.googleapis.com/css?family=Arimo");
h1 {
  font-size: 33.8px !important; }

h2 {
  font-size: 28.73px !important; }

h3 {
  font-size: 24.4205px !important; }

h4 {
  font-size: 20.757425px !important; }

h5 {
  font-size: 17.64381125px !important; }

h6 {
  font-size: 14.9972395625px !important; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Helvetica Neue", "Arimo", Arial, sans-serif;
  color: #000 !important;
  font-variant: small-caps; }

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, p, blockquote, th, td, label, .datafield span, .datafield div {
  font-size: 13px;
  line-height: 16.12px; }
  @media only screen and (min-width: 1156px) {
    body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, p, blockquote, th, td, label, .datafield span, .datafield div {
      font-size: 13px; } }

body {
    font-size: 13px !important;
    font-family: "Helvetica Neue", "Arimo", Arial, sans-serif;
    background: #000;
    color: #444;
}
/* max-width: 1024px; */
/* margin-left: auto; */
/* margin-right: auto; } */

form {
    max-width: 1024px;
    margin-left: auto;
    margin-right: auto;
}

@media only screen and (min-width: 1156px) {
  body {
    font-size: 13px !important; } }
a {
  color: #028bff;
  text-decoration: underline; }
  a:hover {
    color: #222; }

.button, .button.button-edit {
  text-align: center !important;
  padding: 5px 20px !important;
  border-color: #0D569E;
  background: #3792ED;
  background: -moz-linear-gradient(top, #358eea 0%, #2170cd 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #358eea), color-stop(100%, #2170cd));
  background: -webkit-linear-gradient(top, #358eea 0%, #2170cd 100%);
  background: linear-gradient(top, #358eea 0%, #2170cd 100%);
  -webkit-box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.6), inset 0px 1px 0px 0px rgba(255, 255, 255, 0.4);
  box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.6), inset 0px 1px 0px 0px rgba(255, 255, 255, 0.4);
  color: #efefef;
  text-shadow: 0px -1px 0px #185B93; }
  .button:hover, .button.button-edit:hover {
    border-color: #0D569E;
    background: #6cb6f3;
    background: -moz-linear-gradient(top, #6cb6f3 0%, #4387d2 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #6cb6f3), color-stop(100%, #4387d2));
    background: -webkit-linear-gradient(top, #6cb6f3 0%, #4387d2 100%);
    background: linear-gradient(top, #6cb6f3 0%, #4387d2 100%);
    color: #fff; }

.row.header {
  padding: 16px 0 0 0;
  margin-left: 0;
  margin-right: 0;
  width: 100%;
  max-width: 1024px; }
  @media all and (max-width: 767px) {
    .row.header {
      padding-top: 0; } }
  @media all and (min-width: 800px) {
    .row.header {
      background: url(../images/iatse-header-bg.png) no-repeat bottom right; } }
  .row.header .seven.columns.logo {
    padding-left: 0; }

header.header_wrapper {
  background: #000;
  height: auto !important; }
  header.header_wrapper .logoimage {
    background: url("../images/iatse-logo.png") center center no-repeat !important;
    background-size: contain !important;
    width: 190px;
    display: block;
    height: 92px;
    margin-top: 0;
    margin-bottom: 0; }
  header.header_wrapper .userinfo {
    color: #fff; }
    header.header_wrapper .userinfo .logoutlink {
      color: #fff; }
  header.header_wrapper .nav-utility {
    margin-top: 0px !important; }

#content_nav {
  font-family: "Helvetica Neue", "Arimo", Arial, sans-serif;
  font-variant: small-caps;
  max-width: 1024px;
  font-weight: 600; }
  #content_nav nav {
    border: 2px solid #F7D117;
    border-left: 0;
    border-right: 0;
    background: #1c355f; }
    .login #content_nav nav {
      border-top: 0; }
    #content_nav nav ul {
      background: #1c355f; }
    #content_nav nav > ul {
      min-height: 21px;
      padding-top: 2px; }
      @media all and (min-width: 768px) {
        #content_nav nav > ul {
          text-align: right; } }
      @media all and (min-width: 768px) {
        #content_nav nav > ul > li:not(.mobile_menu) {
          min-height: 18px !important;
          line-height: 18px !important;
          float: none !important;
          display: inline-block !important; } }
      #content_nav nav > ul > li:not(.mobile_menu) > a {
        height: 18px; }
    #content_nav nav li {
      border: none;
      background: none !important;
      box-shadow: none !important; }
      #content_nav nav li:hover {
        background: "" !important; }
        #content_nav nav li:hover > a {
          color: #F7D117; }
      #content_nav nav li ul {
        text-align: left; 
		padding-top: 18px !important;
		background-clip: content-box;
		}
      #content_nav nav li .downarrow {
        display: none; }
      #content_nav nav li.haschildren {
        position: relative;
        padding-right: 16px; }
        #content_nav nav li.haschildren:after {
          content: '';
          position: absolute;
          display: block;
          border: 6px solid rgba(0, 0, 0, 0);
          border-top: 6px solid #fff;
          right: 9px;
          top: 7px;
          width: 0;
          height: 0; }
          @media all and (max-width: 767px) {
            #content_nav nav li.haschildren:after {
              right: 15px;
              top: 18px; } }
      #content_nav nav li a {
        color: #fff;
        padding-left: 9px;
        font-size: 16px;
        text-decoration: none; }
        #content_nav nav li a:hover {
          color: ""; }
        #content_nav nav li a.current {
          color: ""; }

#content_wrapper {
  background: #000;
  position: relative; }
  #content_wrapper:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: url("../images/iatse-left-nav-bg.png") left repeat-y !important; }
  #content_wrapper .shadedpanel {
    background: #fff !important;
    border-radius: 0px !important;
    border: 0px;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0); }
  #content_wrapper .panel h4.head-icon-yourinfo,
  #content_wrapper .panel h4.head-icon-quickcontacts {
    padding-left: 0;
    background: none; }
  #content_wrapper .postcontent {
    margin-bottom: 21.034px; }
    #content_wrapper .postcontent img[align='left'] {
      display: block;
      float: left;
      margin: 0 .85em .85em 0; }
    #content_wrapper .postcontent img[align='center'] {
      display: block;
      margin: 0 auto .85em; }
    #content_wrapper .postcontent img[align='right'] {
      display: block;
      margin: 0 0 .85em .85em; }
  #content_wrapper .datafield span,
  #content_wrapper .datafield div {
    padding-left: .5em; }
  #content_wrapper .relateddocuments {
    margin-left: 0 !important; }
    #content_wrapper .relateddocuments ul {
      margin-left: 0 !important;
      margin-top: .5em; }

table.dataTable {
  border-bottom: 1px solid #ddd !important; }
  table.dataTable th {
    border-bottom: 1px solid #ddd !important; }

input {
  margin-bottom: 18px;
  padding: 8px;
  background: #ffffff;
  border: 1px solid #c9c9c9;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.8), inset 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.8), inset 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
  color: #333;
  font-size: 12px;
  font-size: 12px !important; }
  input:focus {
    background: #fff !important;
    border: 1px solid rgba(2, 139, 255, 0.5) !important;
    -webkit-box-shadow: 0px 0px 3px 0px rgba(2, 139, 255, 0.4) !important;
    box-shadow: 0px 0px 3px 0px rgba(2, 139, 255, 0.4) !important; }

.select {
  font-size: 12px; }

.alwayslabel {
  margin: 0.5em 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  font-size: 100% !important;
  font: inherit !important;
  vertical-align: baseline !important;
  background: none !important;
  font-size: 12px !important;
  font-weight: 400 !important;
  color: #333;
  text-align: right;
  height: 32px !important;
  line-height: 35px !important;
  padding-right: 4px !important; }
  .alwayslabel:after {
    content: ':'; }

label {
  margin-bottom: 18px; }

footer {
  background: none !important; }
  footer #footer {
    border: 0;
    border-top: 2px solid #F7D117;
    border-bottom: 2px solid #F7D117;
    background: #1c355f !important;
    margin-top: 0; }
    footer #footer div {
      font-size: 12px; }
    footer #footer .copyright {
      color: white; }
      footer #footer .copyright a {
        color: #000; }
        footer #footer .copyright a:hover {
          color: #028bff; }

.eventcalendar .day {
  padding: 3px 5px; }
  .eventcalendar .day .eventcalendarlink:not([title='']) {
    color: "";
    background: "";
    padding: 8px 0;
    margin: 5px 0;
    display: block;
    border-radius: 4px;
    text-align: center;
    font-size: 90%; }
    .eventcalendar .day .eventcalendarlink:not([title='']):hover {
      text-decoration: none;
      opacity: .8; }
.eventcalendar .eventcalendardetails {
  background: none; }
  .eventcalendar .eventcalendardetails .availableevent {
    border-radius: 0;
    background: none; }
    .eventcalendar .eventcalendardetails .availableevent .headline {
      color: ""; }

.eventdetails .overflow.bar {
  background: none;
  border: 0; }
  .eventdetails .overflow.bar .wizardbutton {
    margin-left: 14px; }
.eventdetails .topbar {
  border: 0; }

.eventpage {
  border: 0; }

.login h3 {
  font-size: 20px !important; }
.login #ctl00_Body___101__lblSignupTitle__1 {
  margin-top: 0 !important; }
@media all and (min-width: 768px) {
  .login #ctl00_Body___101__divLoginPanelB__1 {
    margin-top: 26px; }
    .login #ctl00_Body___101__divLoginPanelB__1 a:last-of-type {
      margin-top: 29px; } }
.login #content_wrapper {
  background: #000 !important;
  position: relative; }
  .login #content_wrapper:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: url("../images/iatse-left-nav-bg.png") left repeat-y !important; }
.login .smallfont {
  margin-top: 1em; }
.login .loginimage {
  display: none !important; }

@media only screen and (min-width: 768px) {
  header .logoimage {
    display: block;
    width: 330px;
    float: left;
    margin-top: 5px;
    margin-bottom: 5px; } }
@media only screen and (min-width: 1156px) {
  header .logoimage {
    margin-top: 45px;
    margin-bottom: 15px; } }

/*# sourceMappingURL=client.css.map */

/* IATSE 100 General */

    .buttonloading {
        background-size: contain !important;
        box-shadow: none;
    }

    .IATSE100_AppMain .button.disabled, .button[disabled] {
        background-color: #3792ED !important;
    }

/* IATSE100 Application Form */

	#content_wrapper .IATSE100_AppMain .IATSE100_PledgeMargins.shadedpanel { margin-left: 4.17%; margin-top: 20px; margin-bottom: 20px; border: 1px solid #aaa; border-radius: 25px !important; background: #DDDDDD !important; font-weight: bold !important;}
	#content_wrapper .IATSE100_AppMain .IATSE100_PledgeMargins.shadedpanel label { font-weight: bold !important; }
	#content_wrapper .IATSE100_AppMain .alwayslabel { text-align: left !important; }

    #content_wrapper .IATSE100_Dependent {
        background: #3792ED !important;
        text-align: center !important;
        padding: 5px 20px !important;
        border-color: #0D569E !important;
        background: -moz-linear-gradient(top, #358eea 0%, #2170cd 100%) !important;
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #358eea), color-stop(100%, #2170cd)) !important;
        background: -webkit-linear-gradient(top, #358eea 0%, #2170cd 100%) !important;
        background: linear-gradient(top, #358eea 0%, #2170cd 100%) !important;
        -webkit-box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.6), inset 0px 1px 0px 0px rgba(255, 255, 255, 0.4) !important;
        box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.6), inset 0px 1px 0px 0px rgba(255, 255, 255, 0.4) !important;
        color: #efefef !important;
        text-shadow: 0px -1px 0px #185B93 !important;
    }

    #content_wrapper .IATSE100_Dependent:hover {
        border-color: #0D569E !important;
        background: #3792ED !important;
        background: -moz-linear-gradient(top, #6cb6f3 0%, #4387d2 100%) !important;
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #6cb6f3), color-stop(100%, #4387d2)) !important;
        background: -webkit-linear-gradient(top, #6cb6f3 0%, #4387d2 100%) !important;
        background: linear-gradient(top, #6cb6f3 0%, #4387d2 100%) !important;
        color: #fff !important;
    }

	/* field-specific styling */
	.IATSE100_PersonalDetailsMidCol .alwayslabel { width: 40%; }
	.IATSE100_PersonalDetailsMidCol input { width: 60%; }
	.IATSE100_PersonalDetailsMidCol select { width: 60%; }
	.IATSE100_ReadOnlyLabel .alwayslabel { color: #BBBBBB; }
	.IATSE100_PersonalDetailsEmpLabel .alwayslabel { width: 40%; }
	.IATSE100_PersonalDetailsEmpLabel input { width: 60%; }
	.IATSE100_PersonalDetailsOccLabel .alwayslabel { width: 40%;}
	.IATSE100_PersonalDetailsOccLabel select { width: 60%; }
	.IATSE100_Dep { margin-bottom: 10px; border-radius: 25px; border: 1px solid #aaa; padding-top: 12px; background: #ddd; }
    .IATSE100NavImg { max-height: 55px; max-width: 55px; object-fit: cover; float: left; margin-right: 20px; opacity: 0.5;}
	.IATSE100NavImg:hover { opacity: 1.0; }
	.IATSE100_AppPreview {margin-top: 20px; margin-bottom: 20px;}
	.IATSE100_Become label { font-weight: bold; font-style: italic; font-size: large; margin-top: 20px; }
	.IATSE100_Personal label { font-weight: bold; margin-top: 20px; margin-bottom: 10px; }

	/* Navigation bar constants */
	ul.IATSE100Nav { list-style: none; overflow: hidden; cursor: default;}
	ul.IATSE100Nav li { background: #3792ED; position: relative; display: block; float: left; padding: 10px 10px 10px 40px;}
	
	ul.IATSE100Nav li::before { content: " "; display: block; width: 0; height: 0; border-top: 18px solid transparent; 
								border-bottom: 18px solid transparent; border-left: 20px solid hsla(0,100%,100%,1); position: absolute; 
								top: 50%; margin-top: -18px;  margin-left: 1px; left: 100%; z-index: 1; }
								
	
	ul.IATSE100Nav li::after { 	content: " "; display: block; width: 0; height: 0; border-top: 18px solid transparent; 
								border-bottom: 18px solid transparent; border-left: 20px solid hsla(34,85%,35%,1); position: absolute; 
								top: 50%; margin-top: -18px;  left: 100%; z-index: 2; }
	
	ul.IATSE100Nav li:nth-child(1)  	  { background:        #3792ED; color: #FFF; padding-left: 10px;}
	ul.IATSE100Nav li:nth-child(1)::after { border-left-color: #3792ED; }

	/* Navigation bar per-page	*/
	ul.IATSE100Nav1 li:nth-child(2)        { background:        #DDDDDD; color: #AAAAAA;}
	ul.IATSE100Nav1 li:nth-child(2)::after { border-left-color: #DDDDDD; }
	ul.IATSE100Nav1 li:nth-child(3)        { background:        #DDDDDD; color: #AAAAAA;}
	ul.IATSE100Nav1 li:nth-child(3)::after { border-left-color: #DDDDDD; }
	ul.IATSE100Nav1 li:nth-child(4)        { background:        #DDDDDD; color: #AAAAAA;}
	ul.IATSE100Nav1 li:nth-child(4)::after { border-left-color: #DDDDDD; }
	ul.IATSE100Nav1 li:nth-child(5)        { background:        #DDDDDD; color: #AAAAAA;}
	ul.IATSE100Nav1 li:nth-child(5)::after { border-left-color: #DDDDDD; }

	ul.IATSE100Nav2 li:nth-child(2)        { background:        #3792ED; color: #FFF;}
	ul.IATSE100Nav2 li:nth-child(2)::after { border-left-color: #3792ED; }
	ul.IATSE100Nav2 li:nth-child(3)        { background:        #DDDDDD; color: #AAAAAA;}
	ul.IATSE100Nav2 li:nth-child(3)::after { border-left-color: #DDDDDD; }
	ul.IATSE100Nav2 li:nth-child(4)        { background:        #DDDDDD; color: #AAAAAA;}
	ul.IATSE100Nav2 li:nth-child(4)::after { border-left-color: #DDDDDD; }
	ul.IATSE100Nav2 li:nth-child(5)        { background:        #DDDDDD; color: #AAAAAA;}
	ul.IATSE100Nav2 li:nth-child(5)::after { border-left-color: #DDDDDD; }

	ul.IATSE100Nav3 li:nth-child(2)        { background:        #3792ED; color: #FFF;}
	ul.IATSE100Nav3 li:nth-child(2)::after { border-left-color: #3792ED; }
	ul.IATSE100Nav3 li:nth-child(3)        { background:        #3792ED; color: #FFF;}
	ul.IATSE100Nav3 li:nth-child(3)::after { border-left-color: #3792ED; }
	ul.IATSE100Nav3 li:nth-child(4)        { background:        #DDDDDD; color: #AAAAAA;}
	ul.IATSE100Nav3 li:nth-child(4)::after { border-left-color: #DDDDDD; }
	ul.IATSE100Nav3 li:nth-child(5)        { background:        #DDDDDD; color: #AAAAAA;}
	ul.IATSE100Nav3 li:nth-child(5)::after { border-left-color: #DDDDDD; }

	ul.IATSE100Nav4 li:nth-child(2)        { background:        #3792ED; color: #FFF;}
	ul.IATSE100Nav4 li:nth-child(2)::after { border-left-color: #3792ED; }
	ul.IATSE100Nav4 li:nth-child(3)        { background:        #3792ED; color: #FFF;}
	ul.IATSE100Nav4 li:nth-child(3)::after { border-left-color: #3792ED; }
	ul.IATSE100Nav4 li:nth-child(4)        { background:        #3792ED; color: #FFF;}
	ul.IATSE100Nav4 li:nth-child(4)::after { border-left-color: #3792ED; }
	ul.IATSE100Nav4 li:nth-child(5)        { background:        #DDDDDD; color: #AAAAAA;}
	ul.IATSE100Nav4 li:nth-child(5)::after { border-left-color: #DDDDDD; }

    .IATSE100WordBreak { word-wrap: break-word; }

/* IATSE100 My Dues */

    .IATSE100QBalanceAmt input {width: 30%;}
    .IATSE100QBalanceAmt .columns {padding-left: 0px;}
    .IATSE100QBalanceAmt .six {padding-top: 2px;}

    .IATSE100WBalanceAmt input {width: 30%;}
    .IATSE100WBalanceAmt .columns {padding-left: 0px;}
    .IATSE100WBalanceAmt .six {padding-top: 2px;}

    .IATSE100QDuesBalance { height: 20px; }
    .IATSE100WDuesBalance { height: 20px; }
    .IATSE100ODuesBalance { height: 20px; margin-bottom: 15px; }

    .mydues .row.singlepaymentoption {height: 27px; margin-top: 13px;}

/* IATSE100 "Back to Local 100 Site" Link */
    #ctl00___1__lnkMain__1 { color: #fff; }

/* IATSE100 Override authorize.net logo */

.authorizeNetLogo {
    background: url('../images/authorizenetwithcards.png') center right no-repeat;
    height: 90px;
}

@media only screen and (max-width: 639px) {

    #content_nav nav li {
        display: block !important;
    }

    li.mobile_menu {
        padding-left: 0px;
    }
}
