/* CSS ANIMATIONS FOR HIGHLIGHTING ELEMENTS */
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
.tada {
  -webkit-animation-name: tada;
  animation-name: tada; }

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

/* ICOMOON FONT FOR CUSTOM ICONS */
@font-face {
  font-family: 'icomoon';
  src: url("/fonts/icomoon.eot?sb2z2e");
  src: url("/fonts/icomoon.eot?sb2z2e#iefix") format("embedded-opentype"), url("/fonts/icomoon.ttf?sb2z2e") format("truetype"), url("/fonts/icomoon.woff?sb2z2e") format("woff"), url("/fonts/icomoon.svg?sb2z2e#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-ctman:before {
  content: "\e900"; }

/* A NICE GRADIENT EFFECT */
@-webkit-keyframes animatedGradient {
  0% {
    background-position: 58% 0%; }
  50% {
    background-position: 43% 100%; }
  100% {
    background-position: 58% 0%; } }
@-moz-keyframes animatedGradient {
  0% {
    background-position: 58% 0%; }
  50% {
    background-position: 43% 100%; }
  100% {
    background-position: 58% 0%; } }
@keyframes animatedGradient {
  0% {
    background-position: 58% 0%; }
  50% {
    background-position: 43% 100%; }
  100% {
    background-position: 58% 0%; } }
/* DEFAULT FONT FROM BRANDING */
@font-face {
  font-family: "CoHeadline";
  src: url("/fonts/co_headline_w23_arabic_bold-webfont.woff2") format("woff2"), url("/fonts/co_headline_w23_arabic_bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
/* MIXINS */
/* COLOR VARIABLES */
/* NOW BEGIN GENERAL STYLING */
html {
  min-height: 100%; }

body {
  background: #2D393D;
  width: 100%;
  display: block;
  overflow: hidden;
  min-height: 100%; }
  body.noFooter #footer {
    display: none !important; }

a, a:focus, a:active, a:hover {
  text-decoration: none;
  border: none;
  outline: none; }

/* WERE GOING TO DO MOBILE FIRST! */
#openMenu {
  cursor: pointer !important;
  display: block !important;
  float: right;
  margin-left: 0 !important;
  margin-right: 15px;
  padding: 7px 0 0 !important;
  position: relative;
  width: 40px; }
  #openMenu span {
    width: 100%;
    height: 5px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    border-radius: 20px;
    background: #FFFFFF;
    margin-bottom: 7px;
    display: block;
    position: relative;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease; }

.mm-opened #openMenu span:nth-child(2) {
  opacity: 0; }
.mm-opened #openMenu span:nth-child(1) {
  top: 12px;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }
.mm-opened #openMenu span:nth-child(3) {
  top: -12px;
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg); }

#userMenu {
  display: none; }
  #userMenu.mm-opened {
    display: block; }
  #userMenu .mm-panel {
    padding: 0; }
  #userMenu .mm-navbar {
    display: none; }
  #userMenu .mm-listview {
    width: 100%;
    float: left;
    display: block;
    margin: 0 !important; }
    #userMenu .mm-listview li {
      width: 100%;
      float: left;
      display: block; }
      #userMenu .mm-listview li:after {
        border-bottom: none !important; }
      #userMenu .mm-listview li a {
        padding: 15px;
        font-family: "CoHeadline";
        border-bottom: 1px solid rgba(0, 0, 0, 0.1); }

#terms-modal .modal-content {
  padding: 20px; }

.formContainer {
  float: left;
  width: 100%;
  display: block;
  text-align: center; }

