@font-face {
  font-family: 'Open Sans';
  src: url("opensans-light-webfont.eot");
  src: url("opensans-light-webfont.eot") format("embedded-opentype"), url("opensans-light-webfont.woff") format("woff"), url("opensans-light-webfont.ttf") format("truetype"), url("opensans-light-webfont.svg") format("svg");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'Open Sans';
  src: url("opensans-regular-webfont.eot");
  src: url("opensans-regular-webfont.eot") format("embedded-opentype"), url("opensans-regular-webfont.woff") format("woff"), url("opensans-regular-webfont.ttf") format("truetype"), url("opensans-regular-webfont.svg") format("svg");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'Open Sans';
  src: url("opensans-italic-webfont.eot");
  src: url("opensans-italic-webfont.eot") format("embedded-opentype"), url("opensans-italic-webfont.woff") format("woff"), url("opensans-italic-webfont.ttf") format("truetype"), url("opensans-italic-webfont.svg") format("svg");
  font-weight: 400;
  font-style: italic; }

@font-face {
  font-family: 'Open Sans';
  src: url("opensans-semibold-webfont.eot");
  src: url("opensans-semibold-webfont.eot") format("embedded-opentype"), url("opensans-semibold-webfont.woff") format("woff"), url("opensans-semibold-webfont.ttf") format("truetype"), url("opensans-semibold-webfont.svg") format("svg");
  font-weight: 600;
  font-style: normal; }

@font-face {
  font-family: 'Open Sans';
  src: url("opensans-bold-webfont.eot");
  src: url("opensans-bold-webfont.eot") format("embedded-opentype"), url("opensans-bold-webfont.woff") format("woff"), url("opensans-bold-webfont.ttf") format("truetype"), url("opensans-bold-webfont.svg") format("svg");
  font-weight: 700;
  font-style: normal; }

h1, h2, h3, h4, h5, h6 {
  -webkit-font-smoothing: antialiased;
  /* @todo: remove */
  text-shadow: none !important; }
  h1 i:after, h2 i:after, h3 i:after, h4 i:after, h5 i:after, h6 i:after {
    -webkit-font-smoothing: antialiased; }

h1 {
  font-size: 30px;
  line-height: 38px; }

.pane {
  height: 110px;
  width: 100%;
  background: #1e1e1e;
  overflow: hidden;
  position: absolute;
  top: 0;
  transition: transform 250ms;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%); }
  .pane__search .pane {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
  .pane .h2 {
    color: #fff;
    font-size: 30px;
    font-weight: 300;
    position: relative;
    top: 8px; }
    @media (max-width: 767px) {
      .pane .h2 {
        display: none; } }

#search-form {
  position: absolute;
  right: 0;
  top: 55px;
  padding-right: 30px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }
  #search-form input[type=text] {
    background: #3e3e3e;
    color: #bbb;
    height: 50px;
    width: 390px;
    border: 0;
    padding: 0 0 0 15px;
    margin-left: 30px; }
    #search-form input[type=text]:focus {
      outline: 0; }
    @media (max-width: 1023px) {
      #search-form input[type=text] {
        width: 280px; } }
    @media (max-width: 767px) {
      #search-form input[type=text] {
        width: 220px; } }
  #search-form button {
    background: #f18857;
    color: #fff;
    border: 0;
    height: 50px;
    width: 56px;
    font-size: 24px;
    margin-left: 10px; }
    #search-form button:focus {
      outline: 0; }

body {
  padding-top: 0;
  transition: padding 250ms; }

body[class*="pane__"] {
  padding-top: 110px; }

.generic-pagination {
  position: relative;
  z-index: 1;
  top: -36px; }
  .generic-pagination .pagination-button {
    display: inline-block;
    padding: 10px 17px;
    font-size: 13px;
    color: #666;
    border-right: 1px solid #ddd;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
    float: left;
    text-transform: capitalize; }
    @media (max-width: 767px) {
      .generic-pagination .pagination-button.previous {
        padding: 13px 17px 14px 16px; }
      .generic-pagination .pagination-button.next {
        padding: 13px 16px 14px 17px; } }
    @media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
      .generic-pagination .pagination-button.previous {
        padding: 11px 14px 12px 13px; }
      .generic-pagination .pagination-button.next {
        padding: 11px 13px 12px 14px; } }
    .generic-pagination .pagination-button.previous {
      margin-right: 20px; }
      @media (max-width: 767px) {
        .generic-pagination .pagination-button.previous {
          margin-right: 0;
          left: 0;
          position: absolute; } }
      .generic-pagination .pagination-button.previous .standard {
        display: inline; }
        @media (max-width: 767px) {
          .generic-pagination .pagination-button.previous .standard {
            display: none; } }
      .generic-pagination .pagination-button.previous .mobile-device {
        display: none; }
        @media (max-width: 767px) {
          .generic-pagination .pagination-button.previous .mobile-device {
            display: block;
            width: 0;
            height: 0;
            border-top: 6px solid transparent;
            border-bottom: 6px solid transparent;
            border-right: 6px solid #d6d6d6; } }
    .generic-pagination .pagination-button.next {
      margin-left: 20px; }
      @media (max-width: 767px) {
        .generic-pagination .pagination-button.next {
          margin-left: 0;
          right: 0;
          position: absolute; } }
      .generic-pagination .pagination-button.next .standard {
        display: inline; }
        @media (max-width: 767px) {
          .generic-pagination .pagination-button.next .standard {
            display: none; } }
      .generic-pagination .pagination-button.next .mobile-device {
        display: none; }
        @media (max-width: 767px) {
          .generic-pagination .pagination-button.next .mobile-device {
            display: block;
            width: 0;
            height: 0;
            border-top: 6px solid transparent;
            border-bottom: 6px solid transparent;
            border-left: 6px solid #d6d6d6; } }
  @media (max-width: 767px) {
    .generic-pagination .pagination-wrapper {
      float: left; } }
  .generic-pagination .pagination-wrapper .pagination-results {
    font-size: 0;
    margin: 0 auto;
    overflow: hidden;
    display: inline-block;
    text-align: center;
    float: left;
    border-left: 1px solid #ddd; }
    @media (max-width: 767px) {
      .generic-pagination .pagination-wrapper .pagination-results {
        width: 100%;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        position: absolute;
        border-left: 0; } }
    .generic-pagination .pagination-wrapper .pagination-results .pagination-option {
      display: inline-block;
      padding: 10px 17px;
      font-size: 13px;
      color: #666;
      border-right: 1px solid #ddd;
      border-top: 1px solid #ddd;
      border-bottom: 1px solid #ddd; }
      @media (max-width: 767px) {
        .generic-pagination .pagination-wrapper .pagination-results .pagination-option {
          padding: 10px 16px; }
          .generic-pagination .pagination-wrapper .pagination-results .pagination-option:first-child {
            border-left: 1px solid #ddd; } }
      @media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (orientation: portrait) {
        .generic-pagination .pagination-wrapper .pagination-results .pagination-option {
          padding: 10px 16px; } }
      @media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (orientation: portrait) {
        .generic-pagination .pagination-wrapper .pagination-results .pagination-option {
          padding: 8px 12px; } }
      .generic-pagination .pagination-wrapper .pagination-results .pagination-option.active-page {
        background-color: #f6f6f6; }
    .generic-pagination .pagination-wrapper .pagination-results .pagination-spacer {
      display: inline-block;
      padding: 10px 17px;
      border-right: 1px solid #ddd;
      border-top: 1px solid #ddd;
      border-bottom: 1px solid #ddd;
      font-size: 13px; }
      @media (max-width: 767px) {
        .generic-pagination .pagination-wrapper .pagination-results .pagination-spacer {
          padding: 10px 16px; } }
      @media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (orientation: portrait) {
        .generic-pagination .pagination-wrapper .pagination-results .pagination-spacer {
          padding: 8px 12px; } }

.blog-pagination {
  top: 30px; }
  @media (max-width: 767px) {
    .blog-pagination {
      display: block;
      padding-bottom: 50px; } }

#button-wrapper #anchor-buttons {
  padding-bottom: 20px;
  font-size: 0; }
  #button-wrapper #anchor-buttons:empty {
    display: none; }
  #button-wrapper #anchor-buttons .button,
  #button-wrapper #anchor-buttons .primary-button {
    border-radius: 0;
    background: none;
    font-weight: normal;
    cursor: pointer;
    border: 0;
    background: #f18857;
    color: #fff;
    padding: 0 20px;
    text-align: center;
    display: block;
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 13px;
    display: inline-block;
    width: auto; }
  #button-wrapper #anchor-buttons .button__back {
    border-radius: 0;
    background: none;
    font-weight: normal;
    cursor: pointer;
    border: 2px solid #ccc;
    color: #666;
    text-align: center;
    padding: 0 20px;
    text-align: center;
    display: block;
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 13px;
    display: inline-block;
    width: auto;
    height: auto;
    line-height: 22px;
    padding: 12px 20px; }
    #button-wrapper #anchor-buttons .button__back:hover {
      color: #fff;
      background-color: #1e1e1e;
      border: 2px solid #1e1e1e; }
  #button-wrapper #anchor-buttons [class*="button"] {
    margin-right: 10px;
    margin-top: 10px; }

.assistantSearch .primary-button {
  border-radius: 0;
  background: none;
  font-weight: normal;
  cursor: pointer;
  border: 0;
  background: #f18857;
  color: #fff;
  padding: 0 20px;
  text-align: center;
  display: block;
  width: 100%;
  height: 50px;
  line-height: 50px;
  font-size: 13px;
  display: inline-block;
  width: auto; }

#header-container #button-wrapper #anchor-buttons .cms-component {
  display: inline-block;
  vertical-align: top; }
  @media (max-width: 767px) {
    #header-container #button-wrapper #anchor-buttons .cms-component {
      margin-bottom: 10px; } }

#download-dialog .ui-dialog-buttonpane button {
  border-radius: 0;
  background: none;
  font-weight: normal;
  cursor: pointer;
  border: 2px solid #ccc;
  color: #666;
  text-align: center;
  padding: 0 20px;
  text-align: center;
  display: block;
  width: 100%;
  height: 50px;
  line-height: 50px;
  font-size: 13px;
  display: inline-block;
  width: auto; }

.repeatBlock .outline-button, .repeatBlock #main-container .mediumLink, #main-container .repeatBlock .mediumLink {
  border-radius: 0;
  background: none;
  font-weight: normal;
  cursor: pointer;
  border: 2px solid #ccc;
  color: #666;
  text-align: center;
  padding: 0 20px;
  text-align: center;
  display: block;
  width: 100%;
  height: 50px;
  line-height: 50px;
  font-size: 13px;
  display: inline-block;
  width: auto; }

#topbar {
  height: 38px;
  background: #ddd; }
  #topbar ul {
    list-style: none;
    float: right; }
  #topbar li {
    float: left; }
    #topbar li a {
      font-family: 'Open Sans', sans-serif;
      font-weight: 500;
      font-size: 12px;
      color: #666;
      border-left: 1px solid #c6c6c6;
      display: inline-block;
      line-height: 12px;
      text-transform: uppercase;
      padding: 13px 20px; }
      #topbar li a i {
        margin-left: 40px; }
    #topbar li:hover a,
    #topbar li.active a {
      background: #1e1e1e;
      color: #fff; }

#nav-bar {
  background: #f6f6f6;
  min-height: 52px;
  border-top: 1px solid #ddd; }
  @media (max-width: 1023px) {
    #nav-bar {
      display: none; } }
  #nav-bar #main-nav,
  #nav-bar .social-nav,
  #nav-bar #sub-nav {
    height: 50px; }
  #nav-bar div > ul > li {
    float: left;
    cursor: pointer;
    position: relative; }
    #nav-bar div > ul > li:first-child {
      border-left: 1px solid #ddd; }
  #nav-bar div > ul > li > a {
    display: inline-block;
    padding: 15px 20px 16px;
    font-size: 13px;
    color: #666;
    border-right: 1px solid #ddd; }
    #nav-bar div > ul > li > a:hover {
      background: #1e1e1e;
      color: #fff; }
  #nav-bar div > ul > li.selected > a {
    background: #fff; }
    #nav-bar div > ul > li.selected > a:hover {
      background: #1e1e1e;
      color: #fff; }
  #nav-bar div > ul > li.active > a {
    background: #1e1e1e;
    color: #fff; }
  #nav-bar div > ul > li > ul {
    display: none; }
  #nav-bar div > ul > li.active > ul {
    display: block;
    position: absolute;
    left: 0;
    z-index: 2;
    min-width: 240px;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd; }
    #nav-bar div > ul > li.active > ul > li > a {
      padding: 12px 20px;
      font-size: 13px;
      font-weight: 400;
      display: block;
      border-bottom: 1px solid #ddd;
      background: #f6f6f6;
      color: #111; }
      #nav-bar div > ul > li.active > ul > li > a:hover {
        background-color: #000;
        color: #fff; }
    #nav-bar div > ul > li.active > ul > li:last-child > a {
      border-bottom: 0; }
  #nav-bar div > ul > li.has-children > a {
    padding-right: 35px; }
    #nav-bar div > ul > li.has-children > a:after {
      content: '';
      display: block;
      position: absolute;
      top: 24px;
      right: 18px;
      border-width: 5px;
      border-style: solid;
      border-color: #bbb transparent transparent transparent; }
  #nav-bar div > ul > li.has-children.active > a:after {
    top: 19px;
    border-color: transparent transparent #bbb transparent; }
  #nav-bar ul[data-depth="2"] {
    display: none; }
  #nav-bar li[data-depth="2"].has-children {
    position: relative; }
    #nav-bar li[data-depth="2"].has-children:after {
      content: '';
      display: block;
      position: absolute;
      top: 20px;
      right: 18px;
      border-width: 5px;
      border-style: solid;
      border-color: #bbb transparent transparent transparent; }
  #nav-bar li[data-depth="2"].active:after {
    border-color: transparent transparent #bbb transparent;
    top: 15px; }
  #nav-bar li[data-depth="2"].active ul[data-depth="2"] {
    display: block;
    border-bottom: 1px solid #e0e0e0; }
    #nav-bar li[data-depth="2"].active ul[data-depth="2"] > li > a {
      padding: 12px 20px 12px 40px;
      font-size: 13px;
      font-weight: 400;
      display: block;
      background: #fff;
      color: #666; }
      #nav-bar li[data-depth="2"].active ul[data-depth="2"] > li > a:hover {
        background-color: #000;
        color: #fff; }
    #nav-bar li[data-depth="2"].active ul[data-depth="2"] > li:last-child > a {
      border-bottom: 0; }
  #nav-bar #main-nav {
    float: left; }
  #nav-bar .social-nav {
    float: right; }
    #nav-bar .social-nav a {
      font-size: 24px;
      padding: 13px 0;
      width: 50px;
      text-align: center; }
  #nav-bar #sub-nav {
    background: #fff;
    height: 52px;
    clear: both;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd; }

