/* DEFAULTS
----------------------------------------------------------*/
.unselectableText {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cip-blue {
  color: #08788c;
}
.cip-orange {
  color: #f68b33;
}
.text20 {
  font-size: 20px;
}
.text18 {
  font-size: 18px;
}
.text16 {
  font-size: 16px;
}
.text14 {
  font-size: 14px;
}
.text12 {
  font-size: 12px;
}
.text10 {
  font-size: 10px;
}
.text8 {
  font-size: 8px;
}
.nowrap {
  white-space: nowrap;
}
html {
  overflow-y: scroll;
}
body {
  background: white;
  font-size: 14px;
  font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
  text-align: justify;
  margin: 0px;
  padding: 0px;
  color: #353535;
  min-width: 320px;
}
a {
  text-decoration: none;
  color: #f68b33;
}
a:hover {
  color: #fab985;
}
a img {
  text-decoration: none;
  border: 0 none;
}
a:focus {
  outline: none;
}
button::-moz-focus-inner {
  border: 0;
}
#layout-content p {
  margin-left: 30px;
}
#layout-content ul,
#layout-content ol {
  margin-left: 20px;
}
.zone-navigation {
  pointer-events: all;
}
hr {
  background-color: #cbcbcb;
  height: 1px;
  border: 0px;
}
/* HEADINGS   
----------------------------------------------------------*/

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #08788c;
  font-variant: small-caps;
  text-transform: none;
  font-weight: 200;
  margin-bottom: 0px;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  text-decoration: none;
  color: #08788c;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  color: #45a1b2;
}
h1 {
  font-size: 30px;
  padding-bottom: 0px;
  margin-bottom: 0px;
}
h2 {
  font-size: 23px;
}
h2 a {
  cursor: pointer;
}
.hover {
  color: pink;
}
h3 {
  font-size: 17px;
  margin-left: 15px;
}
h3 a {
  cursor: pointer;
}
h4 {
  font-size: 1.1em;
}
h5,
h6 {
  font-size: 1em;
}
/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */

.rightColumn > h1,
.rightColumn > h2,
.leftColumn > h1,
.leftColumn > h2 {
  margin-top: 0px;
}
/* MISC FONT   
----------------------------------------------------------*/

.fineprint {
  font-size: 11px;
  color: #838383;
  font-style: italic;
  margin-left: 0px;
}
/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.headerBG {
  position: absolute;
  margin-left: 0px;
  margin-right: 0px;
  background-color: #fafafa;
  height: 169px;
  width: 100%;
  border-bottom: solid 1px #d9d9d9;
}
.phoneNum {
  position: absolute;
  right: 20px;
  top: 80px;
  font-size: 26px;
  color: #08788c;
}
.main {
  padding: 0px 12px;
  margin: 12px 8px 8px 8px;
  width: auto;
  min-height: 420px;
}
#ie7ErrorMessage {
  position: fixed;
  width: 100%;
  background-color: yellow;
  text-decoration: strong;
  text-align: center;
  color: black;
  height: auto;
  z-index: 999;
  padding: 2px;
  border-bottom: solid 1px #c1c1c1;
}
/* NAVIGATION
--------------------------------------------------------- */

#layout-header,
#layout-featured,
#layout-before-main,
#layout-main,
#layout-footer,
#layout-after-main,
#layout-tripel {
  width: 100%;
  margin: 0 auto;
  max-width: 1024px;
}
/* Navigation */

#layout-navigation {
  width: 100%;
  top: 134px;
  position: absolute;
  max-width: 1024px;
  left: 0px;
  right: 0px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  pointer-events: none;
}
.widget-navigation nav ul {
  padding: 0px;
  margin: 0px;
}
.widget-navigation nav ul li {
  display: block;
}
.widget-navigation nav > ul li.current {
  border: 1px solid #dbdbdb;
  background: #f6f6f6;
  border-bottom: 1px solid white;
  background: white;
  padding: 0px;
}
.widget-navigation nav ul li a {
  padding: 5px 18px;
  display: block;
  color: #f68b33;
  font-size: 20px;
  text-decoration: none;
  line-height: 24px;
}
.widget-aside-first nav .current a {
  color: #08788c;
}
.widget-aside-first nav .current ul li a {
  color: #f68b33;
}
.widget-aside-first nav .current ul .current a {
  color: #08788c;
}
.widget-aside-first nav ul {
  margin: 0px;
  padding: 0px;
  pointer-events: none;
}
.widget-aside-first nav ul li {
  list-style: none;
}
.widget-aside-first nav ul li a {
  width: 155px;
  text-align: center;
  font-size: 16px;
  border-top: 1px solid #f68b33;
  padding: 5px 18px;
  pointer-events: all;
}
.widget-aside-first nav ul li a:hover {
  color: #08788c;
}
.widget-aside-first nav ul li ul {
  text-align: center;
  display: block;
  position: relative;
  border: none;
}
.widget-aside-first nav ul li ul li a {
  border: none;
  font-size: 12px;
  pointer-events: all;
}
/* HEADER MAIN MENU DROPDOWN CLICK TO OPEN
--------------------------------------------------------- */