.mainForm {
  width: 100%;
  display: inline-block;
  margin-top: 20px;
  max-width: 1000px; }
  .mainForm hr {
    width: 100%;
    display: block;
    height: 1px;
    background: rgba(255, 255, 255, 0.1);
    opacity: 0.1;
    margin: 50px 0; }
  .mainForm .infoPara {
    color: #FFFFFF;
    width: 80%;
    float: left;
    display: block;
    font-size: 13px;
    margin: 0 10% 20px;
    line-height: 26px; }
  .mainForm .subTitle {
    width: 100%;
    display: block;
    font-family: "CoHeadline";
    font-size: 25px !important;
    color: #32C2E5;
    margin: 20px 0;
    text-align: center; }
  .mainForm .alertPara {
    color: #FFFFFF;
    width: 80%;
    float: left;
    display: block;
    font-size: 13px;
    margin: 0 10% 20px;
    line-height: 26px;
    background: #32C2E5; }
    .mainForm .alertPara ul {
      padding: 10px;
      margin: 0 !important;
      width: 100%;
      float: left;
      display: block; }
      .mainForm .alertPara ul li {
        list-style-type: none;
        width: 100%;
        float: left;
        display: block; }
  .mainForm.smallForm {
    max-width: 400px; }
  .mainForm .formTitle {
    width: 100%;
    float: left;
    display: block;
    color: #31C3E3;
    font-family: "CoHeadline";
    padding: 10px 15px;
    font-size: 16px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 10px; }
  .mainForm label {
    color: #FFFFFF;
    font-family: 'Oxygen', sans-serif; }
  .mainForm .inputSection {
    float: left;
    width: 100%;
    display: block;
    padding: 0 20px 20px 20px;
    position: relative; }
    .mainForm .inputSection .singleCheckbox label {
      width: 100%;
      float: left;
      display: block;
      padding-right: 20px; }
      .mainForm .inputSection .singleCheckbox label span {
        width: 40%;
        float: left;
        text-align: left; }
        .mainForm .inputSection .singleCheckbox label span.switchery {
          float: right;
          width: 50px !important; }
    .mainForm .inputSection .checkboxList {
      width: 100%;
      float: left;
      display: block;
      margin: 20px 0 0; }
      .mainForm .inputSection .checkboxList .checkBoxHeader {
        text-align: center;
        color: #FFFFFF;
        font-family: "CoHeadline";
        margin: 0 0 40px 0;
        float: left;
        width: 100%; }
      .mainForm .inputSection .checkboxList .checkBoxesContainer {
        position: relative;
        width: 100%;
        max-height: 250px;
        overflow-y: scroll;
        padding: 0 20px 0 0;
        margin-bottom: 20px; }
        .mainForm .inputSection .checkboxList .checkBoxesContainer h2 {
          text-align: left !important;
          font-size: 20px !important;
          margin: 0 0 20px 0 !important;
          color: #32C2E5 !important; }
        .mainForm .inputSection .checkboxList .checkBoxesContainer label {
          width: 100%;
          display: block;
          float: left;
          margin-bottom: 10px; }
          .mainForm .inputSection .checkboxList .checkBoxesContainer label span {
            float: left; }
          .mainForm .inputSection .checkboxList .checkBoxesContainer label .switchery {
            float: right; }
    .mainForm .inputSection .genericBtn {
      width: 100%;
      float: left;
      display: block;
      background: #32C2E5;
      color: #FFFFFF;
      text-align: center;
      padding: 10px 20px;
      -webkit-border-radius: 250px;
      -moz-border-radius: 250px;
      -ms-border-radius: 250px;
      border-radius: 250px; }
    .mainForm .inputSection .uploadSection .inputfile {
      width: 0.1px;
      height: 0.1px;
      opacity: 0;
      overflow: hidden;
      position: absolute;
      z-index: -1; }
    .mainForm .inputSection .uploadSection label {
      background: #16272b;
      color: #FFFFFF;
      padding: 10px 20px;
      font-family: "CoHeadline";
      font-size: 20px;
      cursor: pointer; }
    .mainForm .inputSection input, .mainForm .inputSection select {
      width: 100%;
      float: left;
      display: block;
      border: none;
      background: #273134;
      color: #FFFFFF;
      padding: 10px 10px 10px 50px;
      height: auto; }
    .mainForm .inputSection .smallBtn {
      font-family: "CoHeadline";
      color: #FFFFFF;
      float: right;
      -webkit-border-radius: 250px;
      -moz-border-radius: 250px;
      -ms-border-radius: 250px;
      border-radius: 250px;
      width: 150px;
      padding: 10px 5px;
      text-align: center;
      display: block;
      background: #32C2E5;
      cursor: pointer;
      border: none;
      outline: none; }
    .mainForm .inputSection #location-bases-inputs, .mainForm .inputSection #credits-inputs, .mainForm .inputSection #actor-credits-inputs {
      width: 100%;
      float: left;
      display: block; }
      .mainForm .inputSection #location-bases-inputs span, .mainForm .inputSection #credits-inputs span, .mainForm .inputSection #actor-credits-inputs span {
        width: 100%;
        float: left;
        display: block;
        position: relative;
        margin: 0 0 15px 0; }
        .mainForm .inputSection #location-bases-inputs span i, .mainForm .inputSection #credits-inputs span i, .mainForm .inputSection #actor-credits-inputs span i {
          left: 13px !important; }
    .mainForm .inputSection textarea {
      width: 100%;
      float: left;
      display: block;
      background: #273134;
      color: #FFFFFF;
      border: none;
      padding: 10px 10px 10px 50px; }
    .mainForm .inputSection i.inputIcon {
      border-right: 1px solid #222b2e;
      color: #32C2E5;
      left: 32px;
      padding: 5px 11px 5px 0;
      position: absolute;
      top: 8px; }
    .mainForm .inputSection .checkbox .switchery {
      float: right; }
    .mainForm .inputSection .checkbox a {
      color: #FFFFFF;
      font-weight: bold;
      cursor: pointer; }
    .mainForm .inputSection .checkbox span.titleRef {
      float: left;
      font-family: 'Oxygen', sans-serif;
      font-size: 13px;
      color: #FFFFFF;
      margin-top: 5px; }
    .mainForm .inputSection .submitForm {
      width: 100%;
      display: block;
      float: left;
      background: #32C2E5;
      border: none;
      margin: 0 0 20px 0;
      padding: 10px;
      -webkit-border-radius: 250px;
      -moz-border-radius: 250px;
      -ms-border-radius: 250px;
      border-radius: 250px;
      color: #FFFFFF; }
    .mainForm .inputSection .smallFormLink {
      color: #32C2E5;
      font-family: 'Oxygen', sans-serif;
      width: 100%;
      float: left;
      font-size: 12px;
      padding: 10px 0;
      text-align: center; }
  .mainForm .help-block {
    width: 100%;
    float: left;
    display: block;
    padding: 10px 0;
    font-family: 'Oxygen', sans-serif;
    font-size: 13px;
    color: #FFFFFF; }
    .mainForm .help-block i {
      position: static !important;
      margin-right: 5px; }
  .mainForm h1 {
    font-size: 20px;
    line-height: 35px; }

#searchResults, #favouriteMembers, #departmentList.productionView {
  width: 100%;
  float: left;
  display: block; }
  #searchResults .genericBtn, #favouriteMembers .genericBtn, #departmentList.productionView .genericBtn {
    width: 90%;
    margin: 20px 5%;
    background: #32C2E5;
    color: #FFFFFF;
    text-align: center;
    padding: 10px 5px;
    font-family: "CoHeadline";
    display: block;
    float: left;
    -webkit-border-radius: 250px;
    -moz-border-radius: 250px;
    -ms-border-radius: 250px;
    border-radius: 250px; }
  #searchResults p, #favouriteMembers p, #departmentList.productionView p {
    color: #FFFFFF;
    width: 90% !important;
    float: left;
    display: block;
    margin: 15px 5% !important; }
  #searchResults ul, #favouriteMembers ul, #departmentList.productionView ul {
    padding: 0;
    margin: 0;
    width: 100%;
    float: left; }
    #searchResults ul li, #favouriteMembers ul li, #departmentList.productionView ul li {
      list-style-type: none;
      width: 90%;
      margin: 25px 5% 20px;
      float: left;
      display: block;
      background: #16272b;
      border: 5px solid #32C2E5; }
      #searchResults ul li .profilePic, #favouriteMembers ul li .profilePic, #departmentList.productionView ul li .profilePic {
        width: 100%;
        float: left;
        display: block;
        text-align: center; }
        #searchResults ul li .profilePic img, #favouriteMembers ul li .profilePic img, #departmentList.productionView ul li .profilePic img {
          -webkit-border-radius: 250px;
          -moz-border-radius: 250px;
          -ms-border-radius: 250px;
          border-radius: 250px;
          display: inline-block;
          float: none;
          margin-top: -20px; }
        #searchResults ul li .profilePic .image-container img, #favouriteMembers ul li .profilePic .image-container img, #departmentList.productionView ul li .profilePic .image-container img {
          margin: 20px 0 20px 0;
          -webkit-border-radius: 5px !important;
          -moz-border-radius: 5px !important;
          -ms-border-radius: 5px !important;
          border-radius: 5px !important;
          width: 90%; }
      #searchResults ul li h4, #favouriteMembers ul li h4, #departmentList.productionView ul li h4 {
        width: 100%;
        float: left;
        display: block;
        color: #FFFFFF;
        font-family: "CoHeadline";
        font-size: 18px;
        margin: 20px 0;
        text-align: center;
        padding: 0 10px; }
      #searchResults ul li .contactDetails, #favouriteMembers ul li .contactDetails, #departmentList.productionView ul li .contactDetails {
        width: 100%;
        float: left;
        display: block; }
        #searchResults ul li .contactDetails.end, #favouriteMembers ul li .contactDetails.end, #departmentList.productionView ul li .contactDetails.end {
          margin: 20px 0 0px; }
        #searchResults ul li .contactDetails a, #favouriteMembers ul li .contactDetails a, #departmentList.productionView ul li .contactDetails a {
          width: 42%;
          display: block;
          float: left;
          background: #32C2E5;
          padding: 10px;
          text-align: center;
          margin: 0 4% 20px;
          color: #FFFFFF;
          font-family: 'Oxygen', sans-serif;
          -webkit-border-radius: 250px;
          -moz-border-radius: 250px;
          -ms-border-radius: 250px;
          border-radius: 250px; }
          #searchResults ul li .contactDetails a span, #favouriteMembers ul li .contactDetails a span, #departmentList.productionView ul li .contactDetails a span {
            display: none; }
          #searchResults ul li .contactDetails a em, #favouriteMembers ul li .contactDetails a em, #departmentList.productionView ul li .contactDetails a em {
            font-style: normal; }
      #searchResults ul li .showMore, #favouriteMembers ul li .showMore, #departmentList.productionView ul li .showMore {
        width: 100%;
        display: block;
        float: left;
        padding: 10px 15px;
        color: #FFFFFF;
        font-family: 'Oxygen', sans-serif;
        cursor: pointer; }
        #searchResults ul li .showMore i, #favouriteMembers ul li .showMore i, #departmentList.productionView ul li .showMore i {
          float: right;
          color: #32C2E5; }
      #searchResults ul li .moreList, #favouriteMembers ul li .moreList, #departmentList.productionView ul li .moreList {
        width: 100%;
        display: none;
        float: left;
        padding: 10px 15px; }
        #searchResults ul li .moreList span, #favouriteMembers ul li .moreList span, #departmentList.productionView ul li .moreList span {
          color: #FFFFFF;
          border-left: 5px solid #32C2E5;
          padding-left: 10px;
          width: 100%;
          display: block;
          margin: 0 0 8px 0; }
      #searchResults ul li .visibleList, #favouriteMembers ul li .visibleList, #departmentList.productionView ul li .visibleList {
        float: left;
        display: block;
        padding: 20px; }
        #searchResults ul li .visibleList span, #favouriteMembers ul li .visibleList span, #departmentList.productionView ul li .visibleList span {
          width: 100%;
          display: block;
          float: left;
          color: #FFFFFF;
          margin: 3px 0; }
          #searchResults ul li .visibleList span i, #favouriteMembers ul li .visibleList span i, #departmentList.productionView ul li .visibleList span i {
            color: #00AAAB; }
      #searchResults ul li .genericBtn, #favouriteMembers ul li .genericBtn, #departmentList.productionView ul li .genericBtn {
        width: 90%;
        margin: 20px 5%;
        background: #32C2E5;
        color: #FFFFFF;
        text-align: center;
        padding: 10px 5px;
        font-family: "CoHeadline";
        display: block;
        float: left;
        -webkit-border-radius: 250px;
        -moz-border-radius: 250px;
        -ms-border-radius: 250px;
        border-radius: 250px; }

#favouriteMembers .removeFavourite {
  position: absolute;
  top: -25px;
  right: 5px;
  background: #32C2E5;
  color: #FFFFFF;
  padding: 5px 13px;
  font-size: 20px;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  -ms-border-radius: 250px;
  border-radius: 250px;
  cursor: pointer; }