#tablet-nav-mask {
  display: none; }
  @media (max-width: 1023px) {
    #tablet-nav-mask {
      display: block;
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 5;
      pointer-events: none;
      background: rgba(255, 255, 255, 0);
      transition: background 250ms; } }

@media (max-width: 1023px) {
  html.tablet-nav-open #tablet-nav-mask {
    background: rgba(255, 255, 255, 0.5);
    pointer-events: auto; } }

#tablet-nav {
  display: none; }
  @media (max-width: 1023px) {
    #tablet-nav {
      display: block;
      position: fixed;
      z-index: 6;
      top: 0;
      right: 0;
      bottom: 0;
      width: 360px;
      background: #fff;
      -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
      transform: translateX(100%);
      transition: transform 250ms; } }
  @media (max-width: 1023px) and (max-width: 767px) {
    #tablet-nav {
      width: 100%; } }
  @media (max-width: 1023px) {
      #tablet-nav > div {
        overflow-y: scroll;
        height: calc(100% - 60px);
        margin-top: 60px; }
      #tablet-nav div > ul > li {
        cursor: pointer;
        position: relative; }
      #tablet-nav div > ul > li > a {
        display: block;
        padding: 16px 30px;
        font-size: 13px;
        color: #666;
        border-top: 1px solid #ddd; }
        #tablet-nav div > ul > li > a:hover {
          color: #3e3e3e; }
      #tablet-nav div > ul > li.active > a {
        color: #3e3e3e;
        background: #fff; }
      #tablet-nav div > ul > li > ul {
        display: none; }
      #tablet-nav div > ul > li.active > ul {
        display: block;
        z-index: 2;
        position: relative; }
        #tablet-nav div > ul > li.active > ul:before {
          content: '';
          display: block;
          position: absolute;
          top: -12px;
          left: 30px;
          border-width: 6px;
          border-style: solid;
          border-color: transparent transparent #3e3e3e transparent; }
        #tablet-nav div > ul > li.active > ul > li > a {
          padding: 12px 30px;
          font-size: 13px;
          font-weight: 400;
          display: block;
          border-bottom: 1px solid #666;
          background: #3e3e3e;
          color: #fff; }
        #tablet-nav div > ul > li.active > ul > li:last-child > a {
          border-bottom: 0; }
        #tablet-nav div > ul > li.active > ul ul {
          display: none; }
      #tablet-nav div > ul > li.has-children > a {
        padding-right: 35px; }
        #tablet-nav div > ul > li.has-children > a:after {
          content: '';
          display: block;
          position: absolute;
          top: 24px;
          right: 18px;
          border-width: 5px;
          border-style: solid;
          border-color: #bbb transparent transparent transparent; }
      #tablet-nav div > ul > li.has-children.active > a:after {
        top: 20px;
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg); }
      #tablet-nav ul[data-depth="2"] {
        display: none; }
      #tablet-nav li[data-depth="2"].has-children {
        position: relative; }
        #tablet-nav li[data-depth="2"].has-children:after {
          content: '';
          display: block;
          position: absolute;
          top: 20px;
          right: 18px;
          border-width: 5px;
          border-style: solid;
          border-color: #bbb transparent transparent transparent; }
      #tablet-nav li[data-depth="2"].active:after {
        border-color: transparent transparent #bbb transparent;
        top: 15px; }
      #tablet-nav li[data-depth="2"].active ul[data-depth="2"] {
        display: block;
        border-bottom: 1px solid #e0e0e0; }
        #tablet-nav li[data-depth="2"].active ul[data-depth="2"] > li a {
          padding: 12px 20px 12px 40px;
          font-size: 13px;
          font-weight: 400;
          display: block;
          background: #fff;
          color: #666; }
          #tablet-nav li[data-depth="2"].active ul[data-depth="2"] > li a:hover {
            background-color: #000;
            color: #fff; }
        #tablet-nav li[data-depth="2"].active ul[data-depth="2"] > li:last-child > a {
          border-bottom: 0; }
        #tablet-nav li[data-depth="2"].active ul[data-depth="2"] li[data-depth="3"] a {
          background-color: #eee;
          padding: 12px 20px 12px 50px; }
          #tablet-nav li[data-depth="2"].active ul[data-depth="2"] li[data-depth="3"] a:hover {
            background-color: #eee;
            color: #666; } }
  @media (max-width: 1023px) and (max-width: 767px) {
    #tablet-nav .social-nav {
      margin-bottom: 20px; } }
  @media (max-width: 1023px) {
      #tablet-nav .social-nav ul {
        margin-top: 0;
        border-top: 1px solid #ddd;
        border-bottom: 1px solid #ddd; }
        #tablet-nav .social-nav ul:after {
          content: '';
          display: table;
          clear: both; }
      #tablet-nav .social-nav li {
        float: left; }
      #tablet-nav .social-nav a {
        font-size: 24px;
        padding: 13px 0;
        width: 50px;
        text-align: center;
        border-top: 0;
        border-right: 1px solid #ddd; } }

html.tablet-nav-open,
html.tablet-nav-open body {
  overflow: hidden;
  height: 100%; }

html.tablet-nav-open #tablet-nav {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0); }

#close-tablet-nav {
  height: 20px;
  width: 20px;
  position: absolute;
  top: 20px;
  right: 20px;
  background: #fff;
  border: 0; }
  #close-tablet-nav span {
    position: absolute;
    height: 2px;
    width: 22px;
    background: #000;
    left: -1px;
    top: 9px; }
    #close-tablet-nav span:first-child {
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg); }
    #close-tablet-nav span:last-child {
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg); }

#header {
  background: #f6f6f6;
  height: 120px;
  position: relative; }
  @media (max-width: 1120px) {
    #header {
      margin-top: 100px; } }
  @media (max-width: 767px) {
    #header {
      margin-top: 0; } }
  #header #logo {
    height: 70px;
    position: absolute;
    top: 25px;
    left: 20px; }
  #header #subtitle {
    font-size: 20px;
    line-height: 22px;
    color: #999;
    position: absolute;
    top: 55px;
    left: 202px;
    margin-bottom: 0;
    letter-spacing: 0.02em;
    -webkit-font-smoothing: antialiased;
    /* @todo: remove */
    text-shadow: none; }
    @media (max-width: 767px) {
      #header #subtitle {
        display: none; } }
  #header #tablet-nav-open {
    display: none; }
    @media (max-width: 1023px) {
      #header #tablet-nav-open {
        display: block;
        background: #f6f6f6;
        width: 26px;
        height: 20px;
        position: absolute;
        right: 20px;
        top: 20px;
        border: 0; }
        #header #tablet-nav-open:focus {
          outline: 0; }
        #header #tablet-nav-open span {
          height: 2px;
          background: #000;
          width: 100%;
          position: absolute;
          left: 0;
          top: 0; }
          #header #tablet-nav-open span:nth-child(2) {
            top: 9px; }
          #header #tablet-nav-open span:nth-child(3) {
            top: 18px; } }

#advert-wrapper {
  position: absolute;
  right: 20px;
  top: 15px; }
  @media (max-width: 1120px) {
    #advert-wrapper {
      top: -95px;
      right: 10px; } }
  @media (max-width: 1023px) {
    #advert-wrapper {
      right: 20px; } }
  @media (max-width: 767px) {
    #advert-wrapper {
      display: none; } }

#main-section {
  padding: 40px 20px;
  min-height: calc(100vh - 260px); }
  #main-section .container {
    padding: 0; }
    @media (max-width: 1023px) {
      #main-section .container {
        padding: 0; } }
    #main-section .container.border-top {
      border-top: 1px solid #ccc;
      margin-top: 40px; }
  #main-section #button-wrap .side-nav ul {
    border: none; }
    #main-section #button-wrap .side-nav ul li a {
      display: inline-block;
      border: 2px solid #ddd;
      padding: 16px 20px;
      background: #fff;
      color: #666; }
      #main-section #button-wrap .side-nav ul li a:hover {
        background: #1e1e1e;
        border-color: #1e1e1e;
        color: #fff; }

#main-container > section {
  width: 66%;
  display: inline-block;
  vertical-align: top;
  padding-right: 4%; }
  @media (max-width: 767px) {
    #main-container > section {
      width: 100%;
      padding-right: 0; } }

#main-container > aside {
  width: 33%;
  display: inline-block;
  vertical-align: top; }
  @media (max-width: 767px) {
    #main-container > aside {
      width: 100%;
      margin-top: 50px;
      padding-top: 30px;
      border-top: 1px solid #ccc; } }
  #main-container > aside .latest-twitter {
    width: 100%;
    margin-left: 0;
    margin-top: 0;
    margin-bottom: 30px; }
    @media (max-width: 1023px) {
      #main-container > aside .latest-twitter .outline-button, #main-container > aside .latest-twitter .mediumLink {
        display: none; } }
    @media (max-width: 767px) {
      #main-container > aside .latest-twitter h2 {
        font-size: 22px; } }
    #main-container > aside .latest-twitter li {
      width: 100%; }
      @media (max-width: 1199px) {
        #main-container > aside .latest-twitter li:first-child {
          margin-right: 0; }
        #main-container > aside .latest-twitter li:last-child {
          margin-left: 0; } }
  #main-container > aside #mc_embed_signup form #mc_embed_signup_scroll h2 {
    padding-bottom: 26px;
    border-top: none;
    border-bottom: 1px solid #ccc;
    line-height: 30px;
    padding-top: 30px;
    margin-bottom: 20px;
    font-size: 26px; }
    @media (max-width: 767px) {
      #main-container > aside #mc_embed_signup form #mc_embed_signup_scroll h2 {
        font-size: 22px; } }
  #main-container > aside #mc_embed_signup form #mc_embed_signup_scroll .indicates-required {
    display: none; }
  #main-container > aside #mc_embed_signup form #mc_embed_signup_scroll .mc-field-group {
    clear: right;
    margin-bottom: 10px; }
    #main-container > aside #mc_embed_signup form #mc_embed_signup_scroll .mc-field-group:after {
      visibility: hidden;
      display: block;
      font-size: 0;
      content: " ";
      clear: both;
      height: 0; }
    @media (max-width: 1023px) {
      #main-container > aside #mc_embed_signup form #mc_embed_signup_scroll .mc-field-group {
        margin-bottom: 0; } }
    #main-container > aside #mc_embed_signup form #mc_embed_signup_scroll .mc-field-group label {
      display: inline-block;
      width: 30%;
      padding-top: 19px; }
      @media (max-width: 1150px) {
        #main-container > aside #mc_embed_signup form #mc_embed_signup_scroll .mc-field-group label {
          width: 40%; } }
      @media (max-width: 1023px) {
        #main-container > aside #mc_embed_signup form #mc_embed_signup_scroll .mc-field-group label {
          display: block;
          width: 100%; } }
    #main-container > aside #mc_embed_signup form #mc_embed_signup_scroll .mc-field-group input[type=checkbox] + label {
      width: 100%;
      padding-left: 20px;
      padding-top: 0;
      margin-bottom: 5px; }
    #main-container > aside #mc_embed_signup form #mc_embed_signup_scroll .mc-field-group input:not([type=checkbox]) {
      padding: 20px 10px;
      color: #666;
      background-color: #f6f6f6;
      border: none;
      float: right;
      display: inline-block;
      width: 70%; }
      @media (max-width: 1150px) {
        #main-container > aside #mc_embed_signup form #mc_embed_signup_scroll .mc-field-group input:not([type=checkbox]) {
          width: 60%; } }
      @media (max-width: 1023px) {
        #main-container > aside #mc_embed_signup form #mc_embed_signup_scroll .mc-field-group input:not([type=checkbox]) {
          display: block;
          width: 100%;
          float: none; } }
      #main-container > aside #mc_embed_signup form #mc_embed_signup_scroll .mc-field-group input:not([type=checkbox]):focus {
        border-color: #adadad;
        -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(160, 160, 160, 0.7);
        box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(160, 160, 160, 0.7);
        outline: none; }
  #main-container > aside #mc_embed_signup form #mc_embed_signup_scroll .mc-field-group.input-group > strong {
    display: block;
    margin-top: 25px;
    margin-bottom: 5px; }
  #main-container > aside #mc_embed_signup form #mc_embed_signup_scroll .mc-field-group.input-group li {
    position: relative; }
  #main-container > aside #mc_embed_signup form #mc_embed_signup_scroll .mc-field-group.input-group input[type=checkbox] {
    position: absolute;
    top: 5px; }
  #main-container > aside #mc_embed_signup form #mc_embed_signup_scroll .button {
    background-color: #fff;
    border-radius: 0;
    box-shadow: none;
    font-weight: normal;
    line-height: 1em;
    height: auto;
    text-shadow: none;
    display: inline-block;
    padding: 16px 20px;
    font-size: 13px;
    color: #666;
    border: 2px solid #ddd;
    margin-left: 0;
    float: right;
    margin-top: 10px; }
    #main-container > aside #mc_embed_signup form #mc_embed_signup_scroll .button:hover {
      background: #1e1e1e;
      border-color: #1e1e1e;
      color: #fff !important; }
    @media (max-width: 1023px) {
      #main-container > aside #mc_embed_signup form #mc_embed_signup_scroll .button {
        float: none;
        display: block; } }

#main-container .imageWrapper img {
  width: 100%; }

@media (max-width: 767px) {
  #main-container .content .text-block {
    padding-top: 0 !important; } }

#main-container .content h2 {
  border-top: 1px solid #ccc;
  font-size: 26px;
  line-height: 30px;
  padding-top: 30px;
  margin-bottom: 20px; }
  @media (max-width: 767px) {
    #main-container .content h2 {
      font-size: 22px; } }

#main-container .content h4 {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  line-height: 20px;
  text-shadow: none;
  margin-bottom: 20px; }

#main-container .content p, #main-container .content li {
  font-size: 13px;
  line-height: 22px; }

#main-container .content p {
  padding-right: 80px; }
  @media (max-width: 1023px) {
    #main-container .content p {
      padding-right: 40px; } }
  @media (max-width: 767px) {
    #main-container .content p {
      padding-right: 20px; } }

#main-container .content a:not(.mediumLink) {
  color: #1e1e1e; }

#main-container .content li {
  position: relative; }
  #main-container .content li:before {
    content: '';
    position: absolute;
    display: block;
    width: 3px;
    height: 3px;
    background: #f18857;
    left: 0;
    top: 10px;
    border-radius: 50%; }

#main-container .content .eg-navigation ul li:before {
  content: none; }

#main-container .content .links ul li:before {
  display: none; }