#layout-navigation .menu-main-menu-drop-down {
  position: relative;
  bottom: 10px;
  display: none;
}
#layout-navigation .menu-main-menu-drop-down p {
  padding: 0px;
  margin: 0px;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#layout-navigation .menu-main-menu-drop-down li {
  background-color: #f68b33;
}
#layout-navigation .menu-main-menu-drop-down li:hover {
  background-color: #ff9b48;
}
#layout-navigation .menu-main-menu-drop-down li p {
  width: 240px;
  color: white;
  font-size: 14px;
  padding: 7px 0px 7px 12px;
}
#layout-navigation .menu-main-menu-drop-down li ul {
  position: absolute;
  top: 32px;
  left: 0px;
  right: 0px;
  width: auto;
  border: 1px solid #e1e1e1;
  z-index: 3;
}
#layout-navigation .menu-main-menu-drop-down li ul li {
  background-color: white;
  border: 0px;
}
#layout-navigation .menu-main-menu-drop-down li ul li a {
  line-height: 28px;
}
#layout-navigation .menu-main-menu-drop-down li ul li:hover {
  background-color: white;
}
#layout-navigation .menu-main-menu-drop-down li ul li a {
  color: #08788c;
  font-size: 12px;
  padding: 2px 10px;
}
#layout-navigation .menu-main-menu-drop-down li ul li a:hover {
  color: #45a1b2;
}
#layout-navigation .menu-main-menu-drop-down li ul li.current {
  background-color: #e1e1e1;
}
/* Class required for displaying submenus in a clickable way*/

.active {
  display: block;
}
/* MEMBERS-EMPLOYERS-NEWS-ABOUT DROPDOWN MENU CLICK TO OPEN
--------------------------------------------------------- */

#before-content {
  display: none;
}
#before-content .menu-members-drop-down,
#before-content .menu-employers-drop-down,
#before-content .menu-about-drop-down,
#before-content .menu-news-drop-down,
#before-content .menu-events-drop-down {
  position: relative;
  right: 8px;
  float: right;
  margin: 0px;
  padding: 0px;
}
#before-content .menu-members-drop-down p,
#before-content .menu-employers-drop-down p,
#before-content .menu-about-drop-down p,
#before-content .menu-news-drop-down p,
#before-content .menu-events-drop-down p {
  padding: 0px;
  margin: 0px;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#before-content .menu-members-drop-down li,