#favouriteMembers h1 {
  margin: 40px 0 !important;
  width: 100% !important;
  display: block;
  float: left; }
#favouriteMembers li {
  width: 100% !important;
  margin: 0 0 60px !important;
  position: relative; }
  #favouriteMembers li .contactDetails.end .genericBtn {
    width: 90% !important;
    margin: 20px 5% 20px !important; }

p.warning-message {
  color: #FFFFFF;
  font-size: 13px;
  line-height: 26px;
  margin-bottom: 20px;
  font-family: 'Oxygen', sans-serif; }
  p.warning-message i {
    color: orange;
    margin-right: 10px; }
  p.warning-message a {
    color: #FFFFFF; }

#resourceList .genericBtn {
  width: 90%;
  margin: 20px 5%;
  background: #32C2E5;
  color: #FFFFFF;
  text-align: center;
  padding: 10px 5px;
  font-family: "CoHeadline";
  display: block;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  -ms-border-radius: 250px;
  border-radius: 250px;
  float: right;
  text-transform: uppercase;
  max-width: 150px; }
#resourceList p {
  float: left;
  display: block;
  width: 100%;
  color: #FFFFFF; }
#resourceList .row {
  float: left;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  width: 100%;
  display: block;
  padding-top: 25px;
  padding-bottom: 25px; }
#resourceList h2 {
  margin-bottom: 10px !important; }

#departmentList {
  width: 100%;
  float: left;
  padding: 0;
  margin: 0;
  display: block; }
  #departmentList.productionView .genericBtn {
    width: 42% !important; }
  #departmentList p.alertPara {
    color: #FFFFFF;
    text-align: center;
    width: 90% !important;
    margin: 20px 5%;
    float: left;
    display: block; }
    #departmentList p.alertPara i {
      color: #32C2E5;
      width: 100%;
      float: left;
      font-size: 40px;
      text-align: center;
      margin: 0 0 10px 0; }
  #departmentList ul {
    width: 100%;
    float: left;
    padding: 0;
    margin: 0;
    display: block; }
    #departmentList ul li {
      width: 100%;
      float: left;
      display: block;
      margin: 0 0 40px 0;
      background: #2D393D;
      border: 5px solid #32C2E5; }
      #departmentList ul li .memberPhoto {
        width: 100%;
        float: left;
        text-align: center; }
        #departmentList ul li .memberPhoto img {
          width: 100px;
          margin-top: -15px;
          display: inline-block; }
      #departmentList ul li .memberInfo {
        width: 100%;
        float: left;
        display: block; }
        #departmentList ul li .memberInfo .memberName {
          width: 100%;
          float: left;
          display: block;
          text-align: center;
          color: #32C2E5;
          font-family: "CoHeadline";
          margin: 15px 0;
          font-size: 20px; }
        #departmentList ul li .memberInfo .basicInfo {
          text-align: center;
          margin: 10px 0;
          color: #FFFFFF;
          float: left;
          width: 100%;
          display: block; }
          #departmentList ul li .memberInfo .basicInfo i {
            color: #32C2E5;
            margin-right: 10px; }
      #departmentList ul li .genericBtn {
        width: 80% !important;
        display: block;
        float: left;
        background: #32C2E5;
        border: none;
        margin: 20px 10% 20px 10%;
        padding: 10px;
        -webkit-border-radius: 250px;
        -moz-border-radius: 250px;
        -ms-border-radius: 250px;
        border-radius: 250px;
        color: #FFFFFF;
        text-align: center; }

#memberTypeChoice {
  text-align: center; }
  #memberTypeChoice #signUpType {
    display: inline-block;
    width: 100%;
    max-width: 950px; }
    #memberTypeChoice #signUpType .type {
      width: 100%;
      display: block;
      padding: 10px;
      border: 10px solid #32C2E5;
      margin-bottom: 20px;
      background: #16272b;
      text-align: center; }
      #memberTypeChoice #signUpType .type h2 {
        font-family: "CoHeadline";
        color: #FFFFFF;
        font-size: 20px;
        margin: 15px 0 0 0 !important;
        padding: 0 0 20px 0;
        text-align: center; }
        #memberTypeChoice #signUpType .type h2 span {
          width: 100%;
          display: block;
          float: left;
          font-size: 14px; }
      #memberTypeChoice #signUpType .type ul {
        margin: 0;
        padding: 0;
        float: left; }
        #memberTypeChoice #signUpType .type ul li {
          width: 90%;
          float: left;
          color: #FFFFFF;
          font-size: 12px;
          padding: 5px 0 5px 3px;
          margin-left: 25px;
          text-align: left; }
      #memberTypeChoice #signUpType .type a {
        width: 80%;
        max-width: 250px;
        background: #32C2E5;
        color: #FFFFFF;
        display: inline-block;
        margin-top: 20px;
        margin-bottom: 10px;
        text-align: center;
        padding: 10px;
        -webkit-border-radius: 250px;
        -moz-border-radius: 250px;
        -ms-border-radius: 250px;
        border-radius: 250px;
        font-family: "CoHeadline";
        text-transform: uppercase; }

.page {
  width: 100%;
  min-height: 100%;
  display: block; }

#topNav {
  background: #16272b;
  width: 100%;
  float: left;
  display: block;
  margin-bottom: 0px;
  position: relative;
  top: -400px;
  left: 0;
  z-index: 105;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease; }
  #topNav .container {
    padding: 0; }
  #topNav #navLogo {
    width: 100px;
    position: relative;
    top: -120px;
    display: block;
    margin: 15px 0 15px 20px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease; }
    #topNav #navLogo img {
      width: 100%; }
    #topNav #navLogo span {
      font-size: 14px;
      position: absolute;
      -webkit-transition: all 1s ease;
      -moz-transition: all 1s ease;
      -ms-transition: all 1s ease;
      -o-transition: all 1s ease;
      transition: all 1s ease;
      top: -200px;
      right: -8px;
      color: #31C3E3; }
  #topNav ul {
    margin: 0;
    padding: 0;
    width: 50%;
    float: right; }
    #topNav ul li {
      list-style-type: none;
      float: right;
      margin-left: 20px; }
      #topNav ul li #userMenuLink i {
        font-size: 25px;
        color: #FFFFFF;
        padding: 10px; }

#introLogoContainer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  float: left; }
  #introLogoContainer #logoContainer {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 250px;
    margin: -55px 0 0 -125px;
    z-index: 100;
    height: 110px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease; }
    #introLogoContainer #logoContainer #manWithinLogo {
      opacity: 0;
      -webkit-transition: all 1s ease;
      -moz-transition: all 1s ease;
      -ms-transition: all 1s ease;
      -o-transition: all 1s ease;
      transition: all 1s ease; }
    #introLogoContainer #logoContainer img {
      width: 100%;
      position: absolute;
      top: 0;
      left: 0;
      -webkit-transition: all 1s ease;
      -moz-transition: all 1s ease;
      -ms-transition: all 1s ease;
      -o-transition: all 1s ease;
      transition: all 1s ease; }
      #introLogoContainer #logoContainer img.whiteVersion {
        opacity: 1; }
      #introLogoContainer #logoContainer img.colourVersion {
        opacity: 0; }
  #introLogoContainer span#manForLogo {
    color: #31C3E3;
    font-size: 35px;
    left: 110%;
    margin-left: 55px;
    margin-top: -3px;
    position: absolute;
    top: 80%;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease; }

#introPage span#manForLogo {
  left: 50%;
  top: 50%;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease; }
#introPage.loadedIn span#manForLogo {
  display: none; }
#introPage.loadedIn #manWithinLogo {
  color: #31C3E3;
  display: block;
  font-size: 50px;
  margin-left: 0;
  margin-top: 0;
  opacity: 1 !important;
  position: absolute;
  right: -22px;
  top: 57px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease; }
#introPage.loadedIn .whiteVersion {
  opacity: 0 !important; }
#introPage.loadedIn .colourVersion {
  opacity: 1 !important; }
#introPage.showEverything {
  overflow: visible !important;
  height: auto !important; }
  #introPage.showEverything #contentArea {
    opacity: 1; }
  #introPage.showEverything #logoContainer {
    width: 220px;
    height: 100px;
    margin-top: 0;
    top: -400px;
    margin-left: -110px; }
  #introPage.showEverything #manWithinLogo {
    color: #31C3E3;
    display: block;
    font-size: 50px;
    margin-left: 0;
    margin-top: 0;
    opacity: 1;
    position: absolute;
    right: -24px;
    top: 49px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease; }
  #introPage.showEverything #topNav {
    top: 0; }
    #introPage.showEverything #topNav #navLogo {
      top: 0; }
      #introPage.showEverything #topNav #navLogo span {
        right: -4px;
        top: 24px;
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg); }