#main-container .content .gloop {
  padding: 0;
  margin-bottom: 20px;
  border-radius: 0; }
  #main-container .content .gloop + .gloop {
    margin-top: 0px;
    padding-top: 0; }

#main-container .content .contentJump {
  padding: 30px;
  margin-bottom: 10px;
  background: #fff;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #ddd; }
  #main-container .content .contentJump .mediumLink {
    border: 2px solid #ccc;
    color: #666; }
  #main-container .content .contentJump:hover {
    background: #f6f6f6; }
    #main-container .content .contentJump:hover .mediumLink {
      background: #1e1e1e;
      border-color: #1e1e1e;
      color: #fff; }
  #main-container .content .contentJump h4 {
    margin-bottom: 0;
    margin-top: 0; }
  #main-container .content .contentJump h3 {
    font-weight: 300;
    font-style: normal;
    margin-bottom: 0;
    margin-top: 0;
    line-height: 18px; }
  #main-container .content .contentJump p {
    margin-top: 12px; }
  #main-container .content .contentJump .goto-icon {
    position: relative; }
    #main-container .content .contentJump .goto-icon svg {
      position: absolute;
      width: 32px;
      top: -25px;
      right: -5px; }

#main-container .content .profile {
  margin-bottom: 10px;
  padding: 10px;
  background: #fff;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #ddd; }
  #main-container .content .profile .typeBox {
    width: 60%;
    margin-left: 20px; }
    @media (max-width: 1023px) {
      #main-container .content .profile .typeBox {
        width: 90%;
        margin-left: 0; } }
    @media (max-width: 767px) {
      #main-container .content .profile .typeBox {
        width: 100%;
        padding-left: 0;
        padding-right: 0; } }
    @media (max-width: 1023px) {
      #main-container .content .profile .typeBox h3 {
        display: inline-block;
        padding-right: 30px; } }
    @media (max-width: 767px) {
      #main-container .content .profile .typeBox h3 {
        display: block;
        padding-right: 20px; } }
    #main-container .content .profile .typeBox h4 {
      font-size: 16px;
      font-weight: 300; }
      @media (max-width: 1023px) {
        #main-container .content .profile .typeBox h4 {
          display: inline-block;
          position: relative;
          padding-right: 30px; }
          #main-container .content .profile .typeBox h4:before {
            content: '-';
            position: absolute;
            display: block;
            width: 3px;
            left: -19px;
            top: -1px; } }
    @media (max-width: 1023px) and (max-width: 767px) {
      #main-container .content .profile .typeBox h4:before {
        content: ''; } }
      @media (max-width: 767px) {
        #main-container .content .profile .typeBox h4 {
          display: block;
          padding-right: 0px;
          margin-bottom: 16px; } }
    #main-container .content .profile .typeBox p {
      padding-right: 0; }
    #main-container .content .profile .typeBox .moreLink {
      display: inline-block;
      height: auto;
      border-radius: 0;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      font-weight: normal;
      font-size: 13px;
      background: #f18857;
      padding: 16px 20px;
      border: 1px solid #ccc; }
      @media (max-width: 767px) {
        #main-container .content .profile .typeBox .moreLink {
          margin-right: 50px; } }
      #main-container .content .profile .typeBox .moreLink span {
        color: #fff; }
      #main-container .content .profile .typeBox .moreLink.hover {
        background: #1e1e1e;
        border: 1px solid #fff; }
        #main-container .content .profile .typeBox .moreLink.hover span {
          color: #fff; }
  @media (max-width: 767px) {
    #main-container .content .profile .imageBox {
      margin: 0; } }

#main-container .content .hover {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none; }

#main-container .mediumLink {
  color: #666;
  border-color: #ccc; }
  @media (max-width: 767px) {
    #main-container .mediumLink {
      text-align: left !important; } }
  #main-container .mediumLink:hover {
    background: #1e1e1e;
    border-color: #1e1e1e;
    color: #fff; }

#main-container .repeat-download {
  background: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border: 1px solid #ccc;
  padding: 20px;
  margin-bottom: 20px; }
  #main-container .repeat-download h2 {
    border-top: none;
    padding-top: 0; }
  #main-container .repeat-download .mediumLink {
    padding: 12px 20px;
    border: 2px solid #ccc;
    border-radius: 0;
    font-size: 13px;
    color: #666;
    margin-top: 10px;
    display: inline-block;
    text-align: center; }
    #main-container .repeat-download .mediumLink:hover {
      background: #1e1e1e;
      border-color: #1e1e1e;
      color: #fff; }
  #main-container .repeat-download table tr {
    background: none; }

#header-container {
  border-bottom: 1px solid #ccc;
  margin-bottom: 30px; }
  #header-container h1 {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 30px; }

.featureBlock {
  background: transparent;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0;
  margin-bottom: 20px;
  clear: both; }
  .featureBlock h2 {
    padding-bottom: 26px;
    border-top: none;
    border-bottom: 1px solid #ccc;
    line-height: 30px;
    padding-top: 30px;
    margin-bottom: 30px;
    font-size: 26px; }

