@font-face {
  font-family: 'Brown-Regular';
  src: url("../fonts/Brown-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Brown-Regular.otf") format("opentype"), url("../fonts/Brown-Regular.woff") format("woff"), url("../fonts/Brown-Regular.svg#Brown-Regular") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Brown-Bold';
  src: url("../fonts/font-redux/brown-bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/font-redux/brown-bold-webfont.woff") format("woff"), url("../fonts/font-redux/Brown-Bold-webfont.ttf") format("truetype"), url("../fonts/font-redux/Brown-Bold-webfont.svg#Brown-Bold") format("svg");
  font-weight: normal;
  font-style: normal; }
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

body {
  font-family: "Brown-Regular";
  font-size: 14px;
  line-height: 20px;
  background: white;
  color: #A4A7A9; }

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #49C7ED;
  font-style: normal;
  margin: 0px;
  padding: 0px;
  font-family: "Brown-Bold"; }

h1 {
  font-size: 20px;
  line-height: 26px; }

h2 {
  font-size: 18px;
  line-height: 24px; }

p {
  margin-bottom: 10px; }

a {
  color: white;
  text-decoration: none;
  outline: 0px none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

a:hover {
  color: #49C7ED;
  text-decoration: none;
  outline: 0px none; }

a:focus,
a:active {
  color: white;
  text-decoration: none;
  outline: 0px none; }

strong,
b {
  font-weight: 700; }

ul {
  background: none;
  margin: 0px;
  padding: 0px;
  list-style-image: none;
  list-style-type: none; }

ul li {
  background: none;
  margin: 0px;
  padding: 0px;
  list-style-image: none;
  list-style-type: none; }

img,
a img {
  max-width: 100%;
  margin: 0px;
  padding: 0px;
  border: none 0;
  outline: 0px none; }

input:focus,
textarea:focus,
a:focus {
  outline: 0px none; }

/*------------placeholder----------*/
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: rgba(73, 199, 237, 0.5);
  opacity: 1; }

input:-moz-placeholder,
textarea:-moz-placeholder {
  /* Firefox 18- */
  color: rgba(73, 199, 237, 0.5);
  opacity: 1; }

input::-moz-placeholder,
textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: rgba(73, 199, 237, 0.5);
  opacity: 1; }

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: rgba(73, 199, 237, 0.5);
  opacity: 1; }

.main-outercon {
  overflow: hidden; }

.block {
  font: 16px/30px Arial;
  color: #FFF;
  text-align: center;
  height: 30px;
  margin-top: 5px;
  margin-bottom: 5px;
  background: #030;
  clear: both;
  float: left;
  width: 100%; }