#before-content .menu-employers-drop-down li,
#before-content .menu-about-drop-down li,
#before-content .menu-news-drop-down li,
#before-content .menu-events-drop-down li {
  background-color: #08788c;
  display: block;
}
#before-content .menu-members-drop-down li:hover,
#before-content .menu-employers-drop-down li:hover,
#before-content .menu-about-drop-down li:hover,
#before-content .menu-news-drop-down li:hover,
#before-content .menu-events-drop-down li:hover {
  background-color: #45a1b2;
}
#before-content .menu-members-drop-down li p,
#before-content .menu-employers-drop-down li p,
#before-content .menu-about-drop-down li p,
#before-content .menu-news-drop-down li p,
#before-content .menu-events-drop-down li p {
  width: 200px;
  color: white;
  font-size: 14px;
  padding: 7px 0px 7px 12px;
}
#before-content .menu-members-drop-down li ul,
#before-content .menu-employers-drop-down li ul,
#before-content .menu-about-drop-down li ul,
#before-content .menu-news-drop-down li ul,
#before-content .menu-events-drop-down li ul {
  margin: 0px;
  position: absolute;
  border: 1px solid #e1e1e1;
  z-index: 2;
  width: auto;
  left: 0px;
  right: 0px;
}
#before-content .menu-members-drop-down li ul li,
#before-content .menu-employers-drop-down li ul li,
#before-content .menu-about-drop-down li ul li,
#before-content .menu-news-drop-down li ul li,
#before-content .menu-events-drop-down li ul li {
  background-color: white;
  border: 0px;
  line-height: 20px;
}
#before-content .menu-members-drop-down li ul li a,
#before-content .menu-employers-drop-down li ul li a,
#before-content .menu-about-drop-down li ul li a,
#before-content .menu-news-drop-down li ul li a,
#before-content .menu-events-drop-down li ul li a {
  display: block;
}
#before-content .menu-members-drop-down li ul li:hover,
#before-content .menu-employers-drop-down li ul li:hover,
#before-content .menu-about-drop-down li ul li:hover,
#before-content .menu-news-drop-down li ul li:hover,
#before-content .menu-events-drop-down li ul li:hover {
  background-color: white;
}
#before-content .menu-members-drop-down li ul li ul,
#before-content .menu-employers-drop-down li ul li ul,
#before-content .menu-about-drop-down li ul li ul,
#before-content .menu-news-drop-down li ul li ul,
#before-content .menu-events-drop-down li ul li ul {
  position: relative;
  border: 0px none;
}
#before-content .menu-members-drop-down li ul li ul li,
#before-content .menu-employers-drop-down li ul li ul li,
#before-content .menu-about-drop-down li ul li ul li,
#before-content .menu-news-drop-down li ul li ul li,
#before-content .menu-events-drop-down li ul li ul li {
  padding-left: 15px;
}
#before-content .menu-members-drop-down li ul li ul li a,
#before-content .menu-employers-drop-down li ul li ul li a,
#before-content .menu-about-drop-down li ul li ul li a,
#before-content .menu-news-drop-down li ul li ul li a,
#before-content .menu-events-drop-down li ul li ul li a {
  font-size: 11px;
  line-height: 20px;
}
#before-content .menu-members-drop-down li ul li ul li.current,
#before-content .menu-employers-drop-down li ul li ul li.current,
#before-content .menu-about-drop-down li ul li ul li.current,
#before-content .menu-news-drop-down li ul li ul li.current,
#before-content .menu-events-drop-down li ul li ul li.current {
  background-color: white;
}
#before-content .menu-members-drop-down li ul li ul li.current a,
#before-content .menu-employers-drop-down li ul li ul li.current a,
#before-content .menu-about-drop-down li ul li ul li.current a,
#before-content .menu-news-drop-down li ul li ul li.current a,
#before-content .menu-events-drop-down li ul li ul li.current a {
  background-color: #e1e1e1;
}
#before-content .menu-members-drop-down li ul li a,
#before-content .menu-employers-drop-down li ul li a,
#before-content .menu-about-drop-down li ul li a,
#before-content .menu-news-drop-down li ul li a,
#before-content .menu-events-drop-down li ul li a {
  color: #08788c;
  font-size: 12px;
  padding: 6px 10px;
}
#before-content .menu-members-drop-down li ul li a:hover,
#before-content .menu-employers-drop-down li ul li a:hover,
#before-content .menu-about-drop-down li ul li a:hover,
#before-content .menu-news-drop-down li ul li a:hover,
#before-content .menu-events-drop-down li ul li a:hover {
  color: #45a1b2;
}
#before-content .menu-members-drop-down li ul li.current,
#before-content .menu-employers-drop-down li ul li.current,
#before-content .menu-about-drop-down li ul li.current,
#before-content .menu-news-drop-down li ul li.current,
#before-content .menu-events-drop-down li ul li.current {
  background-color: #e1e1e1;
}
/* FOOTER
----------------------------------------------------------*/

#footer {
  padding-top: 30px;
  padding-bottom: 30px;
}
#footer p {
  margin: auto;
  left: 0px;
  right: 0px;
  text-align: center;
  position: absolute;
}
#footer .zone-footer {
  pointer-events: none;
}
#footer .zone-footer a {
  pointer-events: auto;
}
/* PAGE STYLES
----------------------------------------------------------*/