.side-nav {
  padding-bottom: 30px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 30px;
  font-size: 13px; }
  .side-nav ul {
    border: 1px solid #ddd; }
    .side-nav ul a {
      display: block;
      background: #f6f6f6;
      color: #666;
      padding: 20px;
      border-bottom: 1px solid #ddd; }
    .side-nav ul li.selected a,
    .side-nav ul li:hover a {
      background: #000;
      color: #fff; }
    .side-nav ul li:last-child a {
      border-bottom: 0; }

.advert-wrapper img {
  width: 100%;
  margin-bottom: 40px; }

#footer {
  background: #000;
  height: 50px; }
  @media (max-width: 1023px) {
    #footer {
      height: 100px; } }
  @media (max-width: 767px) {
    #footer {
      height: auto; } }
  #footer .container {
    border-top: 1px solid #4b4b4b; }
  #footer .copyright {
    float: left;
    color: #fff;
    font-size: 13px;
    margin-top: 15px;
    margin-bottom: 0;
    margin-left: 20px; }
    #footer .copyright.copyright__tablet {
      display: none; }
    @media (max-width: 1023px) {
      #footer .copyright {
        display: none; }
        #footer .copyright.copyright__tablet {
          display: block; } }
    @media (max-width: 767px) {
      #footer .copyright {
        float: none;
        margin: 0;
        padding: 20px 20px; } }
  #footer ul {
    float: right; }
    @media (max-width: 1023px) {
      #footer ul {
        border-bottom: 1px solid #fff;
        width: 100%; } }
    @media (max-width: 767px) {
      #footer ul {
        float: none; } }
  #footer li {
    float: left; }
    #footer li:last-child a {
      border-right: 1px solid #4b4b4b; }
      @media (max-width: 767px) {
        #footer li:last-child a {
          border-right: 0; } }
    #footer li:hover a {
      background: #fff;
      color: #000; }
    @media (max-width: 767px) {
      #footer li {
        float: none; } }
  #footer a {
    display: inline-block;
    padding: 15px 20px 16px;
    font-size: 13px;
    color: #fff;
    border-left: 1px solid #4b4b4b; }
    @media (max-width: 767px) {
      #footer a {
        border-left: 0;
        display: block;
        width: 100%;
        border-top: 1px solid #4b4b4b; } }

.photographer-filter {
  height: 480px;
  width: 100%;
  font-size: 0;
  text-align: center; }
  @media (max-width: 1023px) {
    .photographer-filter {
      height: 620px; } }
  @media (max-width: 767px) {
    .photographer-filter.find-a-photographer {
      height: 820px; } }
  .photographer-filter .bg-cover {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center; }
    @media (max-width: 767px) {
      .photographer-filter .bg-cover {
        height: 68%; } }
  .photographer-filter .details-pane {
    right: 20px; }
    @media (max-width: 1023px) {
      .photographer-filter .details-pane {
        left: 20px;
        bottom: 20px; } }
    @media (max-width: 767px) {
      .photographer-filter .details-pane {
        bottom: 0;
        left: 0;
        right: 0;
        background: #000; } }
  @media (max-width: 767px) {
    .photographer-filter form {
      display: none; } }
  .photographer-filter .mobile-details {
    font-size: 13px;
    color: #ccc; }
    @media (max-width: 767px) {
      .photographer-filter .mobile-details {
        display: inline-block;
        text-align: left; }
        .photographer-filter .mobile-details br {
          display: none; } }
    @media (min-width: 768px) {
      .photographer-filter .mobile-details p {
        text-align: left; } }
    @media (min-width: 1024px) {
      .photographer-filter .mobile-details p {
        margin-bottom: 30px; } }
    .photographer-filter .mobile-details .outline-button, .photographer-filter .mobile-details #main-container .mediumLink, #main-container .photographer-filter .mobile-details .mediumLink {
      border-color: #666;
      width: 100%;
      text-align: left;
      position: relative;
      display: none; }
      @media (max-width: 767px) {
        .photographer-filter .mobile-details .outline-button, .photographer-filter .mobile-details #main-container .mediumLink, #main-container .photographer-filter .mobile-details .mediumLink {
          display: block; } }
      .photographer-filter .mobile-details .outline-button:before, .photographer-filter .mobile-details #main-container .mediumLink:before, #main-container .photographer-filter .mobile-details .mediumLink:before, .photographer-filter .mobile-details .outline-button:after, .photographer-filter .mobile-details #main-container .mediumLink:after, #main-container .photographer-filter .mobile-details .mediumLink:after {
        content: '';
        display: block;
        position: absolute;
        right: 13px;
        top: 21px;
        background: #fff;
        height: 2px;
        width: 20px; }
      .photographer-filter .mobile-details .outline-button:after, .photographer-filter .mobile-details #main-container .mediumLink:after, #main-container .photographer-filter .mobile-details .mediumLink:after {
        width: 2px;
        height: 20px;
        top: 12px;
        right: 22px; }
  .photographer-filter h2 {
    color: #fff;
    font-size: 30px;
    margin-bottom: 28px;
    text-align: left; }
    @media (max-width: 767px) {
      .photographer-filter h2 {
        font-size: 24px; } }
    .photographer-filter h2 .search-icon {
      display: inline-block;
      width: 24px;
      height: 24px;
      margin-left: 18px; }
  .photographer-filter .input-group {
    width: 19%;
    display: inline-block;
    margin-right: 1.25%;
    vertical-align: bottom; }
    @media (max-width: 1023px) {
      .photographer-filter .input-group {
        width: calc(50% - 10px);
        margin-right: 20px;
        margin-bottom: 10px;
        text-align: left; }
        .photographer-filter .input-group:nth-child(2n) {
          margin-right: 0; }
        .photographer-filter .input-group.submit-group {
          width: 100%;
          margin-right: 0; } }
    @media (min-width: 1024px) {
      .photographer-filter .input-group:last-child {
        margin-right: 0; } }
    @media (max-width: 767px) {
      .photographer-filter .input-group {
        width: 100%; } }
    .photographer-filter .input-group label {
      display: block;
      color: #fff;
      font-size: 13px;
      font-weight: 400;
      margin-bottom: 8px;
      text-align: left; }
      @media (max-width: 1023px) {
        .photographer-filter .input-group label {
          display: inline-block;
          margin-top: 16px; } }
      @media (max-width: 767px) {
        .photographer-filter .input-group label {
          margin-top: 0; } }
    .photographer-filter .input-group button {
      border: 0;
      background: #f18857;
      color: #fff;
      text-align: center;
      display: block;
      width: 100%;
      height: 50px;
      font-size: 13px;
      font-weight: 400; }
      @media (max-width: 1023px) {
        .photographer-filter .input-group button {
          margin-top: 15px; } }
    .photographer-filter .input-group .select2-container--default {
      width: 100% !important; }
      @media (max-width: 1023px) {
        .photographer-filter .input-group .select2-container--default {
          width: 170px !important;
          float: right; } }
      @media (max-width: 767px) {
        .photographer-filter .input-group .select2-container--default {
          width: 100% !important; } }
    .photographer-filter .input-group .select2-container--default .select2-selection--single {
      background: #3e3e3e;
      padding: 0 15px;
      height: 50px;
      border: 0;
      border-radius: 0; }
      .photographer-filter .input-group .select2-container--default .select2-selection--single .select2-selection__rendered {
        line-height: 50px;
        padding: 0;
        color: #bbb;
        font-size: 13px;
        text-align: left; }
      .photographer-filter .input-group .select2-container--default .select2-selection--single .select2-selection__arrow {
        top: 12px;
        right: 10px; }
        .photographer-filter .input-group .select2-container--default .select2-selection--single .select2-selection__arrow b {
          border-color: #bbb transparent transparent transparent; }
    .photographer-filter .input-group .select2-container--default.select2-container--open .select2-selection--single {
      background: #fff; }
      .photographer-filter .input-group .select2-container--default.select2-container--open .select2-selection--single .select2-selection__rendered {
        color: #111; }
      .photographer-filter .input-group .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
        border-color: transparent transparent #f18857 transparent; }
  .photographer-filter.base-enabled .input-group {
    width: 15%;
    margin-right: 1.6%; }
    @media (max-width: 1023px) {
      .photographer-filter.base-enabled .input-group {
        width: 25%;
        margin-right: 5%; } }
    @media (max-width: 767px) {
      .photographer-filter.base-enabled .input-group {
        width: 100%; } }
  .photographer-filter .alphabet-filter .alphabet {
    float: none;
    width: auto;
    padding-bottom: 0;
    position: static; }
    .photographer-filter .alphabet-filter .alphabet ul li {
      float: none;
      width: auto;
      margin-right: 0; }
      .photographer-filter .alphabet-filter .alphabet ul li a {
        display: inline-block;
        cursor: pointer;
        padding: 10px 17px;
        font-size: 13px;
        font-weight: normal;
        color: #666;
        border-right: 1px solid #ddd;
        border-top: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
        height: auto;
        width: auto;
        background-image: none;
        background-color: #fff; }
        @media (max-width: 767px) {
          .photographer-filter .alphabet-filter .alphabet ul li a {
            width: 42px; } }
        .photographer-filter .alphabet-filter .alphabet ul li a:first-child {
          border-left: 1px solid #ddd; }
        .photographer-filter .alphabet-filter .alphabet ul li a.active {
          border-radius: 0;
          border-color: #f18857;
          background-color: #f18857;
          color: #fff; }

.select2-container--default {
  width: 100% !important; }
  .select2-container--default .select2-results > .select2-results__options {
    max-height: 219px !important; }
  @media (max-width: 1023px) {
    .select2-container--default {
      width: 220px !important;
      float: right; } }
  @media (max-width: 767px) {
    .select2-container--default {
      width: 100% !important; } }

.assistantSearch .select2-container--default {
  width: 220px !important; }

.split-feature {
  font-size: 0;
  height: 480px; }
  @media (max-width: 767px) {
    .split-feature {
      height: 980px; } }
  .split-feature article {
    position: relative;
    width: calc(50% - 5px);
    height: 480px;
    display: inline-block; }
    @media (max-width: 767px) {
      .split-feature article {
        width: 100%; } }
    .split-feature article .bg-cover {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-size: cover;
      background-position: center; }
      @media (max-width: 1023px) {
        .split-feature article .bg-cover {
          height: 56%; } }
    .split-feature article:first-child .bg-cover {
      background-image: url(../images/aop-homepage-2.jpg); }
    .split-feature article:last-child {
      float: right; }
      .split-feature article:last-child .bg-cover {
        background-image: url(../images/aop-homepage-3.jpg); }
      @media (max-width: 767px) {
        .split-feature article:last-child {
          float: none; } }
  .split-feature h2 {
    font-size: 30px;
    color: #fff; }
  .split-feature p {
    font-size: 13px;
    color: #ccc;
    line-height: 22px;
    padding-right: 30px; }
  .split-feature .details-pane {
    width: 300px; }
    @media (max-width: 1023px) {
      .split-feature .details-pane {
        width: auto;
        right: 0;
        background: #000; } }

.triple-feature {
  font-size: 0;
  height: 480px; }
  @media (max-width: 767px) {
    .triple-feature {
      height: 980px; } }
  .triple-feature article {
    position: relative;
    width: calc(33.33% - 5px);
    height: 480px;
    display: inline-block; }
    @media (max-width: 767px) {
      .triple-feature article {
        width: 100%; } }
    .triple-feature article .bg-cover {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-size: cover;
      background-position: center; }
      @media (max-width: 1023px) {
        .triple-feature article .bg-cover {
          height: 56%; } }
    .triple-feature article:first-child .bg-cover {
      background-image: url(../images/aop-homepage-2.jpg); }
    .triple-feature article:last-child {
      float: right; }
      .triple-feature article:last-child .bg-cover {
        background-image: url(../images/aop-homepage-3.jpg); }
      @media (max-width: 767px) {
        .triple-feature article:last-child {
          float: none; } }
  .triple-feature h2 {
    font-size: 30px;
    color: #fff; }
  .triple-feature p {
    font-size: 13px;
    color: #ccc;
    line-height: 22px;
    padding-right: 30px; }
  .triple-feature .details-pane {
    width: 300px; }
    @media (max-width: 1023px) {
      .triple-feature .details-pane {
        width: auto;
        right: 0;
        background: #000; } }

.short-feature {
  height: 280px;
  width: 100%; }
  @media (max-width: 1023px) {
    .short-feature {
      height: 430px; } }
  @media (max-width: 767px) {
    .short-feature {
      height: 760px;
      padding-top: 160px; } }
  .short-feature .bg-cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/aop-homepage-4.jpg);
    background-size: cover;
    background-position: center; }
    @media (max-width: 1023px) {
      .short-feature .bg-cover {
        height: 44%; } }
  .short-feature .details-pane {
    top: 20px;
    width: 620px; }
    @media (max-width: 1023px) {
      .short-feature .details-pane {
        top: auto;
        width: auto;
        right: 0;
        background: #000; } }
  .short-feature h2 {
    font-size: 30px;
    color: #fff; }
    @media (max-width: 767px) {
      .short-feature h2 {
        padding-bottom: 30px;
        border-bottom: 1px solid #4d4d4d; } }
  .short-feature p {
    font-size: 13px;
    color: #ccc;
    line-height: 22px;
    margin-bottom: 0;
    margin-top: 0; }
  .short-feature .split {
    float: left; }
    .short-feature .split:first-of-type {
      width: 230px;
      padding-right: 30px;
      border-right: 1px solid #5a5552; }
      @media (max-width: 1023px) {
        .short-feature .split:first-of-type {
          width: 50%;
          padding-right: 5%; } }
      @media (max-width: 767px) {
        .short-feature .split:first-of-type {
          width: 100%;
          border-right: 0;
          padding-right: 0;
          border-bottom: 1px solid #4d4d4d;
          padding-bottom: 30px;
          margin-bottom: 30px; }
          .short-feature .split:first-of-type p {
            margin-bottom: 15px; } }
    .short-feature .split:last-child {
      margin-left: 30px;
      width: 295px; }
      @media (max-width: 1023px) {
        .short-feature .split:last-child {
          width: 45%;
          margin-left: 5%; } }
      @media (max-width: 767px) {
        .short-feature .split:last-child {
          width: 100%;
          margin-left: 0;
          padding-bottom: 80px; } }
    .short-feature .split .outline-button, .short-feature .split #main-container .mediumLink, #main-container .short-feature .split .mediumLink {
      width: 100%; }
    .short-feature .split .cta-button {
      position: absolute;
      bottom: 30px; }

.subscription-form {
  margin-top: 30px; }
  .subscription-form header {
    padding-bottom: 30px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 28px; }
    @media (max-width: 1199px) {
      .subscription-form header {
        margin-bottom: 20px; } }
    .subscription-form header h2 {
      color: #1e1e1e;
      font-size: 26px;
      margin: 0;
      width: 100%; }
      @media (max-width: 1199px) {
        .subscription-form header h2 {
          font-size: 22px;
          padding-right: 10px; } }
    .subscription-form header a {
      position: absolute;
      right: 0;
      top: -10px;
      margin: 0;
      color: #1e1e1e; }
    .subscription-form header .outline-button, .subscription-form header #main-container .mediumLink, #main-container .subscription-form header .mediumLink {
      padding: 10px 15px;
      border-color: #ccc;
      color: #666; }
  .subscription-form label {
    display: block;
    color: #666;
    font-size: 13px;
    font-weight: 400;
    line-height: 50px;
    text-align: left;
    float: left;
    width: 130px; }
    @media (max-width: 1199px) {
      .subscription-form label {
        line-height: 22px;
        margin-bottom: 5px; } }
    @media (max-width: 1023px) {
      .subscription-form label {
        display: inline-block; } }
    @media (max-width: 767px) {
      .subscription-form label {
        margin-top: 0; } }
  .subscription-form .mc-field-group {
    clear: both;
    width: 100%;
    margin-bottom: 10px;
    height: 50px; }
  .subscription-form input[type=email],
  .subscription-form input[type=text] {
    background: #f6f6f6;
    color: #1e1e1e;
    padding: 0 15px;
    height: 50px;
    border: 0;
    border-radius: 0;
    float: right;
    width: calc(100% - 130px); }
    @media (max-width: 1199px) {
      .subscription-form input[type=email],
      .subscription-form input[type=text] {
        clear: both;
        width: 100%;
        margin-bottom: 10px; } }
  .subscription-form input[type=submit] {
    background: #fff;
    color: #666;
    border: 2px solid #ccc;
    float: right;
    margin-top: 15px; }

.news-twitter-container {
  font-size: 0; }

.site-strapline {
  color: #1e1e1e;
  margin-bottom: 40px; }

.latest-news,
.latest-twitter {
  width: 62%;
  margin-top: 60px;
  position: relative;
  display: inline-block;
  vertical-align: top; }
  .latest-news header,
  .latest-twitter header {
    padding-bottom: 30px; }
    .latest-news header h2,
    .latest-twitter header h2 {
      color: #1e1e1e;
      font-size: 30px;
      margin: 0;
      width: 100%; }
    .latest-news header a,
    .latest-twitter header a {
      position: absolute;
      right: 0;
      top: -10px;
      margin: 0;
      color: #1e1e1e; }
    .latest-news header .outline-button, .latest-news header #main-container .mediumLink, #main-container .latest-news header .mediumLink,
    .latest-twitter header .outline-button,
    .latest-twitter header #main-container .mediumLink,
    #main-container .latest-twitter header .mediumLink {
      padding: 10px 15px;
      border-color: #ccc;
      color: #666; }
      .latest-news header .outline-button:hover, .latest-news header #main-container .mediumLink:hover, #main-container .latest-news header .mediumLink:hover,
      .latest-twitter header .outline-button:hover,
      .latest-twitter header #main-container .mediumLink:hover,
      #main-container .latest-twitter header .mediumLink:hover {
        background: #1e1e1e;
        border-color: #1e1e1e;
        color: #fff !important; }
  .latest-news .news-date,
  .latest-news .news-title,
  .latest-news .news-blurb,
  .latest-twitter .news-date,
  .latest-twitter .news-title,
  .latest-twitter .news-blurb {
    display: inline-block;
    vertical-align: top; }
  .latest-news .news-date,
  .latest-twitter .news-date {
    color: #1e1e1e;
    font-size: 15px;
    line-height: 22px;
    width: 15%;
    padding-left: 3%; }
    @media (max-width: 767px) {
      .latest-news .news-date,
      .latest-twitter .news-date {
        width: 100%;
        padding-left: 0;
        margin-bottom: 20px; } }
  .latest-news .news-title,
  .latest-twitter .news-title {
    color: #1e1e1e;
    font-size: 15px;
    line-height: 22px;
    width: 30%;
    padding-left: 3%; }
    @media (max-width: 767px) {
      .latest-news .news-title,
      .latest-twitter .news-title {
        width: 100%;
        padding-left: 0;
        margin-bottom: 40px; } }
  .latest-news .news-blurb,
  .latest-twitter .news-blurb {
    color: #666;
    font-size: 13px;
    line-height: 22px;
    width: 55%;
    padding-left: 7%; }
    @media (max-width: 767px) {
      .latest-news .news-blurb,
      .latest-twitter .news-blurb {
        width: 100%;
        padding-left: 0; } }

@media (max-width: 1199px) {
  .latest-news {
    width: 100%;
    margin-top: 70px; }
    .latest-news:after {
      content: '';
      display: block;
      height: 1px;
      width: 100vw;
      position: absolute;
      background: #ccc;
      bottom: 0;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%); } }

.latest-news li {
  border-top: 1px solid #ccc;
  padding: 40px 0; }

.latest-twitter {
  width: 34%;
  margin-left: 4%; }
  @media (max-width: 1199px) {
    .latest-twitter {
      width: 100%;
      margin-left: 0;
      margin-top: 70px; } }
  .latest-twitter header {
    border-bottom: 1px solid #ccc; }
  .latest-twitter p, .latest-twitter a {
    font-size: 13px;
    color: #666;
    text-decoration: none;
    line-height: 22px; }
  .latest-twitter span, .latest-twitter strong, .latest-twitter a {
    font-weight: 400; }
  .latest-twitter div {
    background: #f6f6f6;
    padding: 30px;
    position: relative; }
    .latest-twitter div :last-child {
      margin-bottom: 0; }
    .latest-twitter div:after {
      content: '';
      position: absolute;
      bottom: -12px;
      height: 0;
      width: 0;
      left: 20px;
      border-width: 7.5px;
      border-style: solid;
      border-color: #f6f6f6 transparent transparent #f6f6f6; }
    @media (min-width: 768px) and (max-width: 1199px) {
      .latest-twitter div {
        min-height: 165px; } }
  .latest-twitter li {
    padding: 30px 0 0;
    margin-bottom: 5px; }
    @media (max-width: 1199px) {
      .latest-twitter li {
        width: calc(50% - 5px);
        float: left; }
        .latest-twitter li:first-child {
          margin-right: 5px; }
        .latest-twitter li:last-child {
          margin-left: 5px; } }
    @media (max-width: 767px) {
      .latest-twitter li {
        width: 100%;
        float: none;
        margin: 0; } }

.photographerPortfolios {
  padding-bottom: 30px;
  margin-bottom: -10px !important; }
  .photographerPortfolios #thumbGrid .thumbnailWidth {
    width: 25%; }
    @media (max-width: 1023px) {
      .photographerPortfolios #thumbGrid .thumbnailWidth {
        width: 33.3%; } }
    @media (max-width: 767px) {
      .photographerPortfolios #thumbGrid .thumbnailWidth {
        width: 50%; } }
  .photographerPortfolios #thumbGrid .thumbnailWrapper {
    width: 25%;
    padding: 20px;
    opacity: 0;
    transition: opacity 500ms; }
    @media (max-width: 1023px) {
      .photographerPortfolios #thumbGrid .thumbnailWrapper {
        width: 33.3%; } }
    @media (max-width: 767px) {
      .photographerPortfolios #thumbGrid .thumbnailWrapper {
        width: 50%;
        padding: 0 0 20px 0; } }
    .photographerPortfolios #thumbGrid .thumbnailWrapper .thumbnail .image img {
      max-width: 100%; }
    .photographerPortfolios #thumbGrid .thumbnailWrapper .photographerName .photographer {
      margin: 20px 0 0 0; }
      @media (max-width: 767px) {
        .photographerPortfolios #thumbGrid .thumbnailWrapper .photographerName .photographer {
          padding: 0 0 0 20px; } }
      .photographerPortfolios #thumbGrid .thumbnailWrapper .photographerName .photographer[data-label]:after {
        content: attr(data-label);
        position: absolute;
        right: 20px;
        bottom: 20px; }
        @media (max-width: 767px) {
          .photographerPortfolios #thumbGrid .thumbnailWrapper .photographerName .photographer[data-label]:after {
            position: static;
            display: block;
            margin-top: 7px;
            color: #666; } }
    .photographerPortfolios #thumbGrid .thumbnailWrapper:after {
      content: '';
      display: block;
      position: absolute;
      top: 0px;
      left: 0px;
      right: -1px;
      bottom: -1px;
      border: 1px solid #ddd;
      pointer-events: none; }

.memberList {
  margin-bottom: 0 !important;
  padding-bottom: 78px; }
  .memberList .whiteBlock {
    background: #FFF;
    margin-bottom: 30px;
    padding: 0; }
    .memberList .whiteBlock ul {
      width: 33.33%;
      margin-right: 0;
      float: left;
      font-size: 0;
      border-bottom: 1px solid #ddd; }
      @media (max-width: 767px) {
        .memberList .whiteBlock ul {
          width: 100%;
          float: none;
          border-right: 1px solid #ddd !important;
          border-bottom: none; }
          .memberList .whiteBlock ul.last {
            border-bottom: 1px solid #ddd !important; } }
      .memberList .whiteBlock ul li {
        padding: 16px 17px;
        margin-top: 0;
        font-size: 13px;
        color: #666;
        background-color: #fff;
        border-left: 1px solid #ddd;
        border-top: 1px solid #ddd;
        border-bottom: none; }
        .memberList .whiteBlock ul li:hover {
          color: #fff;
          background-color: #1e1e1e; }
        .memberList .whiteBlock ul li .name {
          float: none;
          width: auto;
          text-transform: capitalize; }
      .memberList .whiteBlock ul.last {
        border-right: 1px solid #ddd !important; }

#pageNav {
  float: right;
  margin-top: 30px;
  height: auto;
  font-size: 13px;
  font-weight: 600;
  font-style: normal;
  position: relative;
  z-index: 2; }
  #pageNav.bottom-pageNav {
    margin-top: 38px; }
  @media (max-width: 767px) {
    #pageNav {
      float: none;
      width: 100%;
      text-align: left; } }
  #pageNav .pageDisplay {
    display: inline-block;
    height: auto;
    padding: 0;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    background: transparent;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #666;
    font-weight: 500;
    font-style: normal;
    font-size: 0;
    margin-left: 0; }
    @media (max-width: 767px) {
      #pageNav .pageDisplay {
        width: 100%; } }
    #pageNav .pageDisplay .portfolios {
      padding: 10px 17px;
      font-size: 13px;
      color: #666;
      border-left: 1px solid #ddd;
      border-top: 1px solid #ddd;
      border-bottom: 1px solid #ddd; }
      @media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
        #pageNav .pageDisplay .portfolios {
          padding: 8px 10px;
          text-align: center; } }
    #pageNav .pageDisplay .all {
      padding: 10px 17px;
      font-size: 13px;
      color: #666;
      border: 1px solid #ddd; }
      @media (max-width: 767px) {
        #pageNav .pageDisplay .all {
          padding: 10px 43px; } }
      @media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
        #pageNav .pageDisplay .all {
          padding: 8px 12px;
          text-align: center; } }
    #pageNav .pageDisplay span {
      background-color: transparent;
      font-size: 13px; }
      #pageNav .pageDisplay span.selected {
        background-color: #f6f6f6;
        color: #666; }
      @media (max-width: 767px) {
        #pageNav .pageDisplay span {
          width: 32.2%;
          display: inline-block; } }
      @media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
        #pageNav .pageDisplay span {
          font-size: 12px; } }