#contentArea {
  opacity: 0;
  -webkit-transition: opacity 1s ease;
  -moz-transition: opacity 1s ease;
  -ms-transition: opacity 1s ease;
  -o-transition: opacity 1s ease;
  transition: opacity 1s ease;
  float: left;
  width: 100%; }

/* LETS OVERWRITE THE LOOK OF THE TOP LEVEL SLIDE IN MENU */
.mm-panel {
  background: #2D393D !important; }

#menu {
  display: none; }
  #menu.mm-opened {
    display: block; }
  #menu #mm-1 > .mm-listview > li {
    width: 50%;
    float: left;
    border: none; }
    #menu #mm-1 > .mm-listview > li:after {
      display: none !important; }
    #menu #mm-1 > .mm-listview > li a {
      padding: 4px 2px 0 2px !important;
      margin: 0 !important; }
      #menu #mm-1 > .mm-listview > li a > img {
        width: 100%; }
      #menu #mm-1 > .mm-listview > li a.mm-next {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: block;
        opacity: 0; }
  #menu #mm-1 {
    padding-top: 17px !important; }
    #menu #mm-1:before, #menu #mm-1:after {
      display: none !important; }
    #menu #mm-1 .mm-navbar {
      display: none; }

.container#homepageContent {
  padding: 0 !important; }
  .container#homepageContent #homepageBoxes {
    width: 100%;
    float: left;
    display: block; }
    .container#homepageContent #homepageBoxes #boxesMan {
      font-size: 80px;
      color: #00AAAB;
      text-align: center;
      width: 100%;
      display: block;
      float: left;
      margin: 20px 0; }

.box {
  width: 90%;
  margin: 0 5%;
  border: 5px solid #32C2E5;
  float: left;
  display: block;
  background: #16272b;
  position: relative; }
  .box.business {
    margin: 50px 5% !important; }
  .box .arrow {
    display: none; }
  .box a {
    width: 80% !important;
    display: block;
    float: left;
    background: #32C2E5;
    border: none;
    margin: 0 10% 20px 10%;
    padding: 10px;
    -webkit-border-radius: 250px;
    -moz-border-radius: 250px;
    -ms-border-radius: 250px;
    border-radius: 250px;
    color: #FFFFFF;
    text-align: center;
    font-family: "CoHeadline";
    text-transform: uppercase; }
  .box:first-child {
    margin-top: 20px; }
    .box:first-child:after {
      border-color: #32C2E5 transparent;
      border-style: solid;
      border-width: 25px 25px 0;
      bottom: -25px;
      content: "";
      display: block;
      left: 50%;
      margin-left: -55px;
      position: absolute;
      width: 0;
      z-index: 1; }
  .box:last-child:after {
    border-color: #32C2E5 transparent;
    border-style: solid;
    border-width: 0 25px 25px;
    top: -25px;
    content: "";
    display: block;
    left: 50%;
    margin-left: -5px;
    position: absolute;
    width: 0;
    z-index: 1; }
  .box .title {
    width: 100%;
    float: left;
    display: block;
    color: #FFFFFF;
    font-family: "CoHeadline";
    font-size: 20px;
    padding: 10px 5% 20px; }
  .box ul {
    float: left;
    display: block;
    margin: 0 0 20px 0;
    color: #FFFFFF;
    padding: 0 0 0 30px; }
    .box ul li {
      padding: 3px 10px 3px 0;
      width: 100%;
      font-family: 'Oxygen', sans-serif; }

#footer {
  width: 100%;
  float: left;
  display: block;
  text-align: center;
  background: #16272b;
  padding: 0 20px 20px; }
  #footer .icon-ctman {
    font-size: 65px;
    text-align: center;
    width: 100%;
    display: block;
    color: #00AAAB;
    position: relative;
    top: -18px; }
  #footer p {
    width: 100%;
    text-align: center;
    font-size: 14px;
    color: #FFFFFF;
    font-family: 'Oxygen', sans-serif; }
    #footer p a {
      color: #FFFFFF; }
    #footer p i {
      color: #00AAAB;
      margin-right: 5px; }

#homepageIntro, #homepageRight {
  float: left;
  width: 100%;
  text-align: center;
  padding: 20px; }
  #homepageIntro small, #homepageRight small {
    width: 100%;
    float: left;
    display: block;
    color: #FFFFFF;
    margin: 0px 0 15px 0; }
    #homepageIntro small strong, #homepageRight small strong {
      color: #32C2E5; }
  #homepageIntro h2, #homepageRight h2 {
    font-family: "CoHeadline";
    color: #32C2E5;
    font-size: 20px;
    width: 100%;
    float: left;
    display: block;
    line-height: 40px;
    margin-top: 0; }
  #homepageIntro p, #homepageRight p {
    width: 90%;
    margin: 0 5% 15px;
    color: #FFFFFF;
    font-family: 'Oxygen', sans-serif;
    font-size: 13px;
    line-height: 25px; }
    #homepageIntro p strong, #homepageRight p strong {
      font-family: "CoHeadline";
      margin-right: 10px;
      color: #32C2E5; }
  #homepageIntro ul, #homepageRight ul {
    padding: 0;
    margin: 0;
    float: left;
    width: 100%;
    display: block; }
    #homepageIntro ul li, #homepageRight ul li {
      width: 100%;
      color: #FFFFFF;
      font-family: 'Oxygen', sans-serif;
      padding: 10px 0;
      list-style-type: none; }
  #homepageIntro a, #homepageRight a {
    color: #32C2E5;
    font-family: 'Oxygen', sans-serif;
    padding: 10px 0;
    float: left;
    display: block;
    width: 100%; }
  #homepageIntro h3, #homepageRight h3 {
    width: 100%;
    display: block;
    padding: 20px 0;
    color: #FFFFFF;
    font-family: "CoHeadline";
    font-size: 14px;
    line-height: 28px; }

#quotes {
  width: 100%;
  float: left;
  display: block;
  background: #2b363a;
  padding: 25px 15%;
  color: #FFFFFF;
  text-align: center;
  font-size: 18px;
  line-height: 36px;
  font-family: "CoHeadline"; }
  #quotes small {
    width: 100%;
    display: block;
    text-align: center;
    float: left;
    font-family: 'Oxygen', sans-serif;
    margin: 10px 0px; }

#introImage {
  background: url("/images/backgrounds/mainbg.jpg") no-repeat;
  background-size: cover;
  float: left;
  display: block;
  padding: 15px 0; }
  #introImage p {
    text-align: center;
    font-family: "CoHeadline";
    color: #FFFFFF;
    font-size: 18px;
    width: 100%;
    padding: 15px 10% !important;
    margin-bottom: 0px !important; }
  #introImage #introButtons {
    width: 100%;
    float: left;
    display: block;
    padding: 0px 0 10px; }
    #introImage #introButtons ul {
      margin: 0;
      padding: 0;
      float: left;
      display: block;
      width: 100%; }
    #introImage #introButtons li {
      list-style-type: none;
      float: left;
      text-align: center;
      width: 50%;
      padding: 0;
      margin: 0; }
      #introImage #introButtons li a {
        width: 88%;
        margin: 10px 5%;
        display: block;
        background: #FFFFFF;
        color: #31C3E3;
        text-transform: uppercase;
        font-family: "CoHeadline";
        text-align: center;
        padding: 8px 0;
        float: left;
        -webkit-border-radius: 250px;
        -moz-border-radius: 250px;
        -ms-border-radius: 250px;
        border-radius: 250px; }
      #introImage #introButtons li:first-child a {
        margin: 10px 4% 10px 8% !important; }
      #introImage #introButtons li:last-child a {
        margin: 10px 8% 10px 4% !important; }