.widget-quickLinks {
  background-color: #08788c;
  color: white;
  font-size: 16px;
  text-align: center;
  top: 17px;
  position: relative;
  z-index: 2;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* INDEX
----------------------------------------------------------*/

.indexMainPics {
  position: relative;
  left: 0px;
  right: 0px;
  margin-right: auto;
  margin-left: auto;
}
.indexMainPics td {
  padding-left: 2px;
  padding-right: 2px;
}
.mainPics {
  position: relative;
  max-width: 230px;
  width: 100%;
}
.stage2 {
  display: none;
}
.footerBoxesContainer {
  position: relative;
  top: 0px;
  text-align: center;
}
.footerBoxes {
  position: relative;
  display: inline-block;
  max-width: 180px;
  height: auto;
  margin-right: 2px;
  margin-top: 5px;
}
.footerBoxes img {
  width: 100%;
}
/* MEMBERS
----------------------------------------------------------*/

.bobbLogin {
  right: 0px;
  position: absolute;
  top: 40px;
}
/* CONTACT
----------------------------------------------------------*/

#map_div {
  width: 100%;
  height: 300px;
}
.contact {
  height: 560px;
}
.contact .contactTableLeft {
  float: left;
}
.contact .contactTableRight {
  max-width: 500px;
  top: 65px;
  position: relative;
  right: 0px;
  margin-left: auto;
}
#after-content .importantWebsites {
  margin: 20px 0px;
  position: relative;
  text-align: center;
  border: solid 1px #a6a6a6;
  background-color: #e1e1e1;
}
#after-content .importantWebsites img {
  vertical-align: middle;
  width: 85px;
}
#after-content .importantWebsites .divImg {
  width: 85px;
  display: inline-block;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 30px;
  padding-right: 30px;
}
#after-content .importantWebsites .imgWide {
  vertical-align: middle;
  width: 115px;
}
#after-content .importantWebsites .divImgWide {
  width: 115px;
}
#after-content .importantWebsites .imgWider {
  vertical-align: middle;
  width: 150px;
}
#after-content .importantWebsites .divImgWider {
  width: 150px;
}
#after-content .widget-contact-form-widget {
  background-color: #9dc9d1;
  border: solid 1px #a6a6a6;
  padding: 1px 16px 45px 16px;
}
#layout-content .contact-form {
  width: 570px;
}
#layout-content .contact-form ul {
  margin-left: 0px;
  padding-left: 0px;
}
#layout-content .contact-form ul li {
  list-style: none;
  line-height: 35px;
}
#layout-content .contact-form ul label {
  width: 78px;
  display: block;
  float: left;
  text-align: right;
  padding-right: 20px;
}
#layout-content .contact-form ul textarea {
  width: 460px;
}
#layout-content .contact-form input[type="submit"] {
  float: right;
}
/* NEWSLETTERS
----------------------------------------------------------*/

.newsLetters button {
  width: 265px;
  margin-bottom: 15px;
  margin-right: 15px;
}
/* FORMS
----------------------------------------------------------*/

.claimFolwChart {
  width: 625px;
  text-align: center;
  color: white;
  left: 0px;
  right: 0px;
  margin: auto;
}
.claimFolwChart td {
  text-align: center;
}
.claimFolwChart h3 {
  color: white;
  font-weight: bold;
  margin-left: 0px;
  padding: 0px 5px;
}
.claimFolwChart p {
  margin: 0px;
  padding: 0px 30px;
}
.claimFolwChart img {
  position: relative;
  top: -3px;
}
.claimFolwChart .blue {
  background-color: #45a1b2;
  padding-bottom: 10px;
}
.claimFolwChart .col1 {
  width: 60%;
}
.claimFolwChart .col2 {
  width: 10%;
}
.claimFolwChart .col3 {
  width: 30%;
}
.claimFolwChart .appealsTable {
  width: 100%;
  border: 1px solid #45a1b2;
}
/* MISC  
----------------------------------------------------------*/

/* MEDIA QUERIES  
----------------------------------------------------------*/

/* 950px
---------------------------*/

@media screen and (max-width: 950px) {
  #layout-navigation .menu-main-menu {
    display: none;
  }
  #layout-navigation .menu-main-menu-drop-down {
    display: block;
  }
}
/* 900px
---------------------------*/