#find-a-section .generic-pagination {
  position: static;
  top: auto;
  padding-bottom: 30px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 30px; }
  @media (max-width: 767px) {
    #find-a-section .generic-pagination {
      float: none;
      padding-bottom: 68px;
      margin-bottom: 28px; } }

#find-a-section .foot-pagination {
  margin-top: 30px; }

#find-a-section a.assistantSearchButton {
  padding: 10px 17px;
  border: 1px solid #f18857;
  border-radius: 0;
  font-size: 13px;
  color: #fff;
  margin-top: 10px;
  display: inline-block;
  text-align: center;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  height: auto;
  display: block;
  font-weight: 500;
  margin-left: 0;
  background: #f18857; }

#find-a-section #pageNav {
  float: right;
  margin-top: 10px;
  height: auto;
  font-size: 13px;
  font-weight: 500;
  font-style: normal;
  position: static; }
  @media (max-width: 767px) {
    #find-a-section #pageNav {
      float: none;
      margin-bottom: 36px; } }

#find-a-section .resultList .resultBlock {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  padding: 15px 20px;
  margin-bottom: 10px; }
  #find-a-section .resultList .resultBlock .overview {
    background: none;
    padding-left: 0;
    float: left;
    width: 60%;
    padding-right: 90px; }
    @media (max-width: 767px) {
      #find-a-section .resultList .resultBlock .overview {
        width: 100%;
        padding-right: 20px; } }
    #find-a-section .resultList .resultBlock .overview div.p {
      height: auto;
      max-height: 95px; }
    #find-a-section .resultList .resultBlock .overview.ellip div.p {
      position: relative; }
      #find-a-section .resultList .resultBlock .overview.ellip div.p:after {
        content: '';
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        height: 15px;
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.85) 100%); }
    #find-a-section .resultList .resultBlock .overview.ellip:after {
      color: #f18857; }
  #find-a-section .resultList .resultBlock .details {
    width: 40%;
    margin-top: 35px; }
    @media (max-width: 767px) {
      #find-a-section .resultList .resultBlock .details {
        width: 100%;
        margin-top: 1em; } }
  #find-a-section .resultList .resultBlock .goto-icon {
    position: relative; }
    #find-a-section .resultList .resultBlock .goto-icon svg {
      position: absolute;
      width: 32px;
      top: -40px;
      right: 0px; }

#find-a-section .resultList .hover {
  box-shadow: none;
  background-color: #f6f6f6; }
  #find-a-section .resultList .hover .overview.ellip div.p:after {
    background: linear-gradient(to bottom, rgba(246, 246, 246, 0) 0%, rgba(246, 246, 246, 0.85) 100%); }

#find-a-section .alphabet {
  float: none;
  width: auto;
  padding-bottom: 26px;
  margin-bottom: 30px;
  position: static;
  border-bottom: 1px solid #ddd; }
  #find-a-section .alphabet ul li {
    float: none;
    width: auto;
    margin-right: 0;
    margin-bottom: 4px; }
    #find-a-section .alphabet ul li a {
      display: inline-block;
      padding: 10px 17px;
      font-size: 13px;
      font-weight: normal;
      color: #666;
      border-right: 1px solid #ddd;
      border-top: 1px solid #ddd;
      border-bottom: 1px solid #ddd;
      height: auto;
      width: auto;
      background-image: none;
      background-color: #fff; }
      #find-a-section .alphabet ul li a:first-child {
        border-left: 1px solid #ddd; }
      #find-a-section .alphabet ul li a.active {
        border-radius: 0;
        border-color: #f18857;
        background-color: #f18857;
        color: #fff; }

#find-a-section .agentList {
  margin-top: 30px; }
  #find-a-section .agentList table {
    width: 100%; }
    @media (max-width: 767px) {
      #find-a-section .agentList table thead {
        display: none; } }
    #find-a-section .agentList table tr {
      border-bottom: 1px solid #ddd; }
      #find-a-section .agentList table tr:nth-child(odd) {
        background-color: transparent; }
      #find-a-section .agentList table tr td {
        padding-top: 20px;
        padding-bottom: 20px;
        width: 20%; }
        @media (max-width: 767px) {
          #find-a-section .agentList table tr td {
            display: block;
            width: 100%;
            padding-top: 5px;
            padding-bottom: 5px; } }
        #find-a-section .agentList table tr td.profileLink {
          text-align: left; }
          @media (max-width: 767px) {
            #find-a-section .agentList table tr td.profileLink {
              padding-bottom: 30px; } }
          #find-a-section .agentList table tr td.profileLink a.lightLink {
            border-radius: 0;
            -webkit-border-radius: 0;
            -moz-border-radius: 0;
            -moz-box-shadow: none;
            -webkit-box-shadow: none;
            box-shadow: none;
            margin-bottom: 0;
            display: inline-block;
            padding: 10px 17px;
            font-size: 13px;
            font-weight: normal;
            color: #666;
            border: 1px solid #ddd;
            height: auto;
            width: auto;
            background-image: none;
            background-color: #fff; }
          #find-a-section .agentList table tr td.profileLink a:hover {
            color: #fff !important;
            background-color: #1e1e1e; }
        #find-a-section .agentList table tr td h3 {
          margin-bottom: 0; }
          @media (max-width: 767px) {
            #find-a-section .agentList table tr td h3 {
              padding-top: 18px; } }
      #find-a-section .agentList table tr th.profileLink {
        text-align: left; }

#find-a-section .searchBlock {
  border-top: none;
  background: #4f5053;
  padding: 0;
  margin-bottom: 30px;
  border-radius: 0;
  -webkit-border-radius: 0;
  clear: both;
  position: relative;
  top: 10px; }
  #find-a-section .searchBlock form .left {
    width: 50%; }
    @media (max-width: 1023px) {
      #find-a-section .searchBlock form .left {
        float: none;
        width: 100%; } }
  #find-a-section .searchBlock form .right {
    width: 33%; }
    @media (max-width: 1023px) {
      #find-a-section .searchBlock form .right {
        float: none;
        width: 100%; } }
    #find-a-section .searchBlock form .right .form-row {
      width: 100%; }
      #find-a-section .searchBlock form .right .form-row .title {
        text-align: left;
        float: none; }
      #find-a-section .searchBlock form .right .form-row .dropdown {
        width: 100%;
        margin-left: 0; }
        #find-a-section .searchBlock form .right .form-row .dropdown select {
          width: 100%; }
        #find-a-section .searchBlock form .right .form-row .dropdown .chzn-container-single {
          width: 100% !important; }
          @media (max-width: 1023px) {
            #find-a-section .searchBlock form .right .form-row .dropdown .chzn-container-single {
              width: 50% !important; } }
          @media (max-width: 767px) {
            #find-a-section .searchBlock form .right .form-row .dropdown .chzn-container-single {
              width: 100% !important; } }
      @media (max-width: 1023px) {
        #find-a-section .searchBlock form .right .form-row .reset {
          float: left; } }

.underlined-header {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #ddd; }

.memberOverview .detailBox {
  float: left;
  width: 30%; }
  @media (max-width: 767px) {
    .memberOverview .detailBox {
      float: none;
      width: 100%; } }
  .memberOverview .detailBox h4 {
    font-weight: 400;
    font-size: 18px; }
  .memberOverview .detailBox .image {
    margin-bottom: 20px; }
    .memberOverview .detailBox .image img {
      max-width: 80%; }
  .memberOverview .detailBox table tr:nth-child(odd) {
    background-color: transparent; }
  .memberOverview .detailBox table tr td {
    padding-top: 10px; }
  .memberOverview .detailBox a {
    color: #f18857;
    margin-right: 10px; }
    .memberOverview .detailBox a .fa {
      font-size: 24px; }
    .memberOverview .detailBox a:hover {
      color: #1e1e1e; }

.memberOverview .overviewBox {
  float: right;
  width: 70%;
  padding-right: 90px; }
  @media (max-width: 1023px) {
    .memberOverview .overviewBox {
      width: 60%;
      padding-right: 50px; } }
  @media (max-width: 767px) {
    .memberOverview .overviewBox {
      float: none;
      width: 100%;
      margin-top: 30px;
      padding-right: 20px; } }
  .memberOverview .overviewBox h4 {
    font-weight: 400;
    font-size: 18px; }
  .memberOverview .overviewBox a {
    color: #f18857; }
    .memberOverview .overviewBox a:hover {
      color: #1e1e1e; }
  .memberOverview .overviewBox.clientList {
    margin-top: 20px; }
    .memberOverview .overviewBox.clientList ul li {
      margin-bottom: 10px; }

.imageGridJoin {
  border-radius: 0;
  padding-left: 0;
  padding-top: 0; }
  .imageGridJoin .logoWrapper {
    margin-bottom: 10px;
    overflow: hidden;
    width: 24%;
    margin-right: 1%; }
    @media (min-width: 1024px) {
      .imageGridJoin .logoWrapper:nth-child(4n) {
        margin-right: 0; } }
    @media (min-width: 768px) and (max-width: 1023px) {
      .imageGridJoin .logoWrapper {
        width: 32.33%; }
        .imageGridJoin .logoWrapper:nth-child(3n) {
          margin-right: 0; } }
    @media (max-width: 767px) {
      .imageGridJoin .logoWrapper {
        width: 49%; }
        .imageGridJoin .logoWrapper:nth-child(2n) {
          margin-right: 0; } }
    .imageGridJoin .logoWrapper .logo {
      border: 1px solid #ddd;
      width: 100%;
      position: relative; }
      .imageGridJoin .logoWrapper .logo:after {
        content: '';
        display: block;
        padding-top: 100%; }
      .imageGridJoin .logoWrapper .logo img {
        max-height: 90%;
        max-width: 90%;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }

#profile-page #header-container {
  padding: 0; }
  #profile-page #header-container .header-back {
    padding-bottom: 30px; }
    #profile-page #header-container .header-back a {
      display: inline-block;
      padding: 16px 20px;
      font-size: 13px;
      color: #666;
      border: 2px solid #ddd;
      background: #fff; }
      #profile-page #header-container .header-back a:hover {
        background: #1e1e1e;
        border-color: #1e1e1e;
        color: #fff; }
  #profile-page #header-container h1 {
    padding-bottom: 24px;
    border-bottom: 1px solid #ddd; }

#profile-page .content .memberOverview .largeLink {
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 0; }
  #profile-page .content .memberOverview .largeLink a {
    padding: 16px 20px;
    border: 2px solid #ddd;
    border-radius: 0;
    font-size: 13px;
    font-weight: normal;
    color: #666 !important;
    display: inline-block;
    text-align: center;
    background-color: #fff;
    height: auto;
    margin-right: 10px;
    margin-bottom: 10px; }
    #profile-page .content .memberOverview .largeLink a:hover {
      background: #1e1e1e;
      border-color: #1e1e1e;
      color: #fff !important; }

#profile-page .content .memberOverview h4 {
  font-size: 26px;
  line-height: 30px;
  margin-bottom: 20px;
  color: #2c2d2e;
  font-weight: 300;
  font-style: normal;
  letter-spacing: -0.01em; }

#profile-page .content .photographerOverview {
  width: 70%;
  display: inline-block;
  vertical-align: top;
  padding-right: 4%; }
  @media (max-width: 767px) {
    #profile-page .content .photographerOverview {
      width: 100%;
      padding: 0; } }
  #profile-page .content .photographerOverview .overviewBox .images img {
    max-width: 100%;
    vertical-align: top; }
  #profile-page .content .photographerOverview .overviewBox h2 {
    border-top: 1px solid #ddd;
    font-size: 26px;
    line-height: 30px;
    padding-top: 30px;
    margin-bottom: 20px; }
  #profile-page .content .photographerOverview .largeLink {
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 0; }
    #profile-page .content .photographerOverview .largeLink a {
      padding: 16px 20px;
      border: 2px solid #ddd;
      border-radius: 0;
      font-size: 13px;
      font-weight: normal;
      color: #666 !important;
      display: inline-block;
      text-align: center;
      background-color: #fff;
      height: auto;
      margin-right: 10px;
      margin-bottom: 10px; }
      #profile-page .content .photographerOverview .largeLink a:hover {
        background: #1e1e1e;
        border-color: #1e1e1e;
        color: #fff !important; }

#profile-page .content aside {
  width: 29%;
  display: inline-block;
  vertical-align: top; }
  @media (max-width: 767px) {
    #profile-page .content aside {
      width: 100%;
      padding: 30px 0 0 0;
      margin-top: 10px;
      border-top: 1px solid #ddd; } }
  #profile-page .content aside .detailBox {
    background-color: #f6f6f6; }
    #profile-page .content aside .detailBox h4 {
      font-size: 13px;
      font-style: normal;
      font-weight: 600;
      padding: 20px;
      border-bottom: 1px solid #ddd; }
    #profile-page .content aside .detailBox table {
      margin: 20px;
      width: 100%;
      border-collapse: collapse; }
      #profile-page .content aside .detailBox table tr td {
        padding-bottom: 10px; }
        #profile-page .content aside .detailBox table tr td:first-child {
          padding-right: 55px; }
          @media (max-width: 1350px) {
            #profile-page .content aside .detailBox table tr td:first-child {
              padding-right: 20px; } }
          @media (max-width: 1023px) {
            #profile-page .content aside .detailBox table tr td:first-child {
              padding-right: 10px; } }
        #profile-page .content aside .detailBox table tr td a {
          color: #f18857; }
        #profile-page .content aside .detailBox table tr td div {
          overflow: hidden; }
          #profile-page .content aside .detailBox table tr td div a {
            word-wrap: break-word;
            word-break: break-all;
            display: block;
            width: 95%; }
      #profile-page .content aside .detailBox table tr:nth-child(odd) {
        background: transparent; }
    #profile-page .content aside .detailBox .icon-link {
      font-size: 20px;
      padding-left: 20px;
      padding-bottom: 20px; }