#normalPage {
  overflow: visible !important; }
  #normalPage #footer {
    margin-top: 50px; }
  #normalPage h1 {
    font-family: "CoHeadline";
    font-size: 20px;
    width: 90%;
    float: left;
    display: block;
    line-height: 20px;
    color: #FFFFFF;
    text-align: center;
    margin: 25px 5% 30px; }
  #normalPage #introLogoContainer {
    display: none; }
  #normalPage #topNav {
    top: 0; }
    #normalPage #topNav #navLogo {
      top: 0; }
      #normalPage #topNav #navLogo span {
        right: -4px;
        top: 24px;
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg); }
  #normalPage #contentArea {
    opacity: 1 !important; }

.inline-calendar .datepicker {
  width: 80%;
  float: left;
  display: block;
  margin: 20px 10%;
  color: #FFFFFF; }
  .inline-calendar .datepicker .day {
    padding: 10px !important;
    margin: 2px !important; }
    .inline-calendar .datepicker .day.active {
      background: #32C2E5 !important;
      -webkit-border-radius: 250px;
      -moz-border-radius: 250px;
      -ms-border-radius: 250px;
      border-radius: 250px; }
      .inline-calendar .datepicker .day.active:hover {
        background: #32C2E5 !important; }
    .inline-calendar .datepicker .day:hover {
      background: #16272b !important; }
    .inline-calendar .datepicker .day.today {
      background: transparent;
      color: #FFFFFF;
      -webkit-border-radius: 250px;
      -moz-border-radius: 250px;
      -ms-border-radius: 250px;
      border-radius: 250px; }
      .inline-calendar .datepicker .day.today:hover {
        background: #32C2E5 !important; }
  .inline-calendar .datepicker .datepicker-days {
    text-align: center; }
    .inline-calendar .datepicker .datepicker-days table {
      float: none;
      display: inline-block; }

.infoPanel {
  width: 100%;
  float: left;
  display: block;
  background: #16272b;
  border: 5px solid #32C2E5;
  margin: 20px 0 20px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px; }
  .infoPanel .info-list {
    float: left;
    padding: 0;
    margin: 10px 0 0 0;
    width: 100%;
    display: block; }
    .infoPanel .info-list:last-child {
      margin-bottom: 20px; }
    .infoPanel .info-list li {
      float: left;
      display: block;
      padding: 0 15px !important;
      margin: 0 0 5px 0;
      color: #FFFFFF;
      width: 100%;
      text-align: center; }
      .infoPanel .info-list li i {
        color: #32C2E5; }
  .infoPanel .block-title {
    width: 100%;
    display: block;
    font-family: "CoHeadline";
    float: left;
    color: #32C2E5;
    font-size: 16px;
    padding: 10px 0; }
  .infoPanel#favouriteMembers {
    background: transparent !important;
    border: none !important; }
  .infoPanel#memberLists ul {
    padding: 0 20px 20px;
    margin: 0;
    float: left;
    display: block;
    width: 100%; }
    .infoPanel#memberLists ul li {
      width: 100%;
      float: left;
      display: block;
      margin: 0;
      border-bottom: 1px solid rgba(255, 255, 255, 0.1);
      padding: 15px 0; }
      .infoPanel#memberLists ul li a {
        float: left;
        color: #FFFFFF;
        font-size: 20px; }
        @media screen and (max-width: 650px) {
          .infoPanel#memberLists ul li a {
            text-align: center;
            font-size: 14px;
            width: 100%;
            display: block; } }
        .infoPanel#memberLists ul li a.genericBtn {
          float: right;
          max-width: 200px;
          font-family: "CoHeadline";
          text-align: center;
          text-transform: uppercase;
          font-size: 18px;
          margin-right: 0;
          margin-bottom: 0px; }
          @media screen and (max-width: 650px) {
            .infoPanel#memberLists ul li a.genericBtn {
              width: 100% !important;
              margin-left: 0;
              margin-right: 0;
              float: left;
              display: block;
              font-size: 14px;
              margin-top: 20px;
              max-width: 1000px; } }
  .infoPanel#experienceBlock {
    position: relative;
    padding-bottom: 70px; }
    .infoPanel#experienceBlock a#bottom-link {
      background: #32C2E5;
      position: absolute;
      bottom: 0;
      left: 0;
      font-family: "CoHeadline";
      font-size: 17px;
      color: #FFFFFF;
      width: 100%;
      display: block;
      text-align: center;
      padding: 20px 0; }
    .infoPanel#experienceBlock #foundations-title-block {
      background: #32C2E5;
      width: 100%;
      display: block;
      float: left;
      text-align: center;
      padding-bottom: 10px;
      margin-bottom: 20px; }
      .infoPanel#experienceBlock #foundations-title-block img {
        width: 60%;
        display: inline-block; }
    .infoPanel#experienceBlock .experience-panel {
      width: 90%;
      float: left;
      margin: 0px 5% 20px;
      color: white; }
      .infoPanel#experienceBlock .experience-panel img {
        width: 40%;
        float: left; }
      .infoPanel#experienceBlock .experience-panel span {
        width: 55%;
        float: left;
        display: block;
        margin-left: 5%;
        padding-top: 20px;
        font-family: "CoHeadline";
        font-size: 20px; }
        .infoPanel#experienceBlock .experience-panel span small {
          font-size: 14px;
          width: 100%;
          display: block;
          float: left; }
          .infoPanel#experienceBlock .experience-panel span small a {
            color: #32C2E5;
            font-size: 12px; }
  .infoPanel#productionSearch {
    margin-top: 40px;
    position: relative;
    padding-top: 40px;
    text-align: center; }
    .infoPanel#productionSearch h2 {
      color: #FFFFFF;
      font-family: "CoHeadline";
      text-align: center;
      font-size: 25px; }
    .infoPanel#productionSearch > i {
      -webkit-border-radius: 250px;
      -moz-border-radius: 250px;
      -ms-border-radius: 250px;
      border-radius: 250px;
      text-align: center;
      position: absolute;
      top: -30px;
      left: 50%;
      width: 60px;
      height: 60px;
      display: block;
      font-size: 30px;
      background: #32C2E5;
      color: #FFFFFF;
      padding: 13px;
      margin-left: -30px; }
  .infoPanel p {
    color: #FFFFFF;
    text-align: center;
    width: 80%;
    margin: 0 10% 10px;
    font-size: 12px;
    line-height: 24px;
    float: left; }
  .infoPanel .availabilityIcon {
    width: 100%;
    float: left;
    display: block;
    text-align: center; }
    .infoPanel .availabilityIcon i {
      color: #FFFFFF;
      background: #32C2E5;
      font-size: 35px;
      width: 60px;
      height: 60px;
      padding: 10px;
      position: relative;
      top: -30px;
      text-align: center;
      -webkit-border-radius: 250px;
      -moz-border-radius: 250px;
      -ms-border-radius: 250px;
      border-radius: 250px;
      display: inline-block; }
  .infoPanel #availability {
    text-align: center; }
  .infoPanel .datepicker .datepicker-switch:hover, .infoPanel .datepicker .next:hover, .infoPanel .datepicker .prev:hover, .infoPanel .datepicker tfoot tr th:hover {
    background: #32C2E5; }
  .infoPanel#profileBlock {
    text-align: center; }
    .infoPanel#profileBlock .stats {
      width: 100%;
      float: left;
      display: block;
      font-size: 16px;
      font-family: "CoHeadline";
      color: #FFFFFF;
      margin-bottom: 20px; }
      .infoPanel#profileBlock .stats em {
        font-style: normal;
        width: 100%;
        float: left;
        display: block;
        font-size: 20px; }
      .infoPanel#profileBlock .stats small {
        width: 100%;
        display: block;
        margin: 5px 0;
        font-size: 10px;
        float: left;
        font-family: 'Oxygen', sans-serif; }
    .infoPanel#profileBlock #memberPhoto {
      width: 100%;
      float: left;
      display: block;
      text-align: center; }
      .infoPanel#profileBlock #memberPhoto img {
        width: 60%;
        float: none;
        margin: 0 auto -20px;
        position: relative;
        top: -25px;
        max-width: 100px;
        display: inline-block;
        border: 5px solid #32C2E5;
        -webkit-border-radius: 250px;
        -moz-border-radius: 250px;
        -ms-border-radius: 250px;
        border-radius: 250px; }
  .infoPanel#statusBlock .statusText {
    font-family: "CoHeadline";
    width: 100%;
    text-align: center;
    font-size: 25px;
    display: block;
    color: #FFFFFF;
    float: left;
    padding: 0px 0 20px 0; }
  .infoPanel#statusBlock .statusIcon {
    width: 100%;
    float: left;
    display: block;
    text-align: center; }
    .infoPanel#statusBlock .statusIcon i {
      color: #FFFFFF;
      background: #32C2E5;
      font-size: 40px;
      width: 60px;
      height: 60px;
      padding: 10px;
      position: relative;
      top: -30px;
      text-align: center;
      -webkit-border-radius: 250px;
      -moz-border-radius: 250px;
      -ms-border-radius: 250px;
      border-radius: 250px;
      display: inline-block; }
  .infoPanel .subTitle {
    font-family: "CoHeadline";
    color: #FFFFFF;
    font-size: 14px;
    width: 100%;
    float: left;
    text-align: center;
    margin-bottom: 20px; }
  .infoPanel .progress {
    float: left;
    display: block;
    width: 80%;
    margin: 0 10% 20px; }
    .infoPanel .progress .progress-bar {
      background: #32C2E5; }
      .infoPanel .progress .progress-bar.zeroPercent {
        color: #32C2E5;
        margin-left: 10px; }
  .infoPanel .genericBtn {
    width: 80% !important;
    display: block;
    float: left;
    background: #32C2E5;
    border: none;
    margin: 0 10% 20px 10%;
    padding: 10px;
    -webkit-border-radius: 250px;
    -moz-border-radius: 250px;
    -ms-border-radius: 250px;
    border-radius: 250px;
    color: #FFFFFF;
    text-align: center; }

.sweet-alert {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  background: #16272b !important;
  border: 5px solid #32C2E5; }
  .sweet-alert .sa-line {
    background: #32C2E5 !important; }
  .sweet-alert h2 {
    font-family: "CoHeadline";
    color: #FFFFFF !important;
    font-weight: normal !important; }
  .sweet-alert button {
    background: #32C2E5 !important;
    font-family: "CoHeadline";
    color: #FFFFFF !important;
    -webkit-border-radius: 250px !important;
    -moz-border-radius: 250px !important;
    -ms-border-radius: 250px !important;
    border-radius: 250px !important; }

.sweet-alert .sa-icon.sa-success::before, .sweet-alert .sa-icon.sa-success::after, .sweet-alert .sa-icon.sa-success .sa-fix {
  background: #16272b !important; }

.sweet-alert .sa-icon.sa-success .sa-placeholder {
  border-color: #32C2E5 !important; }

.modal .modal-header {
  background: #32C2E5;
  color: #FFFFFF;
  font-family: "CoHeadline"; }
.modal .modal-body {
  background: #16272b;
  color: #FFFFFF; }
  .modal .modal-body span {
    width: 100%;
    float: left;
    display: block;
    padding: 10px 0 10px 20px;
    font-family: 'Oxygen', sans-serif;
    border-left: 5px solid #32C2E5; }
.modal .modal-footer {
  background: #16272b;
  border: none; }
  .modal .modal-footer .genericBtn {
    width: 100%;
    display: block;
    background: #32C2E5;
    color: #FFFFFF;
    text-align: center;
    padding: 10px 20px;
    -webkit-border-radius: 250px;
    -moz-border-radius: 250px;
    -ms-border-radius: 250px;
    border-radius: 250px;
    border: none;
    max-width: 250px;
    float: right;
    font-family: "CoHeadline"; }
.modal#experienceModal, .modal#experienceDetail {
  text-align: center !important; }
  .modal#experienceModal h5, .modal#experienceDetail h5 {
    font-size: 18px; }
  .modal#experienceModal button.close, .modal#experienceDetail button.close {
    font-size: 35px;
    position: absolute;
    top: 10px;
    right: 15px; }
  .modal#experienceModal ul, .modal#experienceDetail ul {
    overflow: hidden;
    width: 100%;
    display: block;
    padding: 0;
    margin: 0; }
    .modal#experienceModal ul li, .modal#experienceDetail ul li {
      float: left;
      width: 100%;
      display: block;
      padding: 20px 0;
      border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
      .modal#experienceModal ul li:last-child, .modal#experienceDetail ul li:last-child {
        border-bottom: none; }
      .modal#experienceModal ul li > span, .modal#experienceDetail ul li > span {
        padding: 0 0 10px 0;
        font-size: 30px;
        font-family: "CoHeadline";
        border-left: none; }
    .modal#experienceModal ul p small, .modal#experienceDetail ul p small {
      width: 100%;
      display: block;
      float: left;
      margin-top: 5px; }