@media screen and (max-width: 900px) {
  #before-content {
    display: block;
  }
  .aside-1 #layout-content {
    margin-left: 0px;
  }
  .aside-1 .aside-first {
    display: none;
  }
  #after-content .importantWebsites .stage1 {
    display: none;
  }
  #after-content .importantWebsites .stage2 {
    display: table-cell;
  }
}
/* 800px
---------------------------*/

@media screen and (max-width: 800px) {
  .stage2 {
    display: table-cell;
  }
  .stage21 {
    display: none;
  }
}
/* 790px
---------------------------*/

@media screen and (max-width: 790px) {
  .footerBoxes {
    width: 32%;
    margin-top: 5px;
  }
}
/* MEDIA QUERY 775px
----------------------------------------------------------*/

@media screen and (max-width: 780px) {
  .contact .contactTableRight {
    width: auto;
  }
}
/* 650px
---------------------------*/

@media screen and (max-width: 650px) {
  .claimFolwChart {
    width: auto;
  }
  #after-content .importantWebsites .stage2 {
    display: none;
  }
  #after-content .importantWebsites .stage3 {
    display: table-cell;
  }
  #after-content .importantWebsites .stage31 {
    display: none;
  }
}
/* MEDIA QUERY 620px
----------------------------------------------------------*/

@media screen and (max-width: 620px) {
  .footerBoxes {
    width: 47%;
    margin-top: 5px;
  }
}
/* MEDIA QUERY 600px
----------------------------------------------------------*/

@media screen and (max-width: 600px) {
  #layout-content .contact-form {
    width: auto;
  }
  #layout-content .contact-form ul label {
    width: 90%;
    float: none;
    text-align: left;
  }
  #layout-content .contact-form ul textarea {
    width: 98%;
  }
}
/* MEDIA QUERY 550px
----------------------------------------------------------*/

@media screen and (max-width: 550px) {
  .header {
    height: 207px;
  }
  .headerBG {
    height: 207px;
  }
  #layout-header {
    height: 232px;
  }
  .zone-navigation {
    position: absolute;
    top: 37px;
  }
  h3 {
    margin-left: 0px;
  }
  p {
    margin-left: 0px;
  }
  .contact {
    height: auto;
  }
  .contact .contactTableLeft {
    float: none;
  }
  .contact .contactTableRight {
    width: auto;
    top: 0px;
    right: 0px;
    margin-left: auto;
    padding-right: 10px;
  }
}
/* MEDIA QUERY 500px
----------------------------------------------------------*/

@media screen and (max-width: 500px) {
  #after-content .importantWebsites .stage3 {
    display: none;
  }
  #after-content .importantWebsites .stage4 {
    display: table-cell;
  }
  #after-content .importantWebsites .stage41 {
    display: none;
  }
}
/* MEDIA QUERY 440px
----------------------------------------------------------*/

@media screen and (max-width: 440px) {
  #header img {
    height: 95px;
    width: 130px;
  }
  #layout-navigation .zone-navigation {
    width: 100%;
    right: 0px;
  }
  #layout-navigation .zone-navigation .menu-main-menu-drop-down li {
    width: auto;
    left: 10px;
    right: 10px;
    position: absolute;
    min-width: 300px;
  }
  #layout-navigation .zone-navigation .menu-main-menu-drop-down li p {
    width: auto;
  }
  #layout-navigation .zone-navigation .menu-main-menu-drop-down li ul li {
    position: relative;
    left: 0px;
  }
  #layout-content p {
    margin-left: 10px;
  }
  #layout-content ul,
  #layout-content ol {
    margin-left: 0px;
  }
  .logo {
    width: 150px;
    max-width: 177px;
    margin-top: 17px;
  }
  .phoneNum {
    font-size: 20px;
    top: 63px;
  }
  .main {
    padding: 0px 0px;
    margin: 12px 10px 10px;
  }
  .newsLetters button {
    width: 100%;
    margin-bottom: 15px;
    margin-right: 0px;
  }
  .claimFolwChart h3 {
    font-size: 15px;
  }
  .claimFolwChart p {
    font-size: 12px;
  }
  .mainMenuDropDownContainer {
    position: absolute;
    margin-left: 10px;
    margin-right: 10px;
  }
  .dropDownMenuContentContaner {
    right: -10px;
  }
}