#main-container .news-content {
  width: 66%;
  display: inline-block;
  vertical-align: top;
  padding-right: 4%; }
  @media (max-width: 767px) {
    #main-container .news-content {
      width: 100%;
      padding: 0; } }
  #main-container .news-content .blog-post-container .newsRepeat {
    border-bottom: 1px solid #ddd;
    margin-bottom: 60px; }
    #main-container .news-content .blog-post-container .newsRepeat .details {
      border-top: 1px solid #ddd;
      border-bottom: 1px solid #ddd; }
  #main-container .news-content img {
    max-width: 100%;
    width: auto !important;
    height: auto !important; }
  #main-container .news-content a {
    color: #f18857; }
  #main-container .news-content .clearfix {
    display: inline; }
  #main-container .news-content .newsBlock {
    background-color: #f6f6f6;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 20px;
    margin-bottom: 0; }
    #main-container .news-content .newsBlock .post-title a {
      color: #f18857; }
    #main-container .news-content .newsBlock .typeBox {
      float: none;
      width: auto;
      padding: 0;
      position: static; }
      #main-container .news-content .newsBlock .typeBox p {
        font-size: 13px;
        line-height: 22px;
        padding-right: 80px;
        margin-bottom: 15px; }
        #main-container .news-content .newsBlock .typeBox p a {
          color: #f18857; }
    #main-container .news-content .newsBlock .imageBox {
      margin: 13px 13px 13px 0px; }
    #main-container .news-content .newsBlock a .mediumLink {
      color: #666;
      border-color: #ccc; }
      #main-container .news-content .newsBlock a .mediumLink:hover {
        background: #1e1e1e;
        border-color: #1e1e1e;
        color: #fff; }
    #main-container .news-content .newsBlock a:hover .mediumLink {
      background: #1e1e1e;
      border-color: #1e1e1e;
      color: #fff; }

#main-container .content h2 {
  border-top: none; }

#main-container .content .loginRow {
  border-bottom: 0;
  margin: 0; }
  #main-container .content .loginRow h4 {
    display: inline-block;
    width: 12%;
    padding-top: 15px; }
    @media (max-width: 767px) {
      #main-container .content .loginRow h4 {
        display: block;
        margin: 0 0 5px 0; } }
  #main-container .content .loginRow input {
    padding: 20px 10px;
    color: #666;
    background-color: #f6f6f6;
    border: none;
    display: inline-block;
    width: 30%;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-bottom: 10px; }
    @media (max-width: 1023px) {
      #main-container .content .loginRow input {
        width: 60%; } }
    @media (max-width: 767px) {
      #main-container .content .loginRow input {
        display: block;
        width: 100%; } }
  #main-container .content .loginRow .loginButton {
    background-color: #fff;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    box-shadow: none;
    font-size: 13px;
    font-weight: normal;
    line-height: 1em;
    height: auto;
    text-shadow: none;
    display: inline-block;
    padding: 16px 20px;
    color: #666;
    border: 2px solid #ddd;
    margin-left: 250px;
    width: auto; }
    #main-container .content .loginRow .loginButton:hover {
      background: #1e1e1e;
      border-color: #1e1e1e;
      color: #fff; }
    @media (max-width: 767px) {
      #main-container .content .loginRow .loginButton {
        display: block;
        margin: 10px 0 0 0; } }

#main-container .content .caution, #main-container .content .warning {
  padding: 10px 15px;
  background: #ffe3d3;
  color: #f18857;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0; }

#main-container .content .reset-password-form .form-element {
  float: none;
  width: auto; }
  #main-container .content .reset-password-form .form-element label {
    display: inline-block;
    width: 20% !important;
    padding-top: 15px; }
    @media (max-width: 767px) {
      #main-container .content .reset-password-form .form-element label {
        display: block;
        width: 100%;
        padding-top: 0; } }
  #main-container .content .reset-password-form .form-element input {
    width: 30%;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-bottom: 10px;
    background-color: #f6f6f6;
    border-radius: 0;
    border: none;
    font-size: 13px;
    font-weight: normal;
    line-height: 1em;
    height: auto;
    text-shadow: none;
    display: inline-block;
    color: #666;
    padding: 20px 10px; }
    @media (max-width: 1023px) {
      #main-container .content .reset-password-form .form-element input[type="text"] {
        width: 60%; } }
    @media (max-width: 767px) {
      #main-container .content .reset-password-form .form-element input[type="text"] {
        display: block;
        width: 100%; } }
    #main-container .content .reset-password-form .form-element input[type="submit"] {
      border: 2px solid #ddd;
      background-color: #fff;
      padding: 16px 20px;
      width: auto; }
      #main-container .content .reset-password-form .form-element input[type="submit"]:hover {
        background: #1e1e1e;
        border-color: #1e1e1e;
        color: #fff; }

#main-container .content #anchor-buttons {
  margin-bottom: 40px; }
  #main-container .content #anchor-buttons .helpToggle {
    background: #1e1e1e;
    border-color: #1e1e1e;
    color: #fff;
    background-repeat: no-repeat;
    border-radius: 0;
    border: 2px solid #1e1e1e;
    box-shadow: none;
    float: none;
    font-size: 13px;
    font-weight: normal;
    height: auto;
    padding: 16px 9px;
    line-height: 1em;
    margin: 0;
    text-shadow: none;
    width: 100%;
    text-align: left; }
    #main-container .content #anchor-buttons .helpToggle .question-mark {
      position: relative; }
      #main-container .content #anchor-buttons .helpToggle .question-mark svg {
        width: 30px;
        position: absolute;
        background-color: #fff;
        -moz-border-radius: 15px;
        -webkit-border-radius: 15px;
        border-radius: 15px;
        top: -9px; }
    #main-container .content #anchor-buttons .helpToggle span {
      padding-left: 40px; }

#main-container .content .bottomDivided {
  border-bottom: 1px solid #ccc;
  padding-bottom: 30px;
  margin-bottom: 30px; }
  #main-container .content .bottomDivided .dashboardInformationWrapper {
    padding: 20px;
    margin-bottom: 10px;
    background: #1e1e1e;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0; }
    #main-container .content .bottomDivided .dashboardInformationWrapper .promptWrapper .indicator {
      float: none;
      display: inline-block;
      text-indent: 0;
      position: absolute;
      top: 8px; }
    #main-container .content .bottomDivided .dashboardInformationWrapper p {
      color: #fff;
      width: 79%; }
    #main-container .content .bottomDivided .dashboardInformationWrapper h2 {
      margin: 0 0 20px 36px;
      padding: 6px 0 0 0;
      display: inline-block; }
      #main-container .content .bottomDivided .dashboardInformationWrapper h2 a {
        color: #fff; }
      #main-container .content .bottomDivided .dashboardInformationWrapper h2 span {
        color: #fff; }
    #main-container .content .bottomDivided .dashboardInformationWrapper .divider {
      border: 1px solid #ddd; }

#main-container .content .dashboardLink {
  padding: 30px;
  margin-bottom: -1px;
  background: #fff;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #ddd; }
  #main-container .content .dashboardLink h3 {
    font-size: 26px;
    font-weight: 300;
    font-style: normal;
    margin-bottom: 15px;
    margin-top: 0;
    line-height: 26px;
    color: #2c2d2e;
    background: none; }
  #main-container .content .dashboardLink p {
    margin-bottom: 0; }
  #main-container .content .dashboardLink .goto-icon {
    position: relative; }
    #main-container .content .dashboardLink .goto-icon svg {
      position: absolute;
      width: 32px;
      top: -25px;
      right: -5px; }
  #main-container .content .dashboardLink:hover {
    background: #f6f6f6; }

#main-container aside .dashboardSummary {
  background: #f6f6f6;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 10px 0;
  margin-bottom: 10px; }
  #main-container aside .dashboardSummary h2 {
    font-size: 13px;
    font-weight: 600;
    color: #2c2d2e;
    margin: 0;
    text-transform: capitalize;
    border-bottom: 1px solid #ccc;
    padding-bottom: 12px;
    text-indent: 20px; }
    #main-container aside .dashboardSummary h2 span {
      font-weight: normal;
      float: right;
      color: #2c2d2e;
      margin-right: 20px; }
    #main-container aside .dashboardSummary h2 a {
      font-weight: normal;
      float: right;
      color: #f18857;
      margin-right: 20px; }
  #main-container aside .dashboardSummary a img {
    padding: 20px; }
  #main-container aside .dashboardSummary .summary-element {
    float: none;
    width: auto;
    margin-bottom: 0;
    text-shadow: none;
    padding: 0 20px 10px 20px; }
    #main-container aside .dashboardSummary .summary-element:last-of-type {
      padding-top: 0;
      padding-bottom: 10px; }
    #main-container aside .dashboardSummary .summary-element:first-of-type {
      padding-top: 20px; }
    #main-container aside .dashboardSummary .summary-element span.label {
      font-size: 13px;
      color: #2c2d2e;
      display: inline-block;
      width: 50%;
      float: none; }
    #main-container aside .dashboardSummary .summary-element span.summary-info {
      font-size: 13px;
      font-weight: 600;
      color: #1e1e1e;
      display: inline-block;
      width: 49%;
      float: none;
      text-align: left; }

#main-container aside .dashboard-divider {
  margin-top: 30px;
  margin-bottom: 26px;
  border-bottom: 1px solid #ccc; }

#main-container aside .right-col h2 {
  border-bottom: 1px solid #ccc;
  padding-bottom: 26px; }

#main-container aside .right-col a span {
  color: #f18857; }

#main-container #widget-form .tab-wrapper ul.tab-head {
  float: right;
  width: 33%;
  display: inline-block;
  vertical-align: top;
  max-width: 33%;
  border: 1px solid #ddd; }
  @media (max-width: 767px) {
    #main-container #widget-form .tab-wrapper ul.tab-head {
      float: none;
      width: 100%;
      display: block;
      max-width: 100%; } }

#main-container #widget-form .tab-wrapper ul li {
  width: auto;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin-bottom: 0;
  border-bottom: 1px solid #ddd; }
  #main-container #widget-form .tab-wrapper ul li a {
    display: block;
    background: #f6f6f6;
    color: #666;
    padding: 20px;
    font-size: 13px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none !important; }
    #main-container #widget-form .tab-wrapper ul li a.search-choice-close {
      background: url("../images/chosen-sprite.png") right top no-repeat;
      padding: 0; }
  #main-container #widget-form .tab-wrapper ul li:not(.search-choice):hover a {
    background: #1e1e1e;
    border-color: #1e1e1e;
    color: #fff; }
  #main-container #widget-form .tab-wrapper ul li.selected a {
    background: #1e1e1e;
    border-color: #1e1e1e;
    color: #fff; }
  #main-container #widget-form .tab-wrapper ul li:last-child {
    border-bottom: 0; }

#main-container #widget-form .tab-wrapper .content-wrapper table {
  width: 100%; }

#main-container #widget-form .tab-wrapper .content-wrapper .tab-content {
  float: left;
  width: 66%;
  display: inline-block;
  vertical-align: top;
  padding-right: 4%; }
  @media (max-width: 767px) {
    #main-container #widget-form .tab-wrapper .content-wrapper .tab-content {
      float: none;
      width: 100%;
      display: block;
      padding: 24px 0; } }
  #main-container #widget-form .tab-wrapper .content-wrapper .tab-content .profile-image-upload-instance {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #ddd !important; }
    #main-container #widget-form .tab-wrapper .content-wrapper .tab-content .profile-image-upload-instance .preview-wrapper .enforcer {
      float: none; }
      #main-container #widget-form .tab-wrapper .content-wrapper .tab-content .profile-image-upload-instance .preview-wrapper .enforcer a #preview-image {
        margin-bottom: 10px; }
    #main-container #widget-form .tab-wrapper .content-wrapper .tab-content .profile-image-upload-instance .preview-wrapper .preview-filename {
      float: none;
      margin: 0; }
    #main-container #widget-form .tab-wrapper .content-wrapper .tab-content .profile-image-upload-instance .preview-wrapper #remove-profile-image {
      margin-left: 0;
      margin-right: 10px; }
  #main-container #widget-form .tab-wrapper .content-wrapper .tab-content #social_media_and_websites {
    border-bottom: none;
    padding-bottom: 0; }
    #main-container #widget-form .tab-wrapper .content-wrapper .tab-content #social_media_and_websites label {
      float: left;
      width: 140px;
      padding-top: 20px; }
      @media (max-width: 767px) {
        #main-container #widget-form .tab-wrapper .content-wrapper .tab-content #social_media_and_websites label {
          float: none;
          padding-top: 0;
          margin-bottom: 6px; } }
    #main-container #widget-form .tab-wrapper .content-wrapper .tab-content #social_media_and_websites .form-note {
      margin: 5px 0 16px 140px; }
      @media (max-width: 767px) {
        #main-container #widget-form .tab-wrapper .content-wrapper .tab-content #social_media_and_websites .form-note {
          margin: 5px 0 0 0; } }
    @media (max-width: 767px) {
      #main-container #widget-form .tab-wrapper .content-wrapper .tab-content #social_media_and_websites .form-element .grid table.simple {
        width: 100%; } }
  #main-container #widget-form .tab-wrapper .content-wrapper .tab-content #public_contact_information label {
    float: left;
    width: 140px;
    padding-top: 20px; }
    @media (max-width: 767px) {
      #main-container #widget-form .tab-wrapper .content-wrapper .tab-content #public_contact_information label {
        padding-top: 0;
        margin-bottom: 6px; } }
  #main-container #widget-form .tab-wrapper .content-wrapper .tab-content #public_contact_information .form-note {
    margin: 5px 0 16px 140px; }
    @media (max-width: 767px) {
      #main-container #widget-form .tab-wrapper .content-wrapper .tab-content #public_contact_information .form-note {
        margin: 5px 0 0 0; } }
  #main-container #widget-form .tab-wrapper .content-wrapper .tab-content #service_details label {
    float: left;
    width: 140px;
    padding-top: 20px; }
    @media (max-width: 767px) {
      #main-container #widget-form .tab-wrapper .content-wrapper .tab-content #service_details label {
        padding-top: 0;
        margin-bottom: 6px; } }
  #main-container #widget-form .tab-wrapper .content-wrapper .tab-content #service_details .form-note {
    margin: 5px 0 16px 140px; }
    @media (max-width: 767px) {
      #main-container #widget-form .tab-wrapper .content-wrapper .tab-content #service_details .form-note {
        margin: 5px 0 0 0; } }
  #main-container #widget-form .tab-wrapper .content-wrapper .tab-content #transportation label {
    float: left;
    width: 140px;
    padding-top: 20px; }
    @media (max-width: 767px) {
      #main-container #widget-form .tab-wrapper .content-wrapper .tab-content #transportation label {
        padding-top: 0;
        margin-bottom: 6px; } }
  #main-container #widget-form .tab-wrapper .content-wrapper .tab-content #transportation .form-note {
    margin: 5px 0 16px 140px; }
    @media (max-width: 767px) {
      #main-container #widget-form .tab-wrapper .content-wrapper .tab-content #transportation .form-note {
        margin: 5px 0 0 0; } }