/* NOW WE GO TO THE TABLET STYLES! */
@media screen and (min-width: 768px) {
  #quotes {
    background: transparent !important;
    width: 40%;
    float: right;
    padding: 25px 0;
    color: #00AAAB;
    margin-top: 30px;
    font-size: 24px; }
    #quotes small {
      color: #FFFFFF; }

  #homepageIntro, #homepageRight {
    text-align: left;
    width: 58%;
    float: left;
    margin-right: 2%; }
    #homepageIntro h2, #homepageIntro p, #homepageRight h2, #homepageRight p {
      text-align: left !important;
      margin-left: 0 !important; }

  #homepageRight {
    width: 40% !important;
    margin-right: 0;
    padding-top: 115px; } }
@media screen and (min-width: 800px) {
  #normalPage #topNav #navLogo span {
    right: -8px;
    top: 45px; }

  #searchResults .container > p, #favouriteMembers .container > p, #departmentList.productionView .container > p {
    width: 50% !important;
    margin-top: 30px !important; }
  #searchResults .container > a, #favouriteMembers .container > a, #departmentList.productionView .container > a {
    width: 200px !important;
    float: right; }

  #departmentList .container > p.alertPara {
    width: 100% !important;
    margin: 20px 0 !important; }

  #normalPage {
    background-image: url("/images/backgrounds/bigbg.png");
    background-position: top left;
    background-repeat: no-repeat; }
    #normalPage h1 {
      font-size: 40px;
      margin: 30px 0;
      width: 100%;
      float: left;
      display: block;
      line-height: 40px; }

  #memberTypeChoice #signUpType {
    display: inline-block;
    margin-top: 30px; }
    #memberTypeChoice #signUpType .type {
      width: 48% !important;
      float: left; }
      #memberTypeChoice #signUpType .type:first-child {
        margin-right: 2%; }
      #memberTypeChoice #signUpType .type:last-child {
        margin-left: 2%; }

  .centeredForm {
    position: fixed;
    top: 50%;
    left: 50%; }
    .centeredForm.smallForm {
      margin: -100px 0 0 -200px; }

  #openMenu {
    width: 50px;
    margin-right: 20px !important;
    padding: 28px 0 0 0 !important; }
    #openMenu span {
      width: 100%;
      height: 5px;
      -webkit-border-radius: 20px;
      -moz-border-radius: 20px;
      -ms-border-radius: 20px;
      border-radius: 20px;
      background: #FFFFFF;
      margin-bottom: 10px;
      display: block; }

  #userMenuLink {
    padding: 0 !important; }
    #userMenuLink i {
      font-size: 32px !important;
      padding: 30px 40px 3px 3px !important; }

  #topNav {
    top: -400px; }
    #topNav #navLogo {
      width: 200px;
      top: -120px;
      margin: 15px 0; }
      #topNav #navLogo span {
        font-size: 30px;
        top: -200px;
        right: -8px; }

  #introLogoContainer #logoContainer {
    width: 400px;
    margin: -115px 0 0 -200px;
    height: 200px; }
  #introLogoContainer span#manForLogo {
    font-size: 100px;
    left: 110%;
    margin-left: 143px;
    margin-top: -29px;
    top: 80%; }

  #introPage.loadedIn #manWithinLogo {
    font-size: 100px;
    right: -52px;
    top: 86px; }
  #introPage.showEverything #logoContainer {
    width: 220px;
    height: 100px; }
  #introPage.showEverything #manWithinLogo {
    font-size: 50px;
    right: -24px;
    top: 49px; }
  #introPage.showEverything #topNav #navLogo span {
    right: -8px;
    top: 47px; }

  .mm-opened #openMenu span:nth-child(3) {
    top: -18px; }

  #introImage {
    padding: 15px 0 95px;
    width: 100%;
    display: block;
    text-align: center; }
    #introImage p {
      max-width: 1100px;
      text-align: center;
      display: inline-block;
      font-size: 35px;
      padding: 0px; }
    #introImage #introButtons {
      background: transparent;
      width: 100%;
      display: block;
      text-align: center; }
      #introImage #introButtons ul {
        max-width: 400px;
        display: inline-block;
        float: none !important; }
        #introImage #introButtons ul li a {
          padding: 10px 40px 15px !important; }
          #introImage #introButtons ul li a span {
            font-size: 20px; }

  #homepageBoxes {
    position: relative;
    top: -40px; }
    #homepageBoxes #boxesMan {
      font-size: 100px !important;
      left: 50%;
      margin-left: -55px !important;
      position: absolute;
      top: 75%;
      width: 100px !important;
      z-index: 100;
      color: #32C2E5 !important;
      margin-top: -40px !important; }

  .box {
    width: 45% !important;
    float: left !important;
    margin: 0 !important;
    padding: 10px 10px 65px;
    min-height: 400px; }
    .box .arrow {
      display: block !important;
      width: 40px;
      left: -40px;
      position: absolute;
      top: 30%; }
    .box:first-child {
      margin-right: 10% !important; }
      .box:first-child:after {
        display: none !important; }
      .box:first-child .arrow {
        left: auto !important;
        right: -40px !important; }
    .box:last-child:after {
      display: none !important; }
    .box a {
      position: absolute;
      bottom: 0;
      left: 0; }
    .box.business {
      text-align: center;
      width: 60% !important;
      display: block;
      margin: 50px 20% !important; }
      .box.business .arrow {
        left: 50%;
        position: absolute;
        top: -76px;
        transform: rotate(90deg);
        margin-left: -20px; } }