/*** Button Style ***/
.btn-common {
  float: left;
  font-family: "Brown-Bold";
  font-size: 16px;
  color: white;
  height: 44px;
  line-height: 34px;
  text-align: center;
  max-width: 179px;
  width: 100%;
  background: #49C7ED;
  border: 4px solid #49C7ED; }
  .btn-common:hover {
    background: white;
    color: #49C7ED; }
  .btn-common i {
    font-size: 14px;
    padding: 0 0 0 10px; }
  @media screen and (min-width: 48em) and (max-width: 63.9375em) {
    .btn-common {
      line-height: 26px; } }
  @media screen and (max-width: 47.9375em) {
    .btn-common {
      line-height: 34px; } }

.home-content {
  float: left;
  width: 100%; }

.home-banner {
  float: left;
  width: 100%;
  background-size: cover !important;
  position: relative;
  background: url(../../images/content/banners/01-ARTS-WATERCOLOR.jpg) no-repeat center center; }

.home-banner .row {
  height: 100%; }
  .home-banner .row .medium-12.columns {
    position: relative;
    height: 100%; }

.logo {
  float: left;
  left: 0;
  position: absolute;
  top: 50%;
  margin: -15px 0 0 15px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 90%;
  max-width: 677px; }
  .logo img {
    width: 100%; }
  @media screen and (min-width: 48em) and (max-width: 63.9375em) {
    .logo {
      width: 80%; } }
  @media screen and (max-width: 47.9375em) {
    .logo {
      width: 70%; } }

.inner-logo {
  opacity: 0;
  float: left;
  width: auto;
  margin-top: 44px; }
  @media screen and (max-width: 47.9375em) {
    .inner-logo {
      margin-top: 38px; } }

.style_sheet-navigation {
  float: right;
  width: auto;
  margin: 46px 0 0 0;
  font-size: 16px;
  font-family: "Brown-Bold";
  color: white; }
  @media screen and (max-width: 47.9375em) {
    .style_sheet-navigation {
      margin: 40px 0 0 0; } }
  .style_sheet-navigation span {
    font-size: 16px;
    font-family: "Brown-Bold";
    color: white; }
    .style_sheet-navigation span#current {
      margin-right: 4px; }
    .style_sheet-navigation span:hover {
      color: rgba(73, 199, 237, 0.5); }
  .style_sheet-navigation a {
    margin: 0 0 0 9px; }
    .style_sheet-navigation a:hover {
      color: rgba(73, 199, 237, 0.5); }

.content-area {
  float: left;
  width: 100%;
  background: white;
  position: relative; }
  .content-area h1 {
    padding: 7px 0 39px;
    margin-bottom: 32px;
    border-bottom: 4px solid #49C7ED; }
    @media screen and (min-width: 64em) and (max-width: 74.9375em) {
      .content-area h1 {
        padding: 7px 0 34px; } }
    @media screen and (min-width: 48em) and (max-width: 63.9375em) {
      .content-area h1 {
        padding: 7px 0 34px; } }
    @media screen and (max-width: 47.9375em) {
      .content-area h1 {
        padding: 0 0 20px;
        margin-bottom: 20px;
        display: none; } }

.content-singleblk {
  float: left;
  width: 100%;
  margin: 0 0 25px 0; }
  @media screen and (max-width: 47.9375em) {
    .content-singleblk {
      margin: 0 0 18px; } }
  .content-singleblk h2 {
    padding-bottom: 10px; }
  .content-singleblk b {
    font-family: "Brown-Bold"; }

.content-left {
  width: 100%;
  padding-right: 95px;
  float: left; }
  @media screen and (min-width: 48em) and (max-width: 63.9375em) {
    .content-left {
      padding-right: 30px; } }
  @media screen and (max-width: 47.9375em) {
    .content-left {
      width: 100%;
      padding: 0px; } }

.list-content {
  float: left;
  width: 100%; }

.with-bullet {
  float: left;
  width: 100%; }
  .with-bullet li {
    color: #A4A7A9;
    position: relative;
    margin-top: 10px;
    padding: 0 0 0 15px; }
    .with-bullet li:first-child {
      margin-top: 0; }
    .with-bullet li:before {
      position: absolute;
      left: 0;
      top: 8px;
      content: "";
      width: 6px;
      height: 6px;
      border-radius: 100%;
      background: #A4A7A9; }

.content-right {
  float: right;
  width: 100%; }
  @media screen and (max-width: 47.9375em) {
    .content-right {
      margin-top: 30px; } }

.button-block {
  float: left;
  width: 100%;
  padding-bottom: 28px;
  margin-bottom: 32px;
  border-bottom: 4px solid #49C7ED; }
  .button-block .btn-common {
    max-width: none;
    width: 48%; }
  @media screen and (min-width: 64em) and (max-width: 74.9375em) {
    .button-block {
      padding-bottom: 26px; } }
  @media screen and (min-width: 48em) and (max-width: 63.9375em) {
    .button-block {
      padding-bottom: 26px; } }
  @media screen and (max-width: 47.9375em) {
    .button-block {
      text-align: center;
      margin-bottom: 20px;
      padding-bottom: 20px; } }

.contact-button-block {
  float: right;
  width: 100%;
  text-align: right;
  margin: 0px;
  border: none !important;
  padding: 0; }
  @media screen and (min-width: 48em) and (max-width: 63.9375em) {
    .contact-button-block {
      margin: 16px 0 0; } }
  @media screen and (max-width: 47.9375em) {
    .contact-button-block {
      margin: 20px 0 0;
      text-align: center; } }
  .contact-button-block a.btn-common {
    width: 100%; }

.footer-container {
  float: left;
  width: 100%;
  margin-bottom: 39px; }
  @media screen and (min-width: 48em) and (max-width: 63.9375em) {
    .footer-container {
      margin-bottom: 30px; } }

.copyright {
  float: left;
  width: 100%;
  color: #49C7ED;
  font-size: 14px;
  font-family: "Brown-Bold";
  margin: 10px 0 0 0; }
  @media screen and (min-width: 48em) and (max-width: 63.9375em) {
    .copyright {
      margin: 30px 0 0 0; } }
  @media screen and (max-width: 47.9375em) {
    .copyright {
      text-align: center;
      margin: 10px 0 0; } }

@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  .btn-common {
    max-width: 152px;
    padding: 4px 7px 7px;
    font-size: 13px; } }
@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .btn-common {
    max-width: 143px;
    padding: 4px 7px 7px;
    font-size: 13px;
    line-height: 26px; } }
@media only screen and (max-width: 479px) {
  .btn-common {
    font-size: 13px;
    max-width: 145px; } }
@media only screen and (max-width: 479px) {
  .btn-common i {
    padding: 0 0 0 4px; } }

.inner-page-scroll {
  float: left;
  width: 100%;
  padding: 28px 0 31px; }
  .inner-page-scroll .button-block {
    border: none; }
  .inner-page-scroll h1 {
    margin: 7px 0 0 0; }

.content-block {
  position: absolute;
  top: 100%;
  margin-top: -100px;
  padding: 28px 0 39px;
  width: 100%;
  background: white;
  z-index: 9;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  @media screen and (min-width: 64em) and (max-width: 74.9375em) {
    .content-block {
      margin-top: -95px; } }
  @media screen and (min-width: 48em) and (max-width: 63.9375em) {
    .content-block {
      margin-top: -95px; } }
  @media screen and (max-width: 47.9375em) {
    .content-block {
      padding: 20px 0;
      margin-top: -82px;
      height: auto !important; } }

.content-open .logo {
  opacity: 0; }
.content-open .inner-logo {
  opacity: 1;
  width: 90%;
  max-width: 211px; }
  .content-open .inner-logo img {
    width: 100%; }
.content-open .content-block {
  top: 0;
  margin-top: 117px; }
  @media screen and (max-width: 47.9375em) {
    .content-open .content-block {
      margin-top: 108px; } }

.information-block {
  float: left;
  width: 100%; }

.sign-up-block {
  float: left;
  width: 100%; }

@media only screen and (max-width: 1600px) {
  .content-open .main-outercon {
    overflow: visible; } }
.info-btn.active {
  color: #49C7ED;
  background: white;
  border: 4px solid #49C7ED; }

@media screen and (max-width: 47.9375em) {
  .no-mobile {
    display: none; } }

.mobile-only {
  display: none; }
  @media screen and (max-width: 47.9375em) {
    .mobile-only {
      display: block; } }

.form-outer {
  float: left;
  width: 100%; }

.input-row {
  float: left;
  width: 100%; }

.single-input {
  float: left;
  width: 41.2%;
  margin-bottom: 14px; }
  .single-input.fullwidth {
    width: 100%; }
  .single-input.width1 {
    width: 56%; }
  @media only screen and (max-width: 479px) {
    .single-input {
      width: 100%; }
      .single-input.width1 {
        width: 100%; } }

label {
  float: left;
  width: 100%;
  color: #A4A7A9;
  font-family: "Brown-Bold";
  font-size: 14px;
  margin-bottom: 7px; }

.input-box {
  float: left;
  width: 100%;
  height: 44px;
  line-height: 44px;
  padding: 5px 15px 8px;
  color: #A4A7A9;
  font-family: "Brown-Bold";
  font-size: 16px;
  box-shadow: none;
  margin: 0;
  background: white;
  border: 4px solid #49C7ED;
  outline: 0;
  -webkit-appearance: none; }
  .input-box:focus {
    outline: none;
    box-shadow: none;
    border: 4px solid #49C7ED; }
  @media screen and (min-width: 64em) and (max-width: 74.9375em) {
    .input-box {
      padding: 10px 10px 8px; } }
  @media screen and (min-width: 48em) and (max-width: 63.9375em) {
    .input-box {
      font-size: 14px;
      padding: 10px 10px 8px; } }
  @media screen and (max-width: 47.9375em) {
    .input-box {
      padding: 6px 12px 8px; } }

.submit-block {
  position: relative;
  margin-top: 27px; }
  .submit-block:after {
    content: "\f046";
    font-family: "FontAwesome";
    color: white;
    font-size: 14px;
    position: absolute;
    top: 54%;
    left: 50%;
    margin: 0 0 0 48px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  .submit-block:hover:after {
    color: #49C7ED; }
  @media screen and (min-width: 64em) and (max-width: 74.9375em) {
    .submit-block:after {
      margin: 0 0 0 40px; } }
  @media screen and (min-width: 48em) and (max-width: 63.9375em) {
    .submit-block {
      margin-top: 15px; }
      .submit-block:after {
        margin: 0 0 0 40px; } }
  @media screen and (max-width: 47.9375em) {
    .submit-block {
      margin-top: 12px; } }

.submit-btn {
  border: none;
  outline: 0;
  max-width: none;
  padding-right: 35px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.select-box-outer {
  float: left;
  width: 100%;
  position: relative; }

/*--- selectbox style ---*/
.sbHolder {
  background: white;
  font-size: 16px;
  border: 4px solid #49C7ED;
  height: 44px;
  width: 100%;
  float: left; }
  @media screen and (min-width: 48em) and (max-width: 63.9375em) {
    .sbHolder {
      font-size: 14px; } }
  .sbHolder .sbSelector {
    display: block;
    height: 44px;
    left: 0;
    line-height: 40px;
    outline: none;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
    text-align: left;
    padding: 0 19px;
    font-family: "Brown-Bold"; }
    .sbHolder .sbSelector:link, .sbHolder .sbSelector:visited, .sbHolder .sbSelector:hover {
      color: #49C7ED;
      outline: none;
      text-decoration: none; }
    @media screen and (min-width: 64em) and (max-width: 74.9375em) {
      .sbHolder .sbSelector {
        line-height: 48px; } }
    @media screen and (min-width: 48em) and (max-width: 63.9375em) {
      .sbHolder .sbSelector {
        line-height: 48px;
        padding: 0 12px; } }
    @media screen and (max-width: 47.9375em) {
      .sbHolder .sbSelector {
        line-height: 42px;
        padding: 0 15px; } }
  .sbHolder .sbToggle {
    display: block;
    height: 44px;
    outline: none;
    position: absolute;
    right: 0;
    top: 0;
    width: 47px;
    background: #49C7ED; }
    .sbHolder .sbToggle:before {
      content: "\f0dd";
      font-family: "FontAwesome";
      color: white;
      font-size: 14px;
      font-weight: 700;
      position: absolute;
      margin-top: -3px;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
    .sbHolder .sbToggle:focus {
      outline: none; }
    .sbHolder .sbToggle.sbFocus {
      outline: none; }
    @media screen and (min-width: 48em) and (max-width: 63.9375em) {
      .sbHolder .sbToggle {
        width: 32px; } }
  .sbHolder .sbOptions {
    background: white;
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 40px !important;
    left: 0;
    width: 100%;
    z-index: 1;
    overflow-y: auto;
    text-align: left;
    border: 4px solid #49C7ED; }
    .sbHolder .sbOptions li {
      padding: 0 15px; }
      .sbHolder .sbOptions li:first-child a {
        border-top: none; }
      .sbHolder .sbOptions li:last-child a {
        border-bottom: none; }
    .sbHolder .sbOptions a {
      display: block;
      outline: none;
      padding: 7px 0;
      font-family: "Brown-Bold";
      border-bottom: 2px solid #49C7ED; }
      .sbHolder .sbOptions a:link, .sbHolder .sbOptions a:visited {
        text-decoration: none; }
      .sbHolder .sbOptions a:hover, .sbHolder .sbOptions a:focus, .sbHolder .sbOptions a.sbFocus {
        opacity: 0.8;
        color: #49C7ED; }

.error {
  color: #cc0000; }

/*# sourceMappingURL=style.css.map */