#main-container #widget-form .summary {
  color: #666;
  font-size: 13px;
  line-height: 22px; }
  #main-container #widget-form .summary p {
    color: #666;
    font-size: 13px;
    line-height: 22px;
    padding-right: 80px; }
    @media (max-width: 767px) {
      #main-container #widget-form .summary p {
        padding-right: 0; } }

#main-container #widget-form .form-element {
  width: auto;
  float: none; }
  #main-container #widget-form .form-element .form-note {
    float: none;
    margin: 0 0 16px 0;
    width: auto; }
  #main-container #widget-form .form-element label {
    float: none;
    font-size: 13px;
    color: #666;
    width: auto;
    height: auto;
    padding-right: 0;
    margin-bottom: 16px; }
  #main-container #widget-form .form-element #overview {
    width: 70%;
    padding: 8px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #fff;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    color: #666;
    font-size: 13px;
    display: block;
    border-color: #ddd;
    margin: 16px 0; }
    @media (max-width: 1023px) {
      #main-container #widget-form .form-element #overview {
        width: 100%; } }
  #main-container #widget-form .form-element input[type=text],
  #main-container #widget-form .form-element input[type=tel],
  #main-container #widget-form .form-element input[type=email] {
    padding: 20px 10px;
    color: #666;
    background-color: #f6f6f6;
    border: none;
    display: inline-block;
    width: 40%;
    border-radius: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none; }
    @media (max-width: 767px) {
      #main-container #widget-form .form-element input[type=text],
      #main-container #widget-form .form-element input[type=tel],
      #main-container #widget-form .form-element input[type=email] {
        display: block;
        width: 100%; } }
  #main-container #widget-form .form-element .chosen-search input[type=text] {
    padding: 10px;
    width: 100%; }
  #main-container #widget-form .form-element .simple-body input[type=text] {
    width: 100%; }
  #main-container #widget-form .form-element table.simple button.add_one {
    background-color: #f18857;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-weight: normal;
    line-height: 1em;
    height: auto;
    text-shadow: none;
    display: inline-block;
    padding: 16px 20px;
    font-size: 13px;
    color: #fff;
    border: 2px solid #f18857;
    margin-left: 0; }
    #main-container #widget-form .form-element table.simple button.add_one:hover {
      background: #fff;
      color: #f18857 !important; }
  #main-container #widget-form .form-element:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0; }

#main-container #widget-form fieldset {
  border: 0;
  border-bottom: 1px solid #ddd;
  margin: 0 0 30px;
  padding: 0 0 30px; }

#main-container .notice {
  padding: 15px 0;
  font-size: 13px;
  font-weight: bold;
  color: #f18857; }
  #main-container .notice:before {
    content: '!';
    display: inline-block;
    background: #f18857;
    height: 20px;
    width: 20px;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    margin-right: 10px;
    line-height: 18px; }

#main-container .dashboardLink .notice {
  display: block;
  margin: 5px 0; }

#main-container .galleries .edit-category {
  font-size: 12px;
  border: 0;
  color: #999;
  background: none;
  text-decoration: underline;
  display: inline-block;
  padding: 0;
  margin-left: 10px; }

#main-container .galleries .delete-gallery {
  border-color: #999;
  background: #fff;
  padding: 11px; }
  #main-container .galleries .delete-gallery svg {
    height: 20px;
    width: 20px;
    fill: #999 !important; }
  #main-container .galleries .delete-gallery:hover {
    background: #999; }
    #main-container .galleries .delete-gallery:hover svg {
      fill: #fff !important; }

#main-container .galleries .preview-gallery {
  float: right;
  margin-right: 15px;
  margin-top: -15px;
  font-size: 14px; }

#main-container .galleries .images h1 {
  margin-bottom: 30px;
  margin-top: 30px; }

#main-container .galleries > ul.ui-tabs-nav {
  background: none;
  border: 0;
  padding: 0;
  margin: 0 0 15px; }
  #main-container .galleries > ul.ui-tabs-nav li {
    border: 0;
    margin-right: 10px; }
  #main-container .galleries > ul.ui-tabs-nav > .ui-state-default {
    background: none; }
    #main-container .galleries > ul.ui-tabs-nav > .ui-state-default .ui-tabs-anchor {
      border-color: #ccc;
      color: #ccc; }
    #main-container .galleries > ul.ui-tabs-nav > .ui-state-default .delete-gallery {
      border-color: #ccc; }
    #main-container .galleries > ul.ui-tabs-nav > .ui-state-default.ui-state-active {
      background: #fff; }
      #main-container .galleries > ul.ui-tabs-nav > .ui-state-default.ui-state-active .ui-tabs-anchor {
        border-color: #000;
        color: #000; }
      #main-container .galleries > ul.ui-tabs-nav > .ui-state-default.ui-state-active .delete-gallery {
        border-color: #333; }

#main-container .galleries .ui-tabs-anchor {
  height: 48px;
  padding: 15px 20px;
  border-top: 2px solid #000;
  border-left: 2px solid #000;
  border-bottom: 2px solid #000; }

.fancybox-wrap .fancybox-skin {
  position: relative;
  padding: 0;
  margin: 0;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  box-shadow: none; }
  .fancybox-wrap .fancybox-skin .dialog-contents .right-column {
    width: 150px; }
    .fancybox-wrap .fancybox-skin .dialog-contents .right-column .form-element {
      width: 150px; }
      .fancybox-wrap .fancybox-skin .dialog-contents .right-column .form-element .image-sizer {
        width: 150px; }
  .fancybox-wrap .fancybox-skin .dialog-contents input[type=text] {
    padding: 15px 10px;
    color: #666;
    background-color: #f4f4f4;
    border: 1px solid #ddd;
    display: inline-block;
    width: 40%;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .fancybox-wrap .fancybox-skin .dialog-contents textarea {
    padding: 15px 10px;
    color: #666;
    background-color: #f4f4f4;
    border: 1px solid #ddd;
    display: inline-block;
    width: 40%;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    height: 80px; }
    .fancybox-wrap .fancybox-skin .dialog-contents textarea#video_link {
      width: 100% !important;
      display: block;
      height: 50px; }
  .fancybox-wrap .fancybox-skin .dialog-contents .bottom-container .form-element {
    display: block; }
    .fancybox-wrap .fancybox-skin .dialog-contents .bottom-container .form-element label {
      float: none; }
  .fancybox-wrap .fancybox-skin .dialog-contents .reveal {
    display: none; }
  .fancybox-wrap .fancybox-skin .dialog-contents .divider, .fancybox-wrap .fancybox-skin .dialog-contents .vertical-divider {
    border-bottom: 1px solid #ddd; }
  .fancybox-wrap .fancybox-skin .dialog-contents .dialog-buttons {
    top: 12px; }
    .fancybox-wrap .fancybox-skin .dialog-contents .dialog-buttons button {
      background-color: #fff;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      border-radius: 0;
      border: 0;
      -moz-box-shadow: none;
      -webkit-box-shadow: none;
      box-shadow: none;
      font-size: 13px;
      font-weight: normal;
      line-height: 1em;
      height: auto;
      text-shadow: none;
      display: inline-block;
      padding: 16px 20px;
      font-size: 13px;
      color: #666;
      border: 2px solid #ddd;
      width: auto; }
      .fancybox-wrap .fancybox-skin .dialog-contents .dialog-buttons button:hover {
        background: #1e1e1e;
        border-color: #1e1e1e;
        color: #fff; }

.folio-image .add-new-image,
.folio-image .add-new-video {
  cursor: pointer;
  position: absolute;
  left: 0;
  right: 0;
  border-bottom: 1px solid #ddd;
  font-size: 16px;
  height: 50%;
  text-align: center;
  line-height: 118px;
  background: rgba(255, 255, 255, 0.1);
  transition: all 250ms; }
  .folio-image .add-new-image:hover,
  .folio-image .add-new-video:hover {
    background: #e6e6e6; }

.folio-image .add-new-video {
  top: 50%;
  border-bottom: 0; }

.form-element #fileupload-container {
  cursor: pointer;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  font-weight: normal;
  font-size: 13px;
  float: none;
  display: block;
  width: 120px;
  height: 46px; }
  .form-element #fileupload-container span {
    color: #fff;
    line-height: 15px;
    padding-left: 15px;
    position: relative;
    top: 13px; }
  .form-element #fileupload-container input[type=file] {
    width: 120px;
    height: 46px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0; }

#widget-form.reset-password-form .form-element {
  float: none;
  width: auto; }
  #widget-form.reset-password-form .form-element label {
    display: inline-block;
    width: 14% !important;
    padding-top: 15px; }
    @media (max-width: 767px) {
      #widget-form.reset-password-form .form-element label {
        display: block;
        width: 100%;
        padding-top: 0; } }
  #widget-form.reset-password-form .form-element input[type="password"], #widget-form.reset-password-form .form-element input {
    width: 30%;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-bottom: 10px;
    background-color: #f6f6f6;
    border-radius: 0;
    border: none;
    box-shadow: none;
    font-size: 13px;
    font-weight: normal;
    line-height: 1em;
    height: auto;
    text-shadow: none;
    display: inline-block;
    color: #666;
    padding: 20px 10px; }
    @media (max-width: 1023px) {
      #widget-form.reset-password-form .form-element input[type="password"][type="password"], #widget-form.reset-password-form .form-element input[type="password"] {
        width: 60%; } }
    @media (max-width: 767px) {
      #widget-form.reset-password-form .form-element input[type="password"][type="password"], #widget-form.reset-password-form .form-element input[type="password"] {
        display: block;
        width: 100%; } }
  #widget-form.reset-password-form .form-element .button {
    border: 2px solid #ddd;
    background-color: #fff;
    padding: 16px 20px;
    width: auto; }
    #widget-form.reset-password-form .form-element .button:hover {
      background: #1e1e1e;
      border-color: #1e1e1e;
      color: #fff; }