/* NOW WE GO TO THE DESKTOP STYLES! */
@media screen and (min-width: 1000px) {
  .box {
    border-width: 10px !important; }
    .box .arrow {
      width: 55px;
      left: -55px; }
    .box:first-child .arrow {
      left: auto !important;
      right: -55px !important; }
    .box.business {
      width: 60% !important;
      display: block;
      margin: 50px 20% !important;
      min-height: 0px; }
      .box.business .arrow {
        top: -104px; }

  #departmentList li {
    width: 48% !important;
    float: left;
    display: block;
    margin: 40px 1% 20px !important; }

  #quotes {
    font-size: 28px;
    line-height: 40px;
    margin-top: 80px; }

  #homepageIntro h2, #homepageRight h2 {
    font-size: 28px;
    margin: 25px 0; }
  #homepageIntro p, #homepageRight p {
    font-size: 18px;
    line-height: 36px; }

  #searchResults li, #favouriteMembers li, #departmentList.productionView li {
    width: 40% !important;
    float: left; }
    #searchResults li .contactDetails a.telNo em, #favouriteMembers li .contactDetails a.telNo em, #departmentList.productionView li .contactDetails a.telNo em {
      display: none; }
    #searchResults li .contactDetails a.telNo i, #favouriteMembers li .contactDetails a.telNo i, #departmentList.productionView li .contactDetails a.telNo i {
      display: none; }
    #searchResults li .contactDetails a.telNo span, #favouriteMembers li .contactDetails a.telNo span, #departmentList.productionView li .contactDetails a.telNo span {
      display: block; }

  #favouriteMembers li {
    width: 48% !important; }
    #favouriteMembers li:nth-child(odd) {
      margin-right: 2% !important; }
    #favouriteMembers li:nth-child(even) {
      margin-left: 2% !important; }

  #userMenuLink {
    padding: 16px !important;
    float: left;
    display: block; }

  #openMenu {
    padding-top: 43px !important; }

  .infoPanel {
    width: 29%;
    margin: 40px 2% 50px; }
    .infoPanel#productionSearch {
      width: 100% !important; }
      .infoPanel#productionSearch form {
        width: 100% !important;
        display: block !important;
        float: left !important;
        max-width: 100% !important; }
    .infoPanel .splitForm {
      width: 33%;
      float: left;
      display: block; }
      .infoPanel .splitForm small.info {
        color: #FFFFFF;
        width: 80%;
        float: left;
        display: block;
        margin: 0 10% 20px 10%; } }
@media screen and (min-width: 1200px) {
  #homepageBoxes {
    top: -80px !important; }
    #homepageBoxes #boxesMan {
      color: #32c2e5 !important;
      font-size: 170px !important;
      left: 50%;
      margin-left: -85px !important;
      margin-top: -40px !important;
      position: absolute;
      top: 95%;
      width: 100px !important;
      z-index: 100; }
    #homepageBoxes .box {
      border-width: 15px !important; }
      #homepageBoxes .box .title {
        font-size: 30px !important;
        color: #32C2E5; }
      #homepageBoxes .box ul li {
        font-family: "CoHeadline" !important;
        padding: 5px 0 !important; }
      #homepageBoxes .box .arrow {
        width: 70px;
        left: -70px;
        margin-top: -25px; }
      #homepageBoxes .box:first-child .arrow {
        left: auto !important;
        right: -70px !important;
        margin-top: -18px; } }
/* generic page styling eg terms, privacy policy */
#genericPage, #foundationsPage {
  padding-top: 30px; }
  #genericPage p, #foundationsPage p {
    color: #FFFFFF;
    width: 100%;
    text-align: left;
    margin: 20px 0; }
  #genericPage strong, #foundationsPage strong {
    color: #32C2E5;
    font-family: "CoHeadline";
    font-size: 20px;
    text-transform: uppercase; }
  #genericPage h2, #foundationsPage h2 {
    font-family: "CoHeadline";
    font-size: 30px;
    margin: 0 0 30px 0;
    color: #32C2E5;
    text-transform: uppercase; }
  #genericPage table, #genericPage tr, #genericPage td, #foundationsPage table, #foundationsPage tr, #foundationsPage td {
    color: #FFFFFF;
    border: 1px solid rgba(250, 250, 250, 0.8); }
  #genericPage td, #foundationsPage td {
    padding: 10px; }

#foundationsPage {
  text-align: center; }
  #foundationsPage p {
    font-size: 16px;
    line-height: 30px;
    text-align: center; }

.business-listing .title {
  width: 100%;
  float: left;
  text-align: center;
  display: block; }
.business-listing p {
  margin: 20px 0 !important;
  text-align: center !important;
  display: block !important;
  float: left;
  font-size: 12px;
  opacity: 0.7; }
.business-listing .status {
  width: 100%;
  text-align: center;
  color: #FFFFFF;
  font-size: 16px;
  margin: 20px 0; }
  .business-listing .status span {
    width: 100%;
    display: block;
    font-size: 75%;
    margin-top: 10px; }
    .business-listing .status span i {
      font-size: 12px; }
  .business-listing .status i {
    font-size: 20px; }
.business-listing .genericBtn {
  width: 60%;
  margin: 20px 20%;
  float: left;
  display: block;
  background: #32C2E5;
  color: #FFFFFF;
  text-align: center;
  padding: 10px 20px;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  -ms-border-radius: 250px;
  border-radius: 250px; }

.add-listing {
  width: 100%;
  padding: 20px;
  color: #FFFFFF;
  text-align: center;
  display: inline-block;
  max-width: 330px;
  float: right; }
  @media screen and (max-width: 650px) {
    .add-listing {
      max-width: 100%; } }
  .add-listing span {
    width: 76%;
    margin: 20px 12%;
    float: left;
    display: block;
    background: #32C2E5;
    color: #FFFFFF;
    text-align: center;
    padding: 10px 20px;
    -webkit-border-radius: 250px;
    -moz-border-radius: 250px;
    -ms-border-radius: 250px;
    border-radius: 250px; }

#business-detail {
  text-align: center;
  color: #FFFFFF; }
  #business-detail #businessLogoStrip {
    border-bottom: 10px solid #32C2E5;
    background: white; }
  #business-detail .address {
    margin: 0 0 50px 0; }
  #business-detail h3 {
    color: #32C2E5;
    font-family: "CoHeadline";
    font-size: 25px;
    margin: 0 0 20px 0; }
  #business-detail .listing-gallery {
    padding: 100px 0 50px; }
    #business-detail .listing-gallery img {
      -webkit-border-radius: 250px;
      -moz-border-radius: 250px;
      -ms-border-radius: 250px;
      border-radius: 250px;
      margin: 20px 10px 0;
      border: 10px solid rgba(255, 255, 255, 0.2); }
  #business-detail .listing-credits {
    padding: 50px 0; }
    #business-detail .listing-credits ul {
      padding: 0px; }
      #business-detail .listing-credits ul li {
        list-style-type: none;
        font-family: "CoHeadline";
        padding: 10px 0 20px;
        display: block;
        font-size: 20px;
        float: left;
        text-align: center;
        width: 100%; }
        #business-detail .listing-credits ul li i {
          margin-right: 20px;
          display: inline-block;
          color: #31C3E3; }
  #business-detail img#mainLogo {
    max-width: 450px;
    width: 80%;
    padding: 20px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    background: white; }
    @media screen and (max-width: 650px) {
      #business-detail img#mainLogo {
        margin: 0px 10%; } }
  #business-detail p {
    max-width: 600px;
    width: 80%;
    display: inline-block;
    clear: both;
    font-size: 16px;
    line-height: 32px; }
  #business-detail .address {
    display: inline-block; }
    #business-detail .address i {
      width: 100%;
      display: block;
      color: #32C2E5;
      font-size: 40px;
      margin-bottom: 20px; }
    #business-detail .address em {
      font-style: normal; }
  #business-detail .contact-btns {
    width: 100%;
    display: block; }
    @media screen and (max-width: 650px) {
      #business-detail .contact-btns {
        margin-top: 50px; } }
    #business-detail .contact-btns a {
      margin: 50px 10px;
      width: 30%;
      display: inline-block;
      background: #32C2E5;
      color: #FFFFFF;
      text-align: center;
      padding: 10px 20px;
      -webkit-border-radius: 250px;
      -moz-border-radius: 250px;
      -ms-border-radius: 250px;
      border-radius: 250px;
      border: none;
      max-width: 250px;
      font-family: "CoHeadline"; }
      @media screen and (max-width: 650px) {
        #business-detail .contact-btns a {
          margin: 10px 10px;
          width: 100%; } }

.business-listings h4 {
  font-size: 25px !important; }
.business-listings img {
  background: #FFFFFF;
  padding: 15px; }
.business-listings .summary {
  width: 100%;
  padding: 25px;
  text-align: center;
  color: white;
  font-size: 14px;
  line-height: 28px;
  min-height: 300px;
  display: block; }

#departmentList .business-listings li {
  width: 100%; }
  @media screen and (min-width: 720px) {
    #departmentList .business-listings li {
      width: 40% !important;
      float: left !important;
      margin-left: 5% !important;
      margin-right: 5% !important; } }

#file-upload-form {
  background: #32C2E5;
  border-radius: 5px;
  margin-top: 20px;
  padding: 30px;
  color: #FFFFFF; }

#file-upload-form i {
  width: 100%;
  display: block;
  float: left;
  text-align: center;
  font-size: 50px;
  margin: 0 0 15px 0;
  border: 2px dashed white;
  padding: 25px 0; }

#file-upload-form .dz-preview {
  display: none; }

.gallery-preview .image-container {
  background: #273134;
  border-radius: 3px;
  margin: 25px 0;
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, 0.5); }

.gallery-preview .image-container img {
  max-width: 100%;
  border-radius: 3px; }

.gallery-preview .image-container button {
  color: #FFFFFF;
  margin-top: 8px; }

#urgent-job-notifications-app p {
  font-size: 16px;
  line-height: 32px;
  padding: 25px 0; }
#urgent-job-notifications-app .genericBtn {
  max-width: 300px;
  display: inline-block;
  float: none;
  margin: 15px 0;
  font-family: "CoHeadline"; }
#urgent-job-notifications-app h3 {
  float: left;
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin-top: 50px;
  font-family: "CoHeadline";
  padding: 50px 0;
  display: block; }
#urgent-job-notifications-app table {
  margin: 0px 0 0 0; }
#urgent-job-notifications-app #new-item-modal label {
  width: 100%;
  display: block;
  padding: 5px 0;
  text-align: left; }

#recent-notifications tr {
  padding: 20px 0 !important; }
#recent-notifications td {
  border-color: rgba(255, 255, 255, 0.1);
  padding: 25px 15px; }
#recent-notifications thead {
  background: #32C2E5;
  font-family: "CoHeadline";
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px; }

#newslistings {
  text-align: center; }
  #newslistings h1 {
    width: 100%;
    display: block;
    text-align: center;
    color: #31C3E3;
    padding: 20px 0 !important;
    margin: 0; }
  #newslistings > p {
    text-align: center;
    font-size: 14px;
    line-height: 28px;
    max-width: 600px;
    display: inline-block; }
  #newslistings .story {
    padding: 20px 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    display: inline-block;
    text-align: left;
    width: 100%;
    max-width: 700px;
    position: relative; }
    #newslistings .story img {
      -webkit-border-radius: 250px;
      -moz-border-radius: 250px;
      -ms-border-radius: 250px;
      border-radius: 250px;
      background: white;
      border: 5px solid #31C3E3;
      width: 30%;
      margin-right: 7%;
      max-width: 100px;
      float: left; }
      @media screen and (min-width: 1000px) {
        #newslistings .story img {
          max-width: 250px; } }
    #newslistings .story .details {
      float: left;
      display: block;
      color: white;
      width: 60%;
      padding-top: 15px; }
      @media screen and (min-width: 1000px) {
        #newslistings .story .details {
          width: 60%; } }
      #newslistings .story .details .title {
        color: #31C3E3;
        width: 100%;
        display: block;
        font-family: "CoHeadline";
        margin-bottom: 10px; }
        @media screen and (min-width: 1000px) {
          #newslistings .story .details .title {
            width: 60%;
            font-size: 20px; } }
      #newslistings .story .details .date {
        color: white;
        width: 100%;
        display: block; }
        @media screen and (min-width: 1000px) {
          #newslistings .story .details .date {
            width: 60%; } }
      #newslistings .story .details .preview {
        color: white;
        width: 100%;
        display: block;
        margin: 10px 0;
        font-size: 14px;
        line-height: 28px; }
        @media screen and (min-width: 1000px) {
          #newslistings .story .details .preview {
            width: 60%; } }
      #newslistings .story .details .button {
        background: #31C3E3;
        color: white;
        padding: 10px 20px;
        margin: 10px 0;
        -webkit-border-radius: 250px;
        -moz-border-radius: 250px;
        -ms-border-radius: 250px;
        border-radius: 250px;
        display: inline-block;
        float: none; }
        @media screen and (min-width: 1000px) {
          #newslistings .story .details .button {
            float: right;
            width: 40%;
            position: absolute;
            top: 50px;
            right: 0;
            text-align: center;
            max-width: 150px;
            -webkit-transition: all 500ms ease;
            -moz-transition: all 500ms ease;
            -ms-transition: all 500ms ease;
            -o-transition: all 500ms ease;
            transition: all 500ms ease; }
            #newslistings .story .details .button:hover {
              background: #00AAAB; } }

#newsdetail {
  width: 100%;
  float: left;
  display: block; }
  #newsdetail .backtoNews {
    width: 100%;
    float: left;
    padding: 0 0 20px 0;
    color: white;
    display: none; }
    @media screen and (min-width: 1000px) {
      #newsdetail .backtoNews {
        display: block; } }
    #newsdetail .backtoNews i {
      margin-right: 10px; }
  #newsdetail .details {
    float: left;
    width: 100%;
    display: block; }
    #newsdetail .details img {
      width: 100%;
      float: left;
      margin: 0 0 20px 0; }
    #newsdetail .details .info {
      float: left;
      width: 100%;
      display: block; }
      @media screen and (min-width: 1000px) {
        #newsdetail .details .info {
          float: left;
          width: 50%;
          padding: 30px 0; } }
      #newsdetail .details .info .title {
        color: #31C3E3;
        padding: 10px 0;
        font-size: 20px;
        font-family: "CoHeadline";
        display: block; }
        @media screen and (min-width: 1000px) {
          #newsdetail .details .info .title {
            font-size: 30px;
            padding-top: 0; } }
      #newsdetail .details .info .date {
        color: white;
        padding: 0 0 15px 0;
        display: block; }
        @media screen and (min-width: 1000px) {
          #newsdetail .details .info .date {
            font-size: 20px; } }
  #newsdetail h2 {
    text-transform: none;
    font-size: 18px; }
    @media screen and (min-width: 1000px) {
      #newsdetail h2 {
        font-size: 25px;
        margin: 40px 0; } }
  #newsdetail p {
    font-size: 14px;
    line-height: 28px; }
  #newsdetail ul {
    color: white; }
    #newsdetail ul li {
      padding: 5px 0; }

/*# sourceMappingURL=app.css.map */