.folio-image-wrapper {
  display: none; }
  .folio-image-wrapper.ui-sortable {
    display: block; }
  .folio-image-wrapper .header {
    border-bottom: 1px solid #ddd;
    padding-bottom: 25px;
    margin-bottom: 40px;
    margin-top: -40px; }
    .folio-image-wrapper .header p {
      width: 50%;
      line-height: 22px; }
      @media (max-width: 1199px) {
        .folio-image-wrapper .header p {
          width: 75%; } }
      @media (max-width: 767px) {
        .folio-image-wrapper .header p {
          display: block;
          width: 100%; } }
    .folio-image-wrapper .header #button-wrapper #anchor-buttons {
      border-bottom: 1px solid #ddd;
      padding-bottom: 25px;
      margin-bottom: 40px; }
  .folio-image-wrapper .images {
    width: 101%; }
  .folio-image-wrapper .folio-image,
  .folio-image-wrapper .folio-image-placeholder {
    display: block;
    outline: 1px solid #ddd;
    width: 19%;
    height: auto;
    margin-right: 1%;
    margin-bottom: 1%;
    overflow: hidden; }
    .folio-image-wrapper .folio-image:after,
    .folio-image-wrapper .folio-image-placeholder:after {
      content: '';
      display: block;
      padding-top: 100%; }
      @media (max-width: 767px) {
        .folio-image-wrapper .folio-image:after,
        .folio-image-wrapper .folio-image-placeholder:after {
          padding-top: 75%; } }
    @media (max-width: 1023px) {
      .folio-image-wrapper .folio-image,
      .folio-image-wrapper .folio-image-placeholder {
        width: 24%; } }
  @media (max-width: 1023px) and (max-width: 767px) {
    .folio-image-wrapper .folio-image,
    .folio-image-wrapper .folio-image-placeholder {
      width: 100%;
      margin-right: 0; } }
    .folio-image-wrapper .folio-image[data-id],
    .folio-image-wrapper .folio-image-placeholder[data-id] {
      background: none; }
    .folio-image-wrapper .folio-image .control-layer .bottom,
    .folio-image-wrapper .folio-image-placeholder .control-layer .bottom {
      left: 0;
      bottom: 0; }
      @media (max-width: 767px) {
        .folio-image-wrapper .folio-image .control-layer .bottom,
        .folio-image-wrapper .folio-image-placeholder .control-layer .bottom {
          right: 0;
          left: auto;
          bottom: 0;
          width: 40px;
          height: 120px; } }
      .folio-image-wrapper .folio-image .control-layer .bottom a,
      .folio-image-wrapper .folio-image-placeholder .control-layer .bottom a {
        border-top: 1px solid #ddd;
        border-right: 1px solid #ddd;
        border-left: none;
        border-bottom: none;
        height: 40px;
        width: 40px; }
        @media (max-width: 767px) {
          .folio-image-wrapper .folio-image .control-layer .bottom a,
          .folio-image-wrapper .folio-image-placeholder .control-layer .bottom a {
            border-right: none;
            border-left: 1px solid #ddd; } }
        .folio-image-wrapper .folio-image .control-layer .bottom a.reorder-image,
        .folio-image-wrapper .folio-image-placeholder .control-layer .bottom a.reorder-image {
          background-position: center center; }
    .folio-image-wrapper .folio-image .image-layer img,
    .folio-image-wrapper .folio-image-placeholder .image-layer img {
      border-radius: 0;
      max-width: calc(100% - 20px);
      position: absolute;
      top: 10px;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%); }
      @media (max-width: 767px) {
        .folio-image-wrapper .folio-image .image-layer img,
        .folio-image-wrapper .folio-image-placeholder .image-layer img {
          width: 90%; } }
  @media (max-width: 1023px) {
    .folio-image-wrapper {
      padding-left: 0;
      padding-right: 0; } }

.generalForm input[type=text],
.generalForm input[type=email],
.generalForm textarea {
  padding: 20px 10px;
  color: #666;
  background-color: #f6f6f6;
  border: none;
  display: block;
  border-radius: 0;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  width: 80%;
  margin-bottom: 15px; }
  @media (max-width: 767px) {
    .generalForm input[type=text],
    .generalForm input[type=email],
    .generalForm textarea {
      display: block;
      width: 100%; } }

.generalForm textarea {
  height: 150px; }

.generalForm button,
.generalForm .button,
.generalForm .submitButton {
  background-color: #f18857;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-weight: normal;
  line-height: 1em;
  height: auto;
  text-shadow: none;
  display: inline-block;
  padding: 16px 20px;
  font-size: 13px;
  color: #fff;
  border: 2px solid #f18857;
  margin-left: 0; }
  .generalForm button:hover,
  .generalForm .button:hover,
  .generalForm .submitButton:hover {
    background: #fff;
    color: #f18857 !important; }

html .aop-ui-dialog {
  border: 0;
  border-radius: 0;
  padding: 20px; }
  html .aop-ui-dialog .ui-dialog-titlebar {
    background: none;
    border: 0;
    border-radius: 0; }
    html .aop-ui-dialog .ui-dialog-titlebar .ui-dialog-title {
      font-family: 'Open Sans', sans-serif;
      font-weight: 300;
      font-style: normal;
      color: #5a5c5f;
      font-size: 24px;
      margin: 0;
      line-height: 32px; }
  html .aop-ui-dialog .specialism-dialog {
    margin: 15px 0; }
  html .aop-ui-dialog select {
    width: 100%;
    height: 40px; }
  html .aop-ui-dialog .ui-dialog-titlebar-close.ui-corner-all {
    display: none; }
  html .aop-ui-dialog button.ui-button {
    background: #f18857;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-weight: normal;
    line-height: 1em;
    height: auto;
    text-shadow: none;
    display: inline-block;
    padding: 8px 15px;
    font-size: 13px;
    color: #fff;
    border: 2px solid #f18857;
    margin-left: 0; }
    html .aop-ui-dialog button.ui-button .ui-button-text {
      color: #fff; }
    html .aop-ui-dialog button.ui-button:hover {
      background: #fff; }
      html .aop-ui-dialog button.ui-button:hover .ui-button-text {
        color: #f15a00; }

html .aop-ui-dialog + .ui-widget-overlay {
  background: #000;
  opacity: 0.85; }

.galleryBlock {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #cccccc; }
  @media (max-width: 767px) {
    .galleryBlock {
      margin-bottom: 18px; } }
  .galleryBlock.soloBlock {
    border-bottom: 1px solid #ccc; }
    .galleryBlock.soloBlock.imageGalleryBlock .whiteBlock {
      background-color: #fff;
      background-image: none; }
      .galleryBlock.soloBlock.imageGalleryBlock .whiteBlock .typeBox {
        width: 50%; }
        @media (max-width: 1023px) {
          .galleryBlock.soloBlock.imageGalleryBlock .whiteBlock .typeBox {
            width: 100%; } }
      .galleryBlock.soloBlock.imageGalleryBlock .whiteBlock .imageBox {
        width: 50%;
        margin: 0;
        float: right; }
        @media (max-width: 1023px) {
          .galleryBlock.soloBlock.imageGalleryBlock .whiteBlock .imageBox {
            width: 100%; } }
        .galleryBlock.soloBlock.imageGalleryBlock .whiteBlock .imageBox img {
          width: 100%;
          height: auto; }
  .galleryBlock .typeBox {
    width: 50%;
    float: left;
    padding: 0px 0 6px 0; }
    @media (max-width: 1023px) {
      .galleryBlock .typeBox {
        width: 100%;
        padding: 20px 0 16px 0; } }
    .galleryBlock .typeBox h3 {
      color: #f18857;
      font-size: 26px;
      line-height: 1.2em; }
      .galleryBlock .typeBox h3 span {
        font-size: 26px;
        font-weight: 300; }
      .galleryBlock .typeBox h3.dates span {
        font-size: 18px; }
    .galleryBlock .typeBox h4 {
      font-size: 17px; }
    .galleryBlock .typeBox img {
      margin-top: 20px;
      margin-bottom: 30px; }
    .galleryBlock .typeBox .mediumLink {
      border: 2px solid #ddd !important;
      color: #666 !important; }
      .galleryBlock .typeBox .mediumLink:hover {
        color: #fff !important;
        border: 2px solid #1e1e1e !important; }
  .galleryBlock .imageBox {
    width: 50%;
    margin: 0;
    float: right;
    background: #fff; }
    @media (max-width: 1023px) {
      .galleryBlock .imageBox {
        width: 100%; } }
    .galleryBlock .imageBox img {
      width: 100%;
      height: auto; }

* {
  box-sizing: border-box; }

body {
  background: #fff;
  color: #666; }

html:not(.editing__active) [data-block-count="0"] {
  display: none; }

/**
 * Resolution visibility helper classes
 */
[data-hidden~="desktop"] {
  display: none; }

@media (min-width: 1024px) {
  [data-hidden~="desktop"] {
    display: none !important; } }

@media (max-width: 1023px) {
  [data-hidden~="desktop"] {
    display: block; } }

@media (min-width: 768px) and (max-width: 1023px) {
  [data-hidden~="tablet"] {
    display: none !important; } }

@media (max-width: 767px) {
  [data-hidden~="mobile"] {
    display: none !important; } }

img {
  max-width: 100%; }

.container {
  position: relative;
  max-width: 1280px;
  width: 100%;
  margin: 0 auto; }

.homepage-feature {
  position: relative;
  margin-bottom: 10px; }

.details-pane {
  background: rgba(30, 30, 30, 0.9);
  padding: 30px;
  position: absolute;
  left: 20px;
  bottom: 20px; }
  @media (max-width: 1023px) {
    .details-pane {
      left: 0;
      bottom: 0;
      padding-bottom: 20px; } }

.cta-button {
  background: #f18857;
  padding: 15px 20px;
  border: 0;
  border-radius: 0;
  font-size: 13px;
  color: #fff;
  margin-top: 10px;
  display: inline-block; }

.outline-button, #main-container .mediumLink {
  padding: 12px 20px;
  border: 2px solid #fff;
  border-radius: 0;
  font-size: 13px;
  color: #fff;
  margin-top: 10px;
  display: inline-block;
  text-align: center; }

.links ul li .outline-button, .links ul li #main-container .mediumLink, #main-container .links ul li .mediumLink {
  color: #666;
  border: 2px solid #ccc; }
  .links ul li .outline-button:hover, .links ul li #main-container .mediumLink:hover, #main-container .links ul li .mediumLink:hover {
    color: #fff;
    border: 2px solid #1e1e1e; }

@media (max-width: 767px) {
  .links ul li .mediumLink {
    width: 100%; } }

#exhibition-gallery.no-purchase .icon-price-info {
  display: none; }

.select2-dropdown {
  background-color: #f6f6f6;
  border-color: #ddd;
  border-radius: 0; }

.select2-results__option {
  padding: 12px 20px;
  font-size: 13px;
  font-weight: 400;
  border-bottom: 1px solid #ddd; }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #000;
  color: #fff;
  cursor: pointer; }

.column960 {
  width: 60%;
  display: inline-block; }

.column-full-width {
  width: 100%;
  margin-bottom: 20px;
  display: inline-block;
  border-bottom: 1px solid #ddd; }
  .column-full-width.top-pagination {
    height: 34px;
    margin-bottom: 23px; }
    @media (max-width: 767px) {
      .column-full-width.top-pagination {
        display: block;
        margin-top: 60px; } }
  .column-full-width.foot-pagination {
    margin-bottom: 0;
    border-bottom: none;
    margin-bottom: -36px; }
    @media (max-width: 767px) {
      .column-full-width.foot-pagination {
        display: block;
        margin-top: 60px; } }
    .column-full-width.foot-pagination .aop-pagination {
      top: -45px; }

.advert-wrapper:empty {
  display: none; }

#main-container .content .text-block + h2 {
  padding-top: 0 !important; }

#main-container .content .accordian {
  padding: 20px 20px 20px 50px;
  border: 1px solid #ddd;
  position: relative; }
  #main-container .content .accordian h4 {
    font-size: 18px;
    font-weight: normal;
    line-height: 24px;
    margin-bottom: 0; }
    #main-container .content .accordian h4.open {
      margin-bottom: 15px; }
    #main-container .content .accordian h4.open i {
      -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      transform: rotate(180deg); }
  #main-container .content .accordian i {
    position: absolute;
    top: 22px;
    left: 20px;
    font-size: 22px;
    color: #666; }

#site-map ul li {
  margin-bottom: 6px;
  padding: 0 0 0 15px; }

.contact {
  position: static;
  height: auto; }
  .contact .imageWrapper iframe {
    height: 40vh; }
  .contact a {
    color: #f18857; }
  .contact .contact-details {
    margin-top: 30px;
    margin-right: 30px;
    float: left;
    width: 45%; }
    @media (max-width: 1023px) {
      .contact .contact-details {
        margin-right: 0px;
        width: 50%; } }
    @media (max-width: 767px) {
      .contact .contact-details {
        width: 100%; } }
    .contact .contact-details p {
      font-weight: 500; }
  .contact .contactDetails {
    padding-top: 0;
    margin-top: 30px;
    margin-right: 30px;
    float: left;
    width: 45%;
    text-align: left; }
    @media (max-width: 1023px) {
      .contact .contactDetails {
        margin-right: 0px;
        width: 50%; } }
    @media (max-width: 767px) {
      .contact .contactDetails {
        width: 100%;
        margin-top: 10px; } }
    .contact .contactDetails .caption {
      position: static;
      font-size: 13px !important; }

.contactBar {
  border-bottom: 1px solid #ddd;
  padding-top: 23px;
  padding-bottom: 25px;
  margin-top: 0; }
  .contactBar h4 {
    width: 40%;
    padding-right: 20px;
    margin-bottom: 0 !important; }
    @media (max-width: 1023px) {
      .contactBar h4 {
        width: 100%; } }
  @media (max-width: 1023px) {
    .contactBar p {
      margin-top: 0; } }

@media (max-width: 767px) {
  #main-container .content .infoBar h4 {
    width: 100%; }
  #main-container .content .infoBar p {
    width: 100%;
    margin-bottom: 50px; } }

.ui-widget-overlay.dark-dialog {
  background: rgba(0, 0, 0, 0.7);
  opacity: 1; }

#dialog-download-form fieldset {
  margin-top: 25px;
  border: 0; }
  #dialog-download-form fieldset .form-group {
    margin-bottom: 15px; }
  #dialog-download-form fieldset label {
    display: inline-block;
    margin-bottom: 4px; }
  #dialog-download-form fieldset input {
    width: 100%; }

#download-dialog {
  border-radius: 0;
  padding: 5px 20px;
  background: #f9f9f9; }
  #download-dialog .ui-dialog .ui-dialog-title {
    font-size: 16px; }
  #download-dialog .ui-widget-header {
    background: none;
    border: 0; }
    #download-dialog .ui-widget-header .ui-dialog-title {
      color: #5a5c5f;
      font-size: 24px;
      line-height: 32px;
      font-family: 'Open Sans', sans-serif;
      font-weight: normal;
      -webkit-font-smoothing: antialiased;
      text-shadow: none !important; }
  #download-dialog .ui-dialog-buttonpane.ui-widget-content.ui-helper-clearfix {
    padding-right: 0; }
  #download-dialog input[type=text] {
    padding: 20px 10px;
    color: #666;
    border: 1px solid #ddd;
    background: #f4f4f4; }
  #download-dialog a.ui-dialog-titlebar-close {
    position: absolute;
    top: 10px;
    right: 10px; }
  #download-dialog .ui-dialog-buttonpane {
    text-align: right;
    margin-bottom: 10px; }
    #download-dialog .ui-dialog-buttonpane button:first-child {
      margin-right: 10px; }
  #download-dialog .validateTips {
    margin-top: 10px; }

#dialog-download-form {
  min-height: 400px !important; }

.select-closer {
  position: absolute;
  width: 25px;
  height: 25px;
  right: 8px;
  top: 13px;
  cursor: pointer; }
  .select-closer:before, .select-closer:after {
    content: '';
    display: block;
    height: 4px;
    width: 20px;
    background: #bbb;
    position: absolute;
    top: 11px;
    left: 2px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  .select-closer:after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }

@media (max-width: 767px) {
  div.fancybox-wrap.fancybox-mobile.fancybox-type-image.fancybox-opened {
    overflow: visible !important; } }

.photographerOverview img {
  cursor: pointer; }

.content .galleryBlock .whiteBlock {
  background: none;
  position: relative; }

.ui-tabs-panel:after {
  content: '';
  display: table;
  clear: both; }

.generalForm.galleries li {
  display: inline-block;
  margin-right: 15px;
  text-align: center; }
  .generalForm.galleries li strong {
    font-size: 24px;
    display: inline-block;
    margin-bottom: 15px; }
  .generalForm.galleries li em {
    font-size: 16px;
    display: inline-block;
    margin-bottom: 15px; }

#main-container .column .cms-component {
  display: inline-block;
  margin-right: 30px;
  margin-bottom: 30px;
  vertical-align: top; }
  @media (max-width: 767px) {
    #main-container .column .cms-component {
      width: 100%;
      margin-right: 0; } }

#main-container .content-block {
  display: inline-block;
  cursor: pointer; }

#main-container .text-wrapper {
  background: #f6f6f6;
  padding: 20px;
  color: #000;
  font-size: 13px;
  line-height: 22px;
  -webkit-font-smoothing: antialiased; }
  #main-container .text-wrapper a {
    display: inline; }

#main-container .column.three-column,
#main-container .column.four-column {
  font-size: 0; }

#main-container .column.three-column .cms-component {
  width: calc(33.33% - 20px); }
  @media (max-width: 767px) {
    #main-container .column.three-column .cms-component {
      width: 100%;
      margin-right: 0; } }
  #main-container .column.three-column .cms-component:nth-child(3n) {
    margin-right: 0; }

#main-container .column.four-column .cms-component {
  width: calc(25% - 24px); }
  @media (max-width: 767px) {
    #main-container .column.four-column .cms-component {
      width: 100%;
      margin-right: 0; } }
  #main-container .column.four-column .cms-component:nth-child(4n) {
    margin-right: 0; }

.fancybox-outer textarea#subtitle {
  padding: 10px;
  height: 100px; }

.fancybox-wrap .fancybox-skin .dialog-contents .dialog-buttons button[disabled] {
  opacity: 0.4;
  pointer-events: none; }

[data-characters] {
  position: relative; }

[data-characters]:after {
  content: attr(data-characters);
  position: absolute;
  left: 0;
  top: 100%;
  font-size: 10px;
  color: #5a5c5f; }
