@charset "UTF-8";
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@import url("https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css");
@import url("https://fonts.googleapis.com/css?family=Boogaloo");
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace; }

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px; }

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
          box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25); }
  kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: bold;
    -webkit-box-shadow: none;
            box-shadow: none; }

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px; }
  pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0; }

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll; }

table {
  background-color: transparent; }

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left; }

th {
  text-align: left; }

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px; }
  .table > thead > tr > th,
  .table > thead > tr > td,
  .table > tbody > tr > th,
  .table > tbody > tr > td,
  .table > tfoot > tr > th,
  .table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.42857;
    vertical-align: top;
    border-top: 1px solid #ddd; }
  .table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd; }
  .table > caption + thead > tr:first-child > th,
  .table > caption + thead > tr:first-child > td,
  .table > colgroup + thead > tr:first-child > th,
  .table > colgroup + thead > tr:first-child > td,
  .table > thead:first-child > tr:first-child > th,
  .table > thead:first-child > tr:first-child > td {
    border-top: 0; }
  .table > tbody + tbody {
    border-top: 2px solid #ddd; }
  .table .table {
    background-color: #fff; }

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px; }

.table-bordered {
  border: 1px solid #ddd; }
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td,
  .table-bordered > tbody > tr > th,
  .table-bordered > tbody > tr > td,
  .table-bordered > tfoot > tr > th,
  .table-bordered > tfoot > tr > td {
    border: 1px solid #ddd; }
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td {
    border-bottom-width: 2px; }

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9; }

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5; }

table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column; }

table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell; }

.table > thead > tr > td.active,
.table > thead > tr > th.active,
.table > thead > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5; }

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8; }

.table > thead > tr > td.success,
.table > thead > tr > th.success,
.table > thead > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #dff0d8; }

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6; }

.table > thead > tr > td.info,
.table > thead > tr > th.info,
.table > thead > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
  background-color: #d9edf7; }

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3; }

.table > thead > tr > td.warning,
.table > thead > tr > th.warning,
.table > thead > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3; }

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc; }

.table > thead > tr > td.danger,
.table > thead > tr > th.danger,
.table > thead > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #f2dede; }

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc; }

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%; }
  @media screen and (max-width: 767px) {
    .table-responsive {
      width: 100%;
      margin-bottom: 15px;
      overflow-y: hidden;
      -ms-overflow-style: -ms-autohiding-scrollbar;
      border: 1px solid #ddd; }
      .table-responsive > .table {
        margin-bottom: 0; }
        .table-responsive > .table > thead > tr > th,
        .table-responsive > .table > thead > tr > td,
        .table-responsive > .table > tbody > tr > th,
        .table-responsive > .table > tbody > tr > td,
        .table-responsive > .table > tfoot > tr > th,
        .table-responsive > .table > tfoot > tr > td {
          white-space: nowrap; }
      .table-responsive > .table-bordered {
        border: 0; }
        .table-responsive > .table-bordered > thead > tr > th:first-child,
        .table-responsive > .table-bordered > thead > tr > td:first-child,
        .table-responsive > .table-bordered > tbody > tr > th:first-child,
        .table-responsive > .table-bordered > tbody > tr > td:first-child,
        .table-responsive > .table-bordered > tfoot > tr > th:first-child,
        .table-responsive > .table-bordered > tfoot > tr > td:first-child {
          border-left: 0; }
        .table-responsive > .table-bordered > thead > tr > th:last-child,
        .table-responsive > .table-bordered > thead > tr > td:last-child,
        .table-responsive > .table-bordered > tbody > tr > th:last-child,
        .table-responsive > .table-bordered > tbody > tr > td:last-child,
        .table-responsive > .table-bordered > tfoot > tr > th:last-child,
        .table-responsive > .table-bordered > tfoot > tr > td:last-child {
          border-right: 0; }
        .table-responsive > .table-bordered > tbody > tr:last-child > th,
        .table-responsive > .table-bordered > tbody > tr:last-child > td,
        .table-responsive > .table-bordered > tfoot > tr:last-child > th,
        .table-responsive > .table-bordered > tfoot > tr:last-child > td {
          border-bottom: 0; } }

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0; }

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5; }

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold; }

input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal; }

input[type="file"] {
  display: block; }

input[type="range"] {
  display: block;
  width: 100%; }

select[multiple],
select[size] {
  height: auto; }

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555; }

.relationship input, .formWizFormWrap #GDFormLI1df173a1e6ab0001f8d713fd9e30162c .field .left.sp2 input, .formWizFormWrap #GDFormLI1df173a1e6ab0001f8d713fd9e30162c .field .medium, .field textarea, .left.emailIcon + input, form.formWizForm input.small, .myChildrenSection ul.childrenList .textfield, body div.myChildrenSection div.newAuthPerson .textfield, #contactus #twff_phone, .form-control, .btn.form-control, .form-control.submitBut {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s; }
  .relationship input:focus, .formWizFormWrap #GDFormLI1df173a1e6ab0001f8d713fd9e30162c .field .left.sp2 input:focus, .formWizFormWrap #GDFormLI1df173a1e6ab0001f8d713fd9e30162c .field .medium:focus, .field textarea:focus, .left.emailIcon + input:focus, form.formWizForm input.small:focus, .myChildrenSection ul.childrenList .textfield:focus, body div.myChildrenSection div.newAuthPerson .textfield:focus, #contactus #twff_phone:focus, .form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }
  .relationship input::-moz-placeholder, .formWizFormWrap #GDFormLI1df173a1e6ab0001f8d713fd9e30162c .field .left.sp2 input::-moz-placeholder, .formWizFormWrap #GDFormLI1df173a1e6ab0001f8d713fd9e30162c .field .medium::-moz-placeholder, .field textarea::-moz-placeholder, .left.emailIcon + input::-moz-placeholder, form.formWizForm input.small::-moz-placeholder, .myChildrenSection ul.childrenList .textfield::-moz-placeholder, body div.myChildrenSection div.newAuthPerson .textfield::-moz-placeholder, #contactus #twff_phone::-moz-placeholder, .form-control::-moz-placeholder, .btn.form-control::-moz-placeholder, .form-control.submitBut::-moz-placeholder {
    color: #999;
    opacity: 1; }
  .relationship input:-ms-input-placeholder, .formWizFormWrap #GDFormLI1df173a1e6ab0001f8d713fd9e30162c .field .left.sp2 input:-ms-input-placeholder, .formWizFormWrap #GDFormLI1df173a1e6ab0001f8d713fd9e30162c .field .medium:-ms-input-placeholder, .field textarea:-ms-input-placeholder, .left.emailIcon + input:-ms-input-placeholder, form.formWizForm input.small:-ms-input-placeholder, .myChildrenSection ul.childrenList .textfield:-ms-input-placeholder, body div.myChildrenSection div.newAuthPerson .textfield:-ms-input-placeholder, #contactus #twff_phone:-ms-input-placeholder, .form-control:-ms-input-placeholder {
    color: #999; }
  .relationship input::-webkit-input-placeholder, .formWizFormWrap #GDFormLI1df173a1e6ab0001f8d713fd9e30162c .field .left.sp2 input::-webkit-input-placeholder, .formWizFormWrap #GDFormLI1df173a1e6ab0001f8d713fd9e30162c .field .medium::-webkit-input-placeholder, .field textarea::-webkit-input-placeholder, .left.emailIcon + input::-webkit-input-placeholder, form.formWizForm input.small::-webkit-input-placeholder, .myChildrenSection ul.childrenList .textfield::-webkit-input-placeholder, body div.myChildrenSection div.newAuthPerson .textfield::-webkit-input-placeholder, #contactus #twff_phone::-webkit-input-placeholder, .form-control::-webkit-input-placeholder, .btn.form-control::-webkit-input-placeholder, .form-control.submitBut::-webkit-input-placeholder {
    color: #999; }
  .relationship input::-ms-expand, .formWizFormWrap #GDFormLI1df173a1e6ab0001f8d713fd9e30162c .field .left.sp2 input::-ms-expand, .formWizFormWrap #GDFormLI1df173a1e6ab0001f8d713fd9e30162c .field .medium::-ms-expand, .field textarea::-ms-expand, .left.emailIcon + input::-ms-expand, form.formWizForm input.small::-ms-expand, .myChildrenSection ul.childrenList .textfield::-ms-expand, body div.myChildrenSection div.newAuthPerson .textfield::-ms-expand, #contactus #twff_phone::-ms-expand, .form-control::-ms-expand, .btn.form-control::-ms-expand, .form-control.submitBut::-ms-expand {
    border: 0;
    background-color: transparent; }
  .relationship input[disabled], .formWizFormWrap #GDFormLI1df173a1e6ab0001f8d713fd9e30162c .field .left.sp2 input[disabled], .formWizFormWrap #GDFormLI1df173a1e6ab0001f8d713fd9e30162c .field [disabled].medium, .field textarea[disabled], .left.emailIcon + input[disabled], form.formWizForm input[disabled].small, .myChildrenSection ul.childrenList [disabled].textfield, body div.myChildrenSection div.newAuthPerson [disabled].textfield, #contactus [disabled]#twff_phone, [disabled].form-control, .relationship input[readonly], .formWizFormWrap #GDFormLI1df173a1e6ab0001f8d713fd9e30162c .field .left.sp2 input[readonly], .formWizFormWrap #GDFormLI1df173a1e6ab0001f8d713fd9e30162c .field [readonly].medium, .field textarea[readonly], .left.emailIcon + input[readonly], form.formWizForm input[readonly].small, .myChildrenSection ul.childrenList [readonly].textfield, body div.myChildrenSection div.newAuthPerson [readonly].textfield, #contactus [readonly]#twff_phone, [readonly].form-control,
  fieldset[disabled] .relationship input, .relationship
  fieldset[disabled] input,
  fieldset[disabled] .formWizFormWrap #GDFormLI1df173a1e6ab0001f8d713fd9e30162c .field .left.sp2 input, .formWizFormWrap #GDFormLI1df173a1e6ab0001f8d713fd9e30162c .field .left.sp2
  fieldset[disabled] input,
  fieldset[disabled] .formWizFormWrap #GDFormLI1df173a1e6ab0001f8d713fd9e30162c .field .medium, .formWizFormWrap #GDFormLI1df173a1e6ab0001f8d713fd9e30162c .field
  fieldset[disabled] .medium,
  fieldset[disabled] .field textarea, .field
  fieldset[disabled] textarea,
  fieldset[disabled] .left.emailIcon + input,
  fieldset[disabled] form.formWizForm input.small, form.formWizForm
  fieldset[disabled] input.small,
  fieldset[disabled] .myChildrenSection ul.childrenList .textfield, .myChildrenSection ul.childrenList
  fieldset[disabled] .textfield,
  fieldset[disabled] body div.myChildrenSection div.newAuthPerson .textfield, body div.myChildrenSection div.newAuthPerson
  fieldset[disabled] .textfield,
  fieldset[disabled] #contactus #twff_phone, #contactus
  fieldset[disabled] #twff_phone,
  fieldset[disabled] .form-control {
    background-color: #eeeeee;
    opacity: 1; }
  .relationship input[disabled], .formWizFormWrap #GDFormLI1df173a1e6ab0001f8d713fd9e30162c .field .left.sp2 input[disabled], .formWizFormWrap #GDFormLI1df173a1e6ab0001f8d713fd9e30162c .field [disabled].medium, .field textarea[disabled], .left.emailIcon + input[disabled], form.formWizForm input[disabled].small, .myChildrenSection ul.childrenList [disabled].textfield, body div.myChildrenSection div.newAuthPerson [disabled].textfield, #contactus [disabled]#twff_phone, [disabled].form-control,
  fieldset[disabled] .relationship input, .relationship
  fieldset[disabled] input,
  fieldset[disabled] .formWizFormWrap #GDFormLI1df173a1e6ab0001f8d713fd9e30162c .field .left.sp2 input, .formWizFormWrap #GDFormLI1df173a1e6ab0001f8d713fd9e30162c .field .left.sp2
  fieldset[disabled] input,
  fieldset[disabled] .formWizFormWrap #GDFormLI1df173a1e6ab0001f8d713fd9e30162c .field .medium, .formWizFormWrap #GDFormLI1df173a1e6ab0001f8d713fd9e30162c .field
  fieldset[disabled] .medium,
  fieldset[disabled] .field textarea, .field
  fieldset[disabled] textarea,
  fieldset[disabled] .left.emailIcon + input,
  fieldset[disabled] form.formWizForm input.small, form.formWizForm
  fieldset[disabled] input.small,
  fieldset[disabled] .myChildrenSection ul.childrenList .textfield, .myChildrenSection ul.childrenList
  fieldset[disabled] .textfield,
  fieldset[disabled] body div.myChildrenSection div.newAuthPerson .textfield, body div.myChildrenSection div.newAuthPerson
  fieldset[disabled] .textfield,
  fieldset[disabled] #contactus #twff_phone, #contactus
  fieldset[disabled] #twff_phone,
  fieldset[disabled] .form-control {
    cursor: not-allowed; }

.formWizFormWrap #GDFormLI1df173a1e6ab0001f8d713fd9e30162c .field textarea.medium, .field textarea, .myChildrenSection ul.childrenList textarea.textfield, body div.myChildrenSection div.newAuthPerson textarea.textfield, #contactus textarea#twff_phone, textarea.form-control, textarea.btn.form-control, textarea.form-control.submitBut {
  height: auto; }

input[type="search"] {
  -webkit-appearance: none; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .relationship input[type="date"], .formWizFormWrap #GDFormLI1df173a1e6ab0001f8d713fd9e30162c .field .left.sp2 input[type="date"], .formWizFormWrap #GDFormLI1df173a1e6ab0001f8d713fd9e30162c .field input[type="date"].medium, .left.emailIcon + input[type="date"], form.formWizForm input[type="date"].small, .myChildrenSection ul.childrenList input[type="date"].textfield, body div.myChildrenSection div.newAuthPerson input[type="date"].textfield, #contactus input[type="date"]#twff_phone, input[type="date"].form-control,
  .relationship input[type="time"],
  .formWizFormWrap #GDFormLI1df173a1e6ab0001f8d713fd9e30162c .field .left.sp2 input[type="time"],
  .formWizFormWrap #GDFormLI1df173a1e6ab0001f8d713fd9e30162c .field input[type="time"].medium,
  .left.emailIcon + input[type="time"],
  form.formWizForm input[type="time"].small,
  .myChildrenSection ul.childrenList input[type="time"].textfield,
  body div.myChildrenSection div.newAuthPerson input[type="time"].textfield,
  #contactus input[type="time"]#twff_phone,
  input[type="time"].form-control,
  .relationship input[type="datetime-local"],
  .formWizFormWrap #GDFormLI1df173a1e6ab0001f8d713fd9e30162c .field .left.sp2 input[type="datetime-local"],
  .formWizFormWrap #GDFormLI1df173a1e6ab0001f8d713fd9e30162c .field input[type="datetime-local"].medium,
  .left.emailIcon + input[type="datetime-local"],
  form.formWizForm input[type="datetime-local"].small,
  .myChildrenSection ul.childrenList input[type="datetime-local"].textfield,
  body div.myChildrenSection div.newAuthPerson input[type="datetime-local"].textfield,
  #contactus input[type="datetime-local"]#twff_phone,
  input[type="datetime-local"].form-control,
  .relationship input[type="month"],
  .formWizFormWrap #GDFormLI1df173a1e6ab0001f8d713fd9e30162c .field .left.sp2 input[type="month"],
  .formWizFormWrap #GDFormLI1df173a1e6ab0001f8d713fd9e30162c .field input[type="month"].medium,
  .left.emailIcon + input[type="month"],
  form.formWizForm input[type="month"].small,
  .myChildrenSection ul.childrenList input[type="month"].textfield,
  body div.myChildrenSection div.newAuthPerson input[type="month"].textfield,
  #contactus input[type="month"]#twff_phone,
  input[type="month"].form-control {
    line-height: 34px; }
  input[type="date"].input-sm, .relationship .input-group-sm > input[type="date"], .formWizFormWrap #GDFormLI1df173a1e6ab0001f8d713fd9e30162c .field .left.sp2 .input-group-sm > input[type="date"], .formWizFormWrap #GDFormLI1df173a1e6ab0001f8d713fd9e30162c .field .input-group-sm > input[type="date"].medium, .input-group-sm > .left.emailIcon + input[type="date"], form.formWizForm .input-group-sm > input[type="date"].small, .myChildrenSection ul.childrenList .input-group-sm > input[type="date"].textfield, body div.myChildrenSection div.newAuthPerson .input-group-sm > input[type="date"].textfield, #contactus .input-group-sm > input[type="date"]#twff_phone, .input-group-sm > input[type="date"].form-control,
  .input-group-sm > input[type="date"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="date"].btn,
  .input-group-sm > .input-group-btn > input[type="date"].submitBut,
  .input-group-sm input[type="date"],
  input[type="time"].input-sm,
  .relationship .input-group-sm > input[type="time"],
  .formWizFormWrap #GDFormLI1df173a1e6ab0001f8d713fd9e30162c .field .left.sp2 .input-group-sm > input[type="time"],
  .formWizFormWrap #GDFormLI1df173a1e6ab0001f8d713fd9e30162c .field .input-group-sm > input[type="time"].medium,
  .input-group-sm > .left.emailIcon + input[type="time"],
  form.formWizForm .input-group-sm > input[type="time"].small,
  .myChildrenSection ul.childrenList .input-group-sm > input[type="time"].textfield,
  body div.myChildrenSection div.newAuthPerson .input-group-sm > input[type="time"].textfield,
  #contactus .input-group-sm > input[type="time"]#twff_phone,
  .input-group-sm > input[type="time"].form-control,
  .input-group-sm > input[type="time"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="time"].btn,
  .input-group-sm > .input-group-btn > input[type="time"].submitBut,
  .input-group-sm
  input[type="time"],
  input[type="datetime-local"].input-sm,
  .relationship .input-group-sm > input[type="datetime-local"],
  .formWizFormWrap #GDFormLI1df173a1e6ab0001f8d713fd9e30162c .field .left.sp2 .input-group-sm > input[type="datetime-local"],
  .formWizFormWrap #GDFormLI1df173a1e6ab0001f8d713fd9e30162c .field .input-group-sm > input[type="datetime-local"].medium,
  .input-group-sm > .left.emailIcon + input[type="datetime-local"],
  form.formWizForm .input-group-sm > input[type="datetime-local"].small,
  .myChildrenSection ul.childrenList .input-group-sm > input[type="datetime-local"].textfield,
  body div.myChildrenSection div.newAuthPerson .input-group-sm > input[type="datetime-local"].textfield,
  #contactus .input-group-sm > input[type="datetime-local"]#twff_phone,
  .input-group-sm > input[type="datetime-local"].form-control,
  .input-group-sm > input[type="datetime-local"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="datetime-local"].btn,
  .input-group-sm > .input-group-btn > input[type="datetime-local"].submitBut,
  .input-group-sm
  input[type="datetime-local"],
  input[type="month"].input-sm,
  .relationship .input-group-sm > input[type="month"],
  .formWizFormWrap #GDFormLI1df173a1e6ab0001f8d713fd9e30162c .field .left.sp2 .input-group-sm > input[type="month"],
  .formWizFormWrap #GDFormLI1df173a1e6ab0001f8d713fd9e30162c .field .input-group-sm > input[type="month"].medium,
  .input-group-sm > .left.emailIcon + input[type="month"],
  form.formWizForm .input-group-sm > input[type="month"].small,
  .myChildrenSection ul.childrenList .input-group-sm > input[type="month"].textfield,
  body div.myChildrenSection div.newAuthPerson .input-group-sm > input[type="month"].textfield,
  #contactus .input-group-sm > input[type="month"]#twff_phone,
  .input-group-sm > input[type="month"].form-control,
  .input-group-sm > input[type="month"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="month"].btn,
  .input-group-sm > .input-group-btn > input[type="month"].submitBut,
  .input-group-sm
  input[type="month"] {
    line-height: 30px; }
  input[type="date"].input-lg, .relationship .input-group-lg > input[type="date"], .formWizFormWrap #GDFormLI1df173a1e6ab0001f8d713fd9e30162c .field .left.sp2 .input-group-lg > input[type="date"], .formWizFormWrap #GDFormLI1df173a1e6ab0001f8d713fd9e30162c .field .input-group-lg > input[type="date"].medium, .input-group-lg > .left.emailIcon + input[type="date"], form.formWizForm .input-group-lg > input[type="date"].small, .myChildrenSection ul.childrenList .input-group-lg > input[type="date"].textfield, body div.myChildrenSection div.newAuthPerson .input-group-lg > input[type="date"].textfield, #contactus .input-group-lg > input[type="date"]#twff_phone, .input-group-lg > input[type="date"].form-control,
  .input-group-lg > input[type="date"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="date"].btn,
  .input-group-lg > .input-group-btn > input[type="date"].submitBut,
  .input-group-lg input[type="date"],
  input[type="time"].input-lg,
  .relationship .input-group-lg > input[type="time"],
  .formWizFormWrap #GDFormLI1df173a1e6ab0001f8d713fd9e30162c .field .left.sp2 .input-group-lg > input[type="time"],
  .formWizFormWrap #GDFormLI1df173a1e6ab0001f8d713fd9e30162c .field .input-group-lg > input[type="time"].medium,
  .input-group-lg > .left.emailIcon + input[type="time"],
  form.formWizForm .input-group-lg > input[type="time"].small,
  .myChildrenSection ul.childrenList .input-group-lg > input[type="time"].textfield,
  body div.myChildrenSection div.newAuthPerson .input-group-lg > input[type="time"].textfield,
  #contactus .input-group-lg > input[type="time"]#twff_phone,
  .input-group-lg > input[type="time"].form-control,
  .input-group-lg > input[type="time"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="time"].btn,
  .input-group-lg > .input-group-btn > input[type="time"].submitBut,
  .input-group-lg
  input[type="time"],
  input[type="datetime-local"].input-lg,
  .relationship .input-group-lg > input[type="datetime-local"],
  .formWizFormWrap #GDFormLI1df173a1e6ab0001f8d713fd9e30162c .field .left.sp2 .input-group-lg > input[type="datetime-local"],
  .formWizFormWrap #GDFormLI1df173a1e6ab0001f8d713fd9e30162c .field .input-group-lg > input[type="datetime-local"].medium,
  .input-group-lg > .left.emailIcon + input[type="datetime-local"],
  form.formWizForm .input-group-lg > input[type="datetime-local"].small,
  .myChildrenSection ul.childrenList .input-group-lg > input[type="datetime-local"].textfield,
  body div.myChildrenSection div.newAuthPerson .input-group-lg > input[type="datetime-local"].textfield,
  #contactus .input-group-lg > input[type="datetime-local"]#twff_phone,
  .input-group-lg > input[type="datetime-local"].form-control,
  .input-group-lg > input[type="datetime-local"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="datetime-local"].btn,
  .input-group-lg > .input-group-btn > input[type="datetime-local"].submitBut,
  .input-group-lg
  input[type="datetime-local"],
  input[type="month"].input-lg,
  .relationship .input-group-lg > input[type="month"],
  .formWizFormWrap #GDFormLI1df173a1e6ab0001f8d713fd9e30162c .field .left.sp2 .input-group-lg > input[type="month"],
  .formWizFormWrap #GDFormLI1df173a1e6ab0001f8d713fd9e30162c .field .input-group-lg > input[type="month"].medium,
  .input-group-lg > .left.emailIcon + input[type="month"],
  form.formWizForm .input-group-lg > input[type="month"].small,
  .myChildrenSection ul.childrenList .input-group-lg > input[type="month"].textfield,
  body div.myChildrenSection div.newAuthPerson .input-group-lg > input[type="month"].textfield,
  #contactus .input-group-lg > input[type="month"]#twff_phone,
  .input-group-lg > input[type="month"].form-control,
  .input-group-lg > input[type="month"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="month"].btn,
  .input-group-lg > .input-group-btn > input[type="month"].submitBut,
  .input-group-lg
  input[type="month"] {
    line-height: 46px; } }

.form-group {
  margin-bottom: 15px; }

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px; }
  .radio label,
  .checkbox label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer; }

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9; }

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px; }

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer; }

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px; }

input[type="radio"][disabled], input[type="radio"].disabled,
fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled,
fieldset[disabled]
input[type="checkbox"] {
  cursor: not-allowed; }

.radio-inline.disabled,
fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled]
.checkbox-inline {
  cursor: not-allowed; }

.radio.disabled label,
fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled]
.checkbox label {
  cursor: not-allowed; }

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px; }
  .form-control-static.input-lg, .relationship .input-group-lg > input.form-control-static, .formWizFormWrap #GDFormLI1df173a1e6ab0001f8d713fd9e30162c .field .left.sp2 .input-group-lg > input.form-control-static, .formWizFormWrap #GDFormLI1df173a1e6ab0001f8d713fd9e30162c .field .input-group-lg > .form-control-static.medium, .field .input-group-lg > textarea.form-control-static, .input-group-lg > .left.emailIcon + input.form-control-static, form.formWizForm .input-group-lg > input.form-control-static.small, .myChildrenSection ul.childrenList .input-group-lg > .form-control-static.textfield, body div.myChildrenSection div.newAuthPerson .input-group-lg > .form-control-static.textfield, #contactus .input-group-lg > .form-control-static#twff_phone, .input-group-lg > .form-control-static.form-control,
  .input-group-lg > .form-control-static.input-group-addon,
  .input-group-lg > .input-group-btn > .form-control-static.btn,
  .input-group-lg > .input-group-btn > .form-control-static.submitBut, .form-control-static.input-sm, .relationship .input-group-sm > input.form-control-static, .formWizFormWrap #GDFormLI1df173a1e6ab0001f8d713fd9e30162c .field .left.sp2 .input-group-sm > input.form-control-static, .formWizFormWrap #GDFormLI1df173a1e6ab0001f8d713fd9e30162c .field .input-group-sm > .form-control-static.medium, .field .input-group-sm > textarea.form-control-static, .input-group-sm > .left.emailIcon + input.form-control-static, form.formWizForm .input-group-sm > input.form-control-static.small, .myChildrenSection ul.childrenList .input-group-sm > .form-control-static.textfield, body div.myChildrenSection div.newAuthPerson .input-group-sm > .form-control-static.textfield, #contactus .input-group-sm > .form-control-static#twff_phone, .input-group-sm > .form-control-static.form-control,
  .input-group-sm > .form-control-static.input-group-addon,
  .input-group-sm > .input-group-btn > .form-control-static.btn,
  .input-group-sm > .input-group-btn > .form-control-static.submitBut {
    padding-left: 0;
    padding-right: 0; }

.input-sm, .relationship .input-group-sm > input, .formWizFormWrap #GDFormLI1df173a1e6ab0001f8d713fd9e30162c .field .left.sp2 .input-group-sm > input, .formWizFormWrap #GDFormLI1df173a1e6ab0001f8d713fd9e30162c .field .input-group-sm > .medium, .field .input-group-sm > textarea, .input-group-sm > .left.emailIcon + input, form.formWizForm .input-group-sm > input.small, .myChildrenSection ul.childrenList .input-group-sm > .textfield, body div.myChildrenSection div.newAuthPerson .input-group-sm > .textfield, #contactus .input-group-sm > #twff_phone, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn,
.input-group-sm > .input-group-btn > .submitBut {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

select.input-sm, .formWizFormWrap #GDFormLI1df173a1e6ab0001f8d713fd9e30162c .field .input-group-sm > select.medium, .myChildrenSection ul.childrenList .input-group-sm > select.textfield, body div.myChildrenSection div.newAuthPerson .input-group-sm > select.textfield, #contactus .input-group-sm > select#twff_phone, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn,
.input-group-sm > .input-group-btn > select.submitBut {
  height: 30px;
  line-height: 30px; }

textarea.input-sm, .formWizFormWrap #GDFormLI1df173a1e6ab0001f8d713fd9e30162c .field .input-group-sm > textarea.medium, .field .input-group-sm > textarea, .myChildrenSection ul.childrenList .input-group-sm > textarea.textfield, body div.myChildrenSection div.newAuthPerson .input-group-sm > textarea.textfield, #contactus .input-group-sm > textarea#twff_phone, .input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
.input-group-sm > .input-group-btn > textarea.submitBut,
select[multiple].input-sm,
.formWizFormWrap #GDFormLI1df173a1e6ab0001f8d713fd9e30162c .field .input-group-sm > select[multiple].medium,
.myChildrenSection ul.childrenList .input-group-sm > select[multiple].textfield,
body div.myChildrenSection div.newAuthPerson .input-group-sm > select[multiple].textfield,
#contactus .input-group-sm > select[multiple]#twff_phone,
.input-group-sm > select[multiple].form-control,
.input-group-sm > select[multiple].input-group-addon,
.input-group-sm > .input-group-btn > select[multiple].btn,
.input-group-sm > .input-group-btn > select[multiple].submitBut {
  height: auto; }

.form-group-sm .relationship input, .relationship .form-group-sm input, .form-group-sm .formWizFormWrap #GDFormLI1df173a1e6ab0001f8d713fd9e30162c .field .left.sp2 input, .formWizFormWrap #GDFormLI1df173a1e6ab0001f8d713fd9e30162c .field .left.sp2 .form-group-sm input, .form-group-sm .formWizFormWrap #GDFormLI1df173a1e6ab0001f8d713fd9e30162c .field .medium, .formWizFormWrap #GDFormLI1df173a1e6ab0001f8d713fd9e30162c .field .form-group-sm .medium, .form-group-sm .field textarea, .field .form-group-sm textarea, .form-group-sm .left.emailIcon + input, .form-group-sm form.formWizForm input.small, form.formWizForm .form-group-sm input.small, .form-group-sm .myChildrenSection ul.childrenList .textfield, .myChildrenSection ul.childrenList .form-group-sm .textfield, .form-group-sm body div.myChildrenSection div.newAuthPerson .textfield, body div.myChildrenSection div.newAuthPerson .form-group-sm .textfield, .form-group-sm #contactus #twff_phone, #contactus .form-group-sm #twff_phone, .form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.form-group-sm .formWizFormWrap #GDFormLI1df173a1e6ab0001f8d713fd9e30162c .field select.medium, .formWizFormWrap #GDFormLI1df173a1e6ab0001f8d713fd9e30162c .field .form-group-sm select.medium, .form-group-sm .myChildrenSection ul.childrenList select.textfield, .myChildrenSection ul.childrenList .form-group-sm select.textfield, .form-group-sm body div.myChildrenSection div.newAuthPerson select.textfield, body div.myChildrenSection div.newAuthPerson .form-group-sm select.textfield, .form-group-sm #contactus select#twff_phone, #contactus .form-group-sm select#twff_phone, .form-group-sm select.form-control {
  height: 30px;
  line-height: 30px; }

.form-group-sm .formWizFormWrap #GDFormLI1df173a1e6ab0001f8d713fd9e30162c .field textarea.medium, .formWizFormWrap #GDFormLI1df173a1e6ab0001f8d713fd9e30162c .field .form-group-sm textarea.medium, .form-group-sm .field textarea, .field .form-group-sm textarea, .form-group-sm .myChildrenSection ul.childrenList textarea.textfield, .myChildrenSection ul.childrenList .form-group-sm textarea.textfield, .form-group-sm body div.myChildrenSection div.newAuthPerson textarea.textfield, body div.myChildrenSection div.newAuthPerson .form-group-sm textarea.textfield, .form-group-sm #contactus textarea#twff_phone, #contactus .form-group-sm textarea#twff_phone, .form-group-sm textarea.form-control,
.form-group-sm .formWizFormWrap #GDFormLI1df173a1e6ab0001f8d713fd9e30162c .field select[multiple].medium, .formWizFormWrap #GDFormLI1df173a1e6ab0001f8d713fd9e30162c .field
.form-group-sm select[multiple].medium,
.form-group-sm .myChildrenSection ul.childrenList select[multiple].textfield, .myChildrenSection ul.childrenList
.form-group-sm select[multiple].textfield,
.form-group-sm body div.myChildrenSection div.newAuthPerson select[multiple].textfield, body div.myChildrenSection div.newAuthPerson
.form-group-sm select[multiple].textfield,
.form-group-sm #contactus select[multiple]#twff_phone, #contactus
.form-group-sm select[multiple]#twff_phone,
.form-group-sm select[multiple].form-control {
  height: auto; }

.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5; }

.input-lg, .relationship .input-group-lg > input, .formWizFormWrap #GDFormLI1df173a1e6ab0001f8d713fd9e30162c .field .left.sp2 .input-group-lg > input, .formWizFormWrap #GDFormLI1df173a1e6ab0001f8d713fd9e30162c .field .input-group-lg > .medium, .field .input-group-lg > textarea, .input-group-lg > .left.emailIcon + input, form.formWizForm .input-group-lg > input.small, .myChildrenSection ul.childrenList .input-group-lg > .textfield, body div.myChildrenSection div.newAuthPerson .input-group-lg > .textfield, #contactus .input-group-lg > #twff_phone, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn,
.input-group-lg > .input-group-btn > .submitBut {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px; }

select.input-lg, .formWizFormWrap #GDFormLI1df173a1e6ab0001f8d713fd9e30162c .field .input-group-lg > select.medium, .myChildrenSection ul.childrenList .input-group-lg > select.textfield, body div.myChildrenSection div.newAuthPerson .input-group-lg > select.textfield, #contactus .input-group-lg > select#twff_phone, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn,
.input-group-lg > .input-group-btn > select.submitBut {
  height: 46px;
  line-height: 46px; }

textarea.input-lg, .formWizFormWrap #GDFormLI1df173a1e6ab0001f8d713fd9e30162c .field .input-group-lg > textarea.medium, .field .input-group-lg > textarea, .myChildrenSection ul.childrenList .input-group-lg > textarea.textfield, body div.myChildrenSection div.newAuthPerson .input-group-lg > textarea.textfield, #contactus .input-group-lg > textarea#twff_phone, .input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
.input-group-lg > .input-group-btn > textarea.submitBut,
select[multiple].input-lg,
.formWizFormWrap #GDFormLI1df173a1e6ab0001f8d713fd9e30162c .field .input-group-lg > select[multiple].medium,
.myChildrenSection ul.childrenList .input-group-lg > select[multiple].textfield,
body div.myChildrenSection div.newAuthPerson .input-group-lg > select[multiple].textfield,
#contactus .input-group-lg > select[multiple]#twff_phone,
.input-group-lg > select[multiple].form-control,
.input-group-lg > select[multiple].input-group-addon,
.input-group-lg > .input-group-btn > select[multiple].btn,
.input-group-lg > .input-group-btn > select[multiple].submitBut {
  height: auto; }

.form-group-lg .relationship input, .relationship .form-group-lg input, .form-group-lg .formWizFormWrap #GDFormLI1df173a1e6ab0001f8d713fd9e30162c .field .left.sp2 input, .formWizFormWrap #GDFormLI1df173a1e6ab0001f8d713fd9e30162c .field .left.sp2 .form-group-lg input, .form-group-lg .formWizFormWrap #GDFormLI1df173a1e6ab0001f8d713fd9e30162c .field .medium, .formWizFormWrap #GDFormLI1df173a1e6ab0001f8d713fd9e30162c .field .form-group-lg .medium, .form-group-lg .field textarea, .field .form-group-lg textarea, .form-group-lg .left.emailIcon + input, .form-group-lg form.formWizForm input.small, form.formWizForm .form-group-lg input.small, .form-group-lg .myChildrenSection ul.childrenList .textfield, .myChildrenSection ul.childrenList .form-group-lg .textfield, .form-group-lg body div.myChildrenSection div.newAuthPerson .textfield, body div.myChildrenSection div.newAuthPerson .form-group-lg .textfield, .form-group-lg #contactus #twff_phone, #contactus .form-group-lg #twff_phone, .form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px; }

.form-group-lg .formWizFormWrap #GDFormLI1df173a1e6ab0001f8d713fd9e30162c .field select.medium, .formWizFormWrap #GDFormLI1df173a1e6ab0001f8d713fd9e30162c .field .form-group-lg select.medium, .form-group-lg .myChildrenSection ul.childrenList select.textfield, .myChildrenSection ul.childrenList .form-group-lg select.textfield, .form-group-lg body div.myChildrenSection div.newAuthPerson select.textfield, body div.myChildrenSection div.newAuthPerson .form-group-lg select.textfield, .form-group-lg #contactus select#twff_phone, #contactus .form-group-lg select#twff_phone, .form-group-lg select.form-control {
  height: 46px;
  line-height: 46px; }

.form-group-lg .formWizFormWrap #GDFormLI1df173a1e6ab0001f8d713fd9e30162c .field textarea.medium, .formWizFormWrap #GDFormLI1df173a1e6ab0001f8d713fd9e30162c .field .form-group-lg textarea.medium, .form-group-lg .field textarea, .field .form-group-lg textarea, .form-group-lg .myChildrenSection ul.childrenList textarea.textfield, .myChildrenSection ul.childrenList .form-group-lg textarea.textfield, .form-group-lg body div.myChildrenSection div.newAuthPerson textarea.textfield, body div.myChildrenSection div.newAuthPerson .form-group-lg textarea.textfield, .form-group-lg #contactus textarea#twff_phone, #contactus .form-group-lg textarea#twff_phone, .form-group-lg textarea.form-control,
.form-group-lg .formWizFormWrap #GDFormLI1df173a1e6ab0001f8d713fd9e30162c .field select[multiple].medium, .formWizFormWrap #GDFormLI1df173a1e6ab0001f8d713fd9e30162c .field
.form-group-lg select[multiple].medium,
.form-group-lg .myChildrenSection ul.childrenList select[multiple].textfield, .myChildrenSection ul.childrenList
.form-group-lg select[multiple].textfield,
.form-group-lg body div.myChildrenSection div.newAuthPerson select[multiple].textfield, body div.myChildrenSection div.newAuthPerson
.form-group-lg select[multiple].textfield,
.form-group-lg #contactus select[multiple]#twff_phone, #contactus
.form-group-lg select[multiple]#twff_phone,
.form-group-lg select[multiple].form-control {
  height: auto; }

.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.33333; }

.has-feedback {
  position: relative; }
  .has-feedback .relationship input, .relationship .has-feedback input, .has-feedback .formWizFormWrap #GDFormLI1df173a1e6ab0001f8d713fd9e30162c .field .left.sp2 input, .formWizFormWrap #GDFormLI1df173a1e6ab0001f8d713fd9e30162c .field .left.sp2 .has-feedback input, .has-feedback .formWizFormWrap #GDFormLI1df173a1e6ab0001f8d713fd9e30162c .field .medium, .formWizFormWrap #GDFormLI1df173a1e6ab0001f8d713fd9e30162c .field .has-feedback .medium, .has-feedback .field textarea, .field .has-feedback textarea, .has-feedback .left.emailIcon + input, .has-feedback form.formWizForm input.small, form.formWizForm .has-feedback input.small, .has-feedback .myChildrenSection ul.childrenList .textfield, .myChildrenSection ul.childrenList .has-feedback .textfield, .has-feedback body div.myChildrenSection div.newAuthPerson .textfield, body div.myChildrenSection div.newAuthPerson .has-feedback .textfield, .has-feedback #contactus #twff_phone, #contactus .has-feedback #twff_phone, .has-feedback .form-control {
    padding-right: 42.5px; }

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none; }

.input-lg + .form-control-feedback, .relationship .input-group-lg > input + .form-control-feedback, .formWizFormWrap #GDFormLI1df173a1e6ab0001f8d713fd9e30162c .field .left.sp2 .input-group-lg > input + .form-control-feedback, .formWizFormWrap #GDFormLI1df173a1e6ab0001f8d713fd9e30162c .field .input-group-lg > .medium + .form-control-feedback, .field .input-group-lg > textarea + .form-control-feedback, .input-group-lg > .left.emailIcon + input + .form-control-feedback, form.formWizForm .input-group-lg > input.small + .form-control-feedback, .myChildrenSection ul.childrenList .input-group-lg > .textfield + .form-control-feedback, body div.myChildrenSection div.newAuthPerson .input-group-lg > .textfield + .form-control-feedback, #contactus .input-group-lg > #twff_phone + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .form-control-feedback,
.input-group-lg > .input-group-btn > .submitBut + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .relationship input + .form-control-feedback, .relationship
.form-group-lg input + .form-control-feedback,
.form-group-lg .formWizFormWrap #GDFormLI1df173a1e6ab0001f8d713fd9e30162c .field .left.sp2 input + .form-control-feedback, .formWizFormWrap #GDFormLI1df173a1e6ab0001f8d713fd9e30162c .field .left.sp2
.form-group-lg input + .form-control-feedback,
.form-group-lg .formWizFormWrap #GDFormLI1df173a1e6ab0001f8d713fd9e30162c .field .medium + .form-control-feedback, .formWizFormWrap #GDFormLI1df173a1e6ab0001f8d713fd9e30162c .field
.form-group-lg .medium + .form-control-feedback,
.form-group-lg .field textarea + .form-control-feedback, .field
.form-group-lg textarea + .form-control-feedback,
.form-group-lg .left.emailIcon + input + .form-control-feedback,
.form-group-lg form.formWizForm input.small + .form-control-feedback, form.formWizForm
.form-group-lg input.small + .form-control-feedback,
.form-group-lg .myChildrenSection ul.childrenList .textfield + .form-control-feedback, .myChildrenSection ul.childrenList
.form-group-lg .textfield + .form-control-feedback,
.form-group-lg body div.myChildrenSection div.newAuthPerson .textfield + .form-control-feedback, body div.myChildrenSection div.newAuthPerson
.form-group-lg .textfield + .form-control-feedback,
.form-group-lg #contactus #twff_phone + .form-control-feedback, #contactus
.form-group-lg #twff_phone + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px; }

.input-sm + .form-control-feedback, .relationship .input-group-sm > input + .form-control-feedback, .formWizFormWrap #GDFormLI1df173a1e6ab0001f8d713fd9e30162c .field .left.sp2 .input-group-sm > input + .form-control-feedback, .formWizFormWrap #GDFormLI1df173a1e6ab0001f8d713fd9e30162c .field .input-group-sm > .medium + .form-control-feedback, .field .input-group-sm > textarea + .form-control-feedback, .input-group-sm > .left.emailIcon + input + .form-control-feedback, form.formWizForm .input-group-sm > input.small + .form-control-feedback, .myChildrenSection ul.childrenList .input-group-sm > .textfield + .form-control-feedback, body div.myChildrenSection div.newAuthPerson .input-group-sm > .textfield + .form-control-feedback, #contactus .input-group-sm > #twff_phone + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .form-control-feedback,
.input-group-sm > .input-group-btn > .submitBut + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .relationship input + .form-control-feedback, .relationship
.form-group-sm input + .form-control-feedback,
.form-group-sm .formWizFormWrap #GDFormLI1df173a1e6ab0001f8d713fd9e30162c .field .left.sp2 input + .form-control-feedback, .formWizFormWrap #GDFormLI1df173a1e6ab0001f8d713fd9e30162c .field .left.sp2
.form-group-sm input + .form-control-feedback,
.form-group-sm .formWizFormWrap #GDFormLI1df173a1e6ab0001f8d713fd9e30162c .field .medium + .form-control-feedback, .formWizFormWrap #GDFormLI1df173a1e6ab0001f8d713fd9e30162c .field
.form-group-sm .medium + .form-control-feedback,
.form-group-sm .field textarea + .form-control-feedback, .field
.form-group-sm textarea + .form-control-feedback,
.form-group-sm .left.emailIcon + input + .form-control-feedback,
.form-group-sm form.formWizForm input.small + .form-control-feedback, form.formWizForm
.form-group-sm input.small + .form-control-feedback,
.form-group-sm .myChildrenSection ul.childrenList .textfield + .form-control-feedback, .myChildrenSection ul.childrenList
.form-group-sm .textfield + .form-control-feedback,
.form-group-sm body div.myChildrenSection div.newAuthPerson .textfield + .form-control-feedback, body div.myChildrenSection div.newAuthPerson
.form-group-sm .textfield + .form-control-feedback,
.form-group-sm #contactus #twff_phone + .form-control-feedback, #contactus
.form-group-sm #twff_phone + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px; }

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d; }

.has-success .relationship input, .relationship .has-success input, .has-success .formWizFormWrap #GDFormLI1df173a1e6ab0001f8d713fd9e30162c .field .left.sp2 input, .formWizFormWrap #GDFormLI1df173a1e6ab0001f8d713fd9e30162c .field .left.sp2 .has-success input, .has-success .formWizFormWrap #GDFormLI1df173a1e6ab0001f8d713fd9e30162c .field .medium, .formWizFormWrap #GDFormLI1df173a1e6ab0001f8d713fd9e30162c .field .has-success .medium, .has-success .field textarea, .field .has-success textarea, .has-success .left.emailIcon + input, .has-success form.formWizForm input.small, form.formWizForm .has-success input.small, .has-success .myChildrenSection ul.childrenList .textfield, .myChildrenSection ul.childrenList .has-success .textfield, .has-success body div.myChildrenSection div.newAuthPerson .textfield, body div.myChildrenSection div.newAuthPerson .has-success .textfield, .has-success #contactus #twff_phone, #contactus .has-success #twff_phone, .has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-success .relationship input:focus, .relationship .has-success input:focus, .has-success .formWizFormWrap #GDFormLI1df173a1e6ab0001f8d713fd9e30162c .field .left.sp2 input:focus, .formWizFormWrap #GDFormLI1df173a1e6ab0001f8d713fd9e30162c .field .left.sp2 .has-success input:focus, .has-success .formWizFormWrap #GDFormLI1df173a1e6ab0001f8d713fd9e30162c .field .medium:focus, .formWizFormWrap #GDFormLI1df173a1e6ab0001f8d713fd9e30162c .field .has-success .medium:focus, .has-success .field textarea:focus, .field .has-success textarea:focus, .has-success .left.emailIcon + input:focus, .has-success form.formWizForm input.small:focus, form.formWizForm .has-success input.small:focus, .has-success .myChildrenSection ul.childrenList .textfield:focus, .myChildrenSection ul.childrenList .has-success .textfield:focus, .has-success body div.myChildrenSection div.newAuthPerson .textfield:focus, body div.myChildrenSection div.newAuthPerson .has-success .textfield:focus, .has-success #contactus #twff_phone:focus, #contactus .has-success #twff_phone:focus, .has-success .form-control:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; }

.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8; }

.has-success .form-control-feedback {
  color: #3c763d; }

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b; }

.has-warning .relationship input, .relationship .has-warning input, .has-warning .formWizFormWrap #GDFormLI1df173a1e6ab0001f8d713fd9e30162c .field .left.sp2 input, .formWizFormWrap #GDFormLI1df173a1e6ab0001f8d713fd9e30162c .field .left.sp2 .has-warning input, .has-warning .formWizFormWrap #GDFormLI1df173a1e6ab0001f8d713fd9e30162c .field .medium, .formWizFormWrap #GDFormLI1df173a1e6ab0001f8d713fd9e30162c .field .has-warning .medium, .has-warning .field textarea, .field .has-warning textarea, .has-warning .left.emailIcon + input, .has-warning form.formWizForm input.small, form.formWizForm .has-warning input.small, .has-warning .myChildrenSection ul.childrenList .textfield, .myChildrenSection ul.childrenList .has-warning .textfield, .has-warning body div.myChildrenSection div.newAuthPerson .textfield, body div.myChildrenSection div.newAuthPerson .has-warning .textfield, .has-warning #contactus #twff_phone, #contactus .has-warning #twff_phone, .has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-warning .relationship input:focus, .relationship .has-warning input:focus, .has-warning .formWizFormWrap #GDFormLI1df173a1e6ab0001f8d713fd9e30162c .field .left.sp2 input:focus, .formWizFormWrap #GDFormLI1df173a1e6ab0001f8d713fd9e30162c .field .left.sp2 .has-warning input:focus, .has-warning .formWizFormWrap #GDFormLI1df173a1e6ab0001f8d713fd9e30162c .field .medium:focus, .formWizFormWrap #GDFormLI1df173a1e6ab0001f8d713fd9e30162c .field .has-warning .medium:focus, .has-warning .field textarea:focus, .field .has-warning textarea:focus, .has-warning .left.emailIcon + input:focus, .has-warning form.formWizForm input.small:focus, form.formWizForm .has-warning input.small:focus, .has-warning .myChildrenSection ul.childrenList .textfield:focus, .myChildrenSection ul.childrenList .has-warning .textfield:focus, .has-warning body div.myChildrenSection div.newAuthPerson .textfield:focus, body div.myChildrenSection div.newAuthPerson .has-warning .textfield:focus, .has-warning #contactus #twff_phone:focus, #contactus .has-warning #twff_phone:focus, .has-warning .form-control:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; }

.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3; }

.has-warning .form-control-feedback {
  color: #8a6d3b; }

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442; }

.has-error .relationship input, .relationship .has-error input, .has-error .formWizFormWrap #GDFormLI1df173a1e6ab0001f8d713fd9e30162c .field .left.sp2 input, .formWizFormWrap #GDFormLI1df173a1e6ab0001f8d713fd9e30162c .field .left.sp2 .has-error input, .has-error .formWizFormWrap #GDFormLI1df173a1e6ab0001f8d713fd9e30162c .field .medium, .formWizFormWrap #GDFormLI1df173a1e6ab0001f8d713fd9e30162c .field .has-error .medium, .has-error .field textarea, .field .has-error textarea, .has-error .left.emailIcon + input, .has-error form.formWizForm input.small, form.formWizForm .has-error input.small, .has-error .myChildrenSection ul.childrenList .textfield, .myChildrenSection ul.childrenList .has-error .textfield, .has-error body div.myChildrenSection div.newAuthPerson .textfield, body div.myChildrenSection div.newAuthPerson .has-error .textfield, .has-error #contactus #twff_phone, #contactus .has-error #twff_phone, .has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-error .relationship input:focus, .relationship .has-error input:focus, .has-error .formWizFormWrap #GDFormLI1df173a1e6ab0001f8d713fd9e30162c .field .left.sp2 input:focus, .formWizFormWrap #GDFormLI1df173a1e6ab0001f8d713fd9e30162c .field .left.sp2 .has-error input:focus, .has-error .formWizFormWrap #GDFormLI1df173a1e6ab0001f8d713fd9e30162c .field .medium:focus, .formWizFormWrap #GDFormLI1df173a1e6ab0001f8d713fd9e30162c .field .has-error .medium:focus, .has-error .field textarea:focus, .field .has-error textarea:focus, .has-error .left.emailIcon + input:focus, .has-error form.formWizForm input.small:focus, form.formWizForm .has-error input.small:focus, .has-error .myChildrenSection ul.childrenList .textfield:focus, .myChildrenSection ul.childrenList .has-error .textfield:focus, .has-error body div.myChildrenSection div.newAuthPerson .textfield:focus, body div.myChildrenSection div.newAuthPerson .has-error .textfield:focus, .has-error #contactus #twff_phone:focus, #contactus .has-error #twff_phone:focus, .has-error .form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; }

.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede; }

.has-error .form-control-feedback {
  color: #a94442; }

.has-feedback label ~ .form-control-feedback {
  top: 25px; }

.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0; }

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373; }

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .relationship input, .relationship .form-inline input, .form-inline .formWizFormWrap #GDFormLI1df173a1e6ab0001f8d713fd9e30162c .field .left.sp2 input, .formWizFormWrap #GDFormLI1df173a1e6ab0001f8d713fd9e30162c .field .left.sp2 .form-inline input, .form-inline .formWizFormWrap #GDFormLI1df173a1e6ab0001f8d713fd9e30162c .field .medium, .formWizFormWrap #GDFormLI1df173a1e6ab0001f8d713fd9e30162c .field .form-inline .medium, .form-inline .field textarea, .field .form-inline textarea, .form-inline .left.emailIcon + input, .form-inline form.formWizForm input.small, form.formWizForm .form-inline input.small, .form-inline .myChildrenSection ul.childrenList .textfield, .myChildrenSection ul.childrenList .form-inline .textfield, .form-inline body div.myChildrenSection div.newAuthPerson .textfield, body div.myChildrenSection div.newAuthPerson .form-inline .textfield, .form-inline #contactus #twff_phone, #contactus .form-inline #twff_phone, .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle; }
  .form-inline .form-control-static {
    display: inline-block; }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle; }
    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn,
    .form-inline .input-group .relationship input, .relationship
    .form-inline .input-group input,
    .form-inline .input-group .formWizFormWrap #GDFormLI1df173a1e6ab0001f8d713fd9e30162c .field .left.sp2 input, .formWizFormWrap #GDFormLI1df173a1e6ab0001f8d713fd9e30162c .field .left.sp2
    .form-inline .input-group input,
    .form-inline .input-group .formWizFormWrap #GDFormLI1df173a1e6ab0001f8d713fd9e30162c .field .medium, .formWizFormWrap #GDFormLI1df173a1e6ab0001f8d713fd9e30162c .field
    .form-inline .input-group .medium,
    .form-inline .input-group .field textarea, .field
    .form-inline .input-group textarea,
    .form-inline .input-group .left.emailIcon + input,
    .form-inline .input-group form.formWizForm input.small, form.formWizForm
    .form-inline .input-group input.small,
    .form-inline .input-group .myChildrenSection ul.childrenList .textfield, .myChildrenSection ul.childrenList
    .form-inline .input-group .textfield,
    .form-inline .input-group body div.myChildrenSection div.newAuthPerson .textfield, body div.myChildrenSection div.newAuthPerson
    .form-inline .input-group .textfield,
    .form-inline .input-group #contactus #twff_phone, #contactus
    .form-inline .input-group #twff_phone,
    .form-inline .input-group .form-control {
      width: auto; }
  .form-inline .relationship .input-group > input, .relationship .form-inline .input-group > input, .form-inline .formWizFormWrap #GDFormLI1df173a1e6ab0001f8d713fd9e30162c .field .left.sp2 .input-group > input, .formWizFormWrap #GDFormLI1df173a1e6ab0001f8d713fd9e30162c .field .left.sp2 .form-inline .input-group > input, .form-inline .formWizFormWrap #GDFormLI1df173a1e6ab0001f8d713fd9e30162c .field .input-group > .medium, .formWizFormWrap #GDFormLI1df173a1e6ab0001f8d713fd9e30162c .field .form-inline .input-group > .medium, .form-inline .field .input-group > textarea, .field .form-inline .input-group > textarea, .form-inline .input-group > .left.emailIcon + input, .form-inline form.formWizForm .input-group > input.small, form.formWizForm .form-inline .input-group > input.small, .form-inline .myChildrenSection ul.childrenList .input-group > .textfield, .myChildrenSection ul.childrenList .form-inline .input-group > .textfield, .form-inline body div.myChildrenSection div.newAuthPerson .input-group > .textfield, body div.myChildrenSection div.newAuthPerson .form-inline .input-group > .textfield, .form-inline #contactus .input-group > #twff_phone, #contactus .form-inline .input-group > #twff_phone, .form-inline .input-group > .form-control {
    width: 100%; }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle; }
    .form-inline .radio label,
    .form-inline .checkbox label {
      padding-left: 0; }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0; }
  .form-inline .has-feedback .form-control-feedback {
    top: 0; } }

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px; }

.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px; }

.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px; }
  .form-horizontal .form-group:before, .form-horizontal .form-group:after {
    content: " ";
    display: table; }
  .form-horizontal .form-group:after {
    clear: both; }

@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px; } }

.form-horizontal .has-feedback .form-control-feedback {
  right: 15px; }

@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px; } }

@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px; } }

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear; }
  .fade.in {
    opacity: 1; }

.collapse {
  display: none; }
  .collapse.in {
    display: block; }

tr.collapse.in {
  display: table-row; }

tbody.collapse.in {
  display: table-row-group; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  -o-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
     transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
     transition-timing-function: ease; }

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent; }

.dropup,
.dropdown {
  position: relative; }

.dropdown-toggle:focus {
  outline: 0; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -webkit-background-clip: padding-box;
          background-clip: padding-box; }
  .dropdown-menu.pull-right {
    right: 0;
    left: auto; }
  .dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857;
    color: #333333;
    white-space: nowrap; }

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5; }

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7; }

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #777777; }

.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed; }

.open > .dropdown-menu {
  display: block; }

.open > a {
  outline: 0; }

.dropdown-menu-right {
  left: auto;
  right: 0; }

.dropdown-menu-left {
  left: 0;
  right: auto; }

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857;
  color: #777777;
  white-space: nowrap; }

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990; }

.pull-right > .dropdown-menu {
  right: 0;
  left: auto; }

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: ""; }

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px; }

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto; }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto; } }

.input-group {
  position: relative;
  display: table;
  border-collapse: separate; }
  .input-group[class*="col-"] {
    float: none;
    padding-left: 0;
    padding-right: 0; }
  .input-group .relationship input, .relationship .input-group input, .input-group .formWizFormWrap #GDFormLI1df173a1e6ab0001f8d713fd9e30162c .field .left.sp2 input, .formWizFormWrap #GDFormLI1df173a1e6ab0001f8d713fd9e30162c .field .left.sp2 .input-group input, .input-group .formWizFormWrap #GDFormLI1df173a1e6ab0001f8d713fd9e30162c .field .medium, .formWizFormWrap #GDFormLI1df173a1e6ab0001f8d713fd9e30162c .field .input-group .medium, .input-group .field textarea, .field .input-group textarea, .input-group .left.emailIcon + input, .input-group form.formWizForm input.small, form.formWizForm .input-group input.small, .input-group .myChildrenSection ul.childrenList .textfield, .myChildrenSection ul.childrenList .input-group .textfield, .input-group body div.myChildrenSection div.newAuthPerson .textfield, body div.myChildrenSection div.newAuthPerson .input-group .textfield, .input-group #contactus #twff_phone, #contactus .input-group #twff_phone, .input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0; }
    .input-group .relationship input:focus, .relationship .input-group input:focus, .input-group .formWizFormWrap #GDFormLI1df173a1e6ab0001f8d713fd9e30162c .field .left.sp2 input:focus, .formWizFormWrap #GDFormLI1df173a1e6ab0001f8d713fd9e30162c .field .left.sp2 .input-group input:focus, .input-group .formWizFormWrap #GDFormLI1df173a1e6ab0001f8d713fd9e30162c .field .medium:focus, .formWizFormWrap #GDFormLI1df173a1e6ab0001f8d713fd9e30162c .field .input-group .medium:focus, .input-group .field textarea:focus, .field .input-group textarea:focus, .input-group .left.emailIcon + input:focus, .input-group form.formWizForm input.small:focus, form.formWizForm .input-group input.small:focus, .input-group .myChildrenSection ul.childrenList .textfield:focus, .myChildrenSection ul.childrenList .input-group .textfield:focus, .input-group body div.myChildrenSection div.newAuthPerson .textfield:focus, body div.myChildrenSection div.newAuthPerson .input-group .textfield:focus, .input-group #contactus #twff_phone:focus, #contactus .input-group #twff_phone:focus, .input-group .form-control:focus {
      z-index: 3; }

.input-group-addon,
.input-group-btn,
.input-group .relationship input, .relationship
.input-group input,
.input-group .formWizFormWrap #GDFormLI1df173a1e6ab0001f8d713fd9e30162c .field .left.sp2 input, .formWizFormWrap #GDFormLI1df173a1e6ab0001f8d713fd9e30162c .field .left.sp2
.input-group input,
.input-group .formWizFormWrap #GDFormLI1df173a1e6ab0001f8d713fd9e30162c .field .medium, .formWizFormWrap #GDFormLI1df173a1e6ab0001f8d713fd9e30162c .field
.input-group .medium,
.input-group .field textarea, .field
.input-group textarea,
.input-group .left.emailIcon + input,
.input-group form.formWizForm input.small, form.formWizForm
.input-group input.small,
.input-group .myChildrenSection ul.childrenList .textfield, .myChildrenSection ul.childrenList
.input-group .textfield,
.input-group body div.myChildrenSection div.newAuthPerson .textfield, body div.myChildrenSection div.newAuthPerson
.input-group .textfield,
.input-group #contactus #twff_phone, #contactus
.input-group #twff_phone,
.input-group .form-control {
  display: table-cell; }
  .input-group-addon:not(:first-child):not(:last-child),
  .input-group-btn:not(:first-child):not(:last-child),
  .input-group .relationship input:not(:first-child):not(:last-child), .relationship
  .input-group input:not(:first-child):not(:last-child),
  .input-group .formWizFormWrap #GDFormLI1df173a1e6ab0001f8d713fd9e30162c .field .left.sp2 input:not(:first-child):not(:last-child), .formWizFormWrap #GDFormLI1df173a1e6ab0001f8d713fd9e30162c .field .left.sp2
  .input-group input:not(:first-child):not(:last-child),
  .input-group .formWizFormWrap #GDFormLI1df173a1e6ab0001f8d713fd9e30162c .field .medium:not(:first-child):not(:last-child), .formWizFormWrap #GDFormLI1df173a1e6ab0001f8d713fd9e30162c .field
  .input-group .medium:not(:first-child):not(:last-child),
  .input-group .field textarea:not(:first-child):not(:last-child), .field
  .input-group textarea:not(:first-child):not(:last-child),
  .input-group .left.emailIcon + input:not(:first-child):not(:last-child),
  .input-group form.formWizForm input.small:not(:first-child):not(:last-child), form.formWizForm
  .input-group input.small:not(:first-child):not(:last-child),
  .input-group .myChildrenSection ul.childrenList .textfield:not(:first-child):not(:last-child), .myChildrenSection ul.childrenList
  .input-group .textfield:not(:first-child):not(:last-child),
  .input-group body div.myChildrenSection div.newAuthPerson .textfield:not(:first-child):not(:last-child), body div.myChildrenSection div.newAuthPerson
  .input-group .textfield:not(:first-child):not(:last-child),
  .input-group #contactus #twff_phone:not(:first-child):not(:last-child), #contactus
  .input-group #twff_phone:not(:first-child):not(:last-child),
  .input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0; }

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle; }

.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 4px; }
  .input-group-addon.input-sm, .relationship .input-group-sm > input.input-group-addon, .formWizFormWrap #GDFormLI1df173a1e6ab0001f8d713fd9e30162c .field .left.sp2 .input-group-sm > input.input-group-addon, .formWizFormWrap #GDFormLI1df173a1e6ab0001f8d713fd9e30162c .field .input-group-sm > .input-group-addon.medium, .field .input-group-sm > textarea.input-group-addon, .input-group-sm > .left.emailIcon + input.input-group-addon, form.formWizForm .input-group-sm > input.input-group-addon.small, .myChildrenSection ul.childrenList .input-group-sm > .input-group-addon.textfield, body div.myChildrenSection div.newAuthPerson .input-group-sm > .input-group-addon.textfield, #contactus .input-group-sm > .input-group-addon#twff_phone,
  .input-group-sm > .input-group-addon,
  .input-group-sm > .input-group-btn > .input-group-addon.btn,
  .input-group-sm > .input-group-btn > .input-group-addon.submitBut {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px; }
  .input-group-addon.input-lg, .relationship .input-group-lg > input.input-group-addon, .formWizFormWrap #GDFormLI1df173a1e6ab0001f8d713fd9e30162c .field .left.sp2 .input-group-lg > input.input-group-addon, .formWizFormWrap #GDFormLI1df173a1e6ab0001f8d713fd9e30162c .field .input-group-lg > .input-group-addon.medium, .field .input-group-lg > textarea.input-group-addon, .input-group-lg > .left.emailIcon + input.input-group-addon, form.formWizForm .input-group-lg > input.input-group-addon.small, .myChildrenSection ul.childrenList .input-group-lg > .input-group-addon.textfield, body div.myChildrenSection div.newAuthPerson .input-group-lg > .input-group-addon.textfield, #contactus .input-group-lg > .input-group-addon#twff_phone,
  .input-group-lg > .input-group-addon,
  .input-group-lg > .input-group-btn > .input-group-addon.btn,
  .input-group-lg > .input-group-btn > .input-group-addon.submitBut {
    padding: 10px 16px;
    font-size: 18px;
    border-radius: 6px; }
  .input-group-addon input[type="radio"],
  .input-group-addon input[type="checkbox"] {
    margin-top: 0; }

.input-group .relationship input:first-child, .relationship .input-group input:first-child, .input-group .formWizFormWrap #GDFormLI1df173a1e6ab0001f8d713fd9e30162c .field .left.sp2 input:first-child, .formWizFormWrap #GDFormLI1df173a1e6ab0001f8d713fd9e30162c .field .left.sp2 .input-group input:first-child, .input-group .formWizFormWrap #GDFormLI1df173a1e6ab0001f8d713fd9e30162c .field .medium:first-child, .formWizFormWrap #GDFormLI1df173a1e6ab0001f8d713fd9e30162c .field .input-group .medium:first-child, .input-group .field textarea:first-child, .field .input-group textarea:first-child, .input-group .left.emailIcon + input:first-child, .input-group form.formWizForm input.small:first-child, form.formWizForm .input-group input.small:first-child, .input-group .myChildrenSection ul.childrenList .textfield:first-child, .myChildrenSection ul.childrenList .input-group .textfield:first-child, .input-group body div.myChildrenSection div.newAuthPerson .textfield:first-child, body div.myChildrenSection div.newAuthPerson .input-group .textfield:first-child, .input-group #contactus #twff_phone:first-child, #contactus .input-group #twff_phone:first-child, .input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .submitBut,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .btn-group > .submitBut,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .submitBut:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn,
.input-group-btn:last-child > .btn-group:not(:last-child) > .submitBut {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.input-group-addon:first-child {
  border-right: 0; }

.input-group .relationship input:last-child, .relationship .input-group input:last-child, .input-group .formWizFormWrap #GDFormLI1df173a1e6ab0001f8d713fd9e30162c .field .left.sp2 input:last-child, .formWizFormWrap #GDFormLI1df173a1e6ab0001f8d713fd9e30162c .field .left.sp2 .input-group input:last-child, .input-group .formWizFormWrap #GDFormLI1df173a1e6ab0001f8d713fd9e30162c .field .medium:last-child, .formWizFormWrap #GDFormLI1df173a1e6ab0001f8d713fd9e30162c .field .input-group .medium:last-child, .input-group .field textarea:last-child, .field .input-group textarea:last-child, .input-group .left.emailIcon + input:last-child, .input-group form.formWizForm input.small:last-child, form.formWizForm .input-group input.small:last-child, .input-group .myChildrenSection ul.childrenList .textfield:last-child, .myChildrenSection ul.childrenList .input-group .textfield:last-child, .input-group body div.myChildrenSection div.newAuthPerson .textfield:last-child, body div.myChildrenSection div.newAuthPerson .input-group .textfield:last-child, .input-group #contactus #twff_phone:last-child, #contactus .input-group #twff_phone:last-child, .input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .submitBut,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .btn-group > .submitBut,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .submitBut:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn,
.input-group-btn:first-child > .btn-group:not(:first-child) > .submitBut {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.input-group-addon:last-child {
  border-left: 0; }

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap; }
  .input-group-btn > .btn, .input-group-btn > .submitBut {
    position: relative; }
    .input-group-btn > .btn + .btn, .input-group-btn > .submitBut + .btn, .input-group-btn > .btn + .submitBut, .input-group-btn > .submitBut + .submitBut {
      margin-left: -1px; }
    .input-group-btn > .btn:hover, .input-group-btn > .submitBut:hover, .input-group-btn > .btn:focus, .input-group-btn > .submitBut:focus, .input-group-btn > .btn:active, .input-group-btn > .submitBut:active {
      z-index: 2; }
  .input-group-btn:first-child > .btn, .input-group-btn:first-child > .submitBut,
  .input-group-btn:first-child > .btn-group {
    margin-right: -1px; }
  .input-group-btn:last-child > .btn, .input-group-btn:last-child > .submitBut,
  .input-group-btn:last-child > .btn-group {
    z-index: 2;
    margin-left: -1px; }

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px; }
  .pagination > li {
    display: inline; }
    .pagination > li > a,
    .pagination > li > span {
      position: relative;
      float: left;
      padding: 6px 12px;
      line-height: 1.42857;
      text-decoration: none;
      color: #337ab7;
      background-color: #fff;
      border: 1px solid #ddd;
      margin-left: -1px; }
    .pagination > li:first-child > a,
    .pagination > li:first-child > span {
      margin-left: 0;
      border-bottom-left-radius: 4px;
      border-top-left-radius: 4px; }
    .pagination > li:last-child > a,
    .pagination > li:last-child > span {
      border-bottom-right-radius: 4px;
      border-top-right-radius: 4px; }
  .pagination > li > a:hover, .pagination > li > a:focus,
  .pagination > li > span:hover,
  .pagination > li > span:focus {
    z-index: 2;
    color: #23527c;
    background-color: #eeeeee;
    border-color: #ddd; }
  .pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
  .pagination > .active > span,
  .pagination > .active > span:hover,
  .pagination > .active > span:focus {
    z-index: 3;
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
    cursor: default; }
  .pagination > .disabled > span,
  .pagination > .disabled > span:hover,
  .pagination > .disabled > span:focus,
  .pagination > .disabled > a,
  .pagination > .disabled > a:hover,
  .pagination > .disabled > a:focus {
    color: #777777;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed; }

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333; }

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px; }

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px; }

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5; }

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px; }

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px; }

.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center; }
  .pager:before, .pager:after {
    content: " ";
    display: table; }
  .pager:after {
    clear: both; }
  .pager li {
    display: inline; }
    .pager li > a,
    .pager li > span {
      display: inline-block;
      padding: 5px 14px;
      background-color: #fff;
      border: 1px solid #ddd;
      border-radius: 15px; }
    .pager li > a:hover,
    .pager li > a:focus {
      text-decoration: none;
      background-color: #eeeeee; }
  .pager .next > a,
  .pager .next > span {
    float: right; }
  .pager .previous > a,
  .pager .previous > span {
    float: left; }
  .pager .disabled > a,
  .pager .disabled > a:hover,
  .pager .disabled > a:focus,
  .pager .disabled > span {
    color: #777777;
    background-color: #fff;
    cursor: not-allowed; }

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em; }
  .label:empty {
    display: none; }
  .btn .label, .submitBut .label {
    position: relative;
    top: -1px; }

a.label:hover, a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer; }

.label-default {
  background-color: #777777; }
  .label-default[href]:hover, .label-default[href]:focus {
    background-color: #5e5e5e; }

.label-primary {
  background-color: #337ab7; }
  .label-primary[href]:hover, .label-primary[href]:focus {
    background-color: #286090; }

.label-success {
  background-color: #5cb85c; }
  .label-success[href]:hover, .label-success[href]:focus {
    background-color: #449d44; }

.label-info {
  background-color: #5bc0de; }
  .label-info[href]:hover, .label-info[href]:focus {
    background-color: #31b0d5; }

.label-warning {
  background-color: #f0ad4e; }
  .label-warning[href]:hover, .label-warning[href]:focus {
    background-color: #ec971f; }

.label-danger {
  background-color: #d9534f; }
  .label-danger[href]:hover, .label-danger[href]:focus {
    background-color: #c9302c; }

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #777777;
  border-radius: 10px; }
  .badge:empty {
    display: none; }
  .btn .badge, .submitBut .badge {
    position: relative;
    top: -1px; }
  .btn-xs .badge,
  .btn-group-xs > .btn .badge,
  .btn-group-xs > .submitBut .badge {
    top: 0;
    padding: 1px 5px; }
  .list-group-item.active > .badge,
  .nav-pills > .active > a > .badge {
    color: #337ab7;
    background-color: #fff; }
  .list-group-item > .badge {
    float: right; }
  .list-group-item > .badge + .badge {
    margin-right: 5px; }
  .nav-pills > li > a > .badge {
    margin-left: 3px; }

a.badge:hover, a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer; }

.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee; }
  .jumbotron h1,
  .jumbotron .h1 {
    color: inherit; }
  .jumbotron p {
    margin-bottom: 15px;
    font-size: 21px;
    font-weight: 200; }
  .jumbotron > hr {
    border-top-color: #d5d5d5; }
  .container .jumbotron,
  .container-fluid .jumbotron, .testimonialsblock .item .jumbotron {
    border-radius: 6px;
    padding-left: 15px;
    padding-right: 15px; }
  .jumbotron .container {
    max-width: 100%; }
  @media screen and (min-width: 768px) {
    .jumbotron {
      padding-top: 48px;
      padding-bottom: 48px; }
      .container .jumbotron,
      .container-fluid .jumbotron, .testimonialsblock .item .jumbotron {
        padding-left: 60px;
        padding-right: 60px; }
      .jumbotron h1,
      .jumbotron .h1 {
        font-size: 63px; } }

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out; }
  .thumbnail > img,
  .thumbnail a > img {
    display: block;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto; }
  .thumbnail .caption {
    padding: 9px;
    color: #333333; }

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #337ab7; }

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px; }
  .alert h4 {
    margin-top: 0;
    color: inherit; }
  .alert .alert-link {
    font-weight: bold; }
  .alert > p,
  .alert > ul {
    margin-bottom: 0; }
  .alert > p + p {
    margin-top: 5px; }

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px; }
  .alert-dismissable .close,
  .alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit; }

.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d; }
  .alert-success hr {
    border-top-color: #c9e2b3; }
  .alert-success .alert-link {
    color: #2b542c; }

.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f; }
  .alert-info hr {
    border-top-color: #a6e1ec; }
  .alert-info .alert-link {
    color: #245269; }

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b; }
  .alert-warning hr {
    border-top-color: #f7e1b5; }
  .alert-warning .alert-link {
    color: #66512c; }

.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442; }
  .alert-danger hr {
    border-top-color: #e4b9c0; }
  .alert-danger .alert-link {
    color: #843534; }

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }

@-o-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }

.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); }

.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease; }

.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  -webkit-background-size: 40px 40px;
          background-size: 40px 40px; }

.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite; }

.progress-bar-success {
  background-color: #5cb85c; }
  .progress-striped .progress-bar-success {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-info {
  background-color: #5bc0de; }
  .progress-striped .progress-bar-info {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-warning {
  background-color: #f0ad4e; }
  .progress-striped .progress-bar-warning {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-danger {
  background-color: #d9534f; }
  .progress-striped .progress-bar-danger {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.media {
  margin-top: 15px; }
  .media:first-child {
    margin-top: 0; }

.media,
.media-body {
  zoom: 1;
  overflow: hidden; }

.media-body {
  width: 10000px; }

.media-object {
  display: block; }
  .media-object.img-thumbnail {
    max-width: none; }

.media-right,
.media > .pull-right {
  padding-left: 10px; }

.media-left,
.media > .pull-left {
  padding-right: 10px; }

.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top; }

.media-middle {
  vertical-align: middle; }

.media-bottom {
  vertical-align: bottom; }

.media-heading {
  margin-top: 0;
  margin-bottom: 5px; }

.media-list {
  padding-left: 0;
  list-style: none; }

@-webkit-keyframes Animation {
  0% {
    background-position: 10% 0%; }
  50% {
    background-position: 91% 100%; }
  100% {
    background-position: 10% 0%; } }

@-o-keyframes Animation {
  0% {
    background-position: 10% 0%; }
  50% {
    background-position: 91% 100%; }
  100% {
    background-position: 10% 0%; } }

@keyframes Animation {
  0% {
    background-position: 10% 0%; }
  50% {
    background-position: 91% 100%; }
  100% {
    background-position: 10% 0%; } }

[class*="icon-"] {
  background-position: center center;
  -webkit-background-size: 30px auto;
          background-size: 30px auto;
  background-repeat: no-repeat;
  display: inline-block;
  width: 60px;
  height: 60px; }

.text-uppercase {
  text-transform: uppercase; }

.row.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .row.flex .col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }

.cleartext, .forNews, .forEvents, .sliderTitle, button.fullwidth, .btn-stage, .fancy_modal .btn, .fancy_modal .submitBut, .custombox-content > div .btn, .custombox-content > div .submitBut, div.authorisedPersonsList div.authorisedPerson div.name, #book-online .more a, .quickBookForm .row .next, .btn, .submitBut {
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.isFlex:before, .socialWrapper:before, .isFlex:after, .socialWrapper:after {
  content: normal !important; }

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-250%); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%); } }

@-o-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -o-transform: translateX(-250%);
    transform: translateX(-250%); }
  100% {
    opacity: 1;
    -o-transform: translateX(0%);
    transform: translateX(0%); } }

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-250%);
    -o-transform: translateX(-250%);
    transform: translateX(-250%); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%); } }

@-webkit-keyframes fadeOut2 {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@-o-keyframes fadeOut2 {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes fadeOut2 {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

* {
  margin: 0px;
  padding: 0px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box; }

html {
  font-size: 10px; }
  html a {
    visibility: hidden; }

html #wrap {
  visibility: hidden; }

html.wf-active a {
  visibility: visible; }

html.wf-active #wrap {
  visibility: visible; }

html.wf-active .loader {
  display: none;
  z-index: -999; }

body {
  font-family: sans-serif;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  font-size: 14px;
  line-height: 1.42857;
  color: #333333;
  background-color: #fff;
  min-height: 100vh;
  overflow-x: hidden;
  font-weight: 400;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.fonts-loaded body {
  font-family: "Fira Sans", sans-serif; }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  #wrap {
    -webkit-box-flex: 1 !important;
    -webkit-flex: auto !important;
        -ms-flex: auto !important;
            flex: auto !important; } }

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

a {
  color: #337ab7;
  text-decoration: none; }
  a:hover, a:focus {
    color: #23527c;
    text-decoration: none;
    outline: none; }

img {
  max-width: 100%;
  height: auto; }

.hdLHS {
  padding: 0px 5px 30px;
  font-weight: bold;
  color: #00315d;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 24px; }

h1#pageTitle {
  font-size: 36px;
  line-height: 42px;
  margin: 0px 0 30px 0;
  color: #00315d;
  text-transform: uppercase;
  font-weight: bold; }
  @media (max-width: 768px) {
    h1#pageTitle {
      font-size: 26px; } }

#wrap {
  position: relative; }

.scroll {
  bottom: 70px;
  color: #fff;
  display: block;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  text-align: center;
  z-index: 99;
  font-size: 16px; }
  .scroll span {
    color: #fff;
    position: relative;
    font-weight: 300;
    display: inline-block;
    padding: 10px 20px 0;
    line-height: 1; }
    .scroll span i {
      font-size: 26px;
      line-height: 1;
      display: block;
      -webkit-transform: perspective(1px) translateZ(0);
              transform: perspective(1px) translateZ(0);
      -webkit-box-shadow: 0 0 1px transparent;
              box-shadow: 0 0 1px transparent;
      position: relative; }
      .scroll span i:before {
        -webkit-transform: translateZ(0);
                transform: translateZ(0);
        padding: 0px;
        left: 0;
        right: 0;
        position: absolute; }
    .scroll span:hover i:before,
    .scroll span:focus i:before,
    .scroll span:active i:before {
      -webkit-animation-name: hvr-icon-down;
           -o-animation-name: hvr-icon-down;
              animation-name: hvr-icon-down;
      -webkit-animation-duration: 0.75s;
           -o-animation-duration: 0.75s;
              animation-duration: 0.75s;
      -webkit-animation-timing-function: ease-out;
           -o-animation-timing-function: ease-out;
              animation-timing-function: ease-out; }

.copy {
  margin-bottom: 40px; }
  .copy p.intro {
    font-size: 18px;
    font-weight: bold; }
  .copy p {
    font-size: 16px; }
  .copy h2 {
    font-size: 26px;
    line-height: 28px;
    color: #00315d;
    margin: 15px 0 30px 0; }
    @media (max-width: 480px) {
      .copy h2 {
        font-size: 18px; } }
  .copy h3 {
    color: #00315d;
    font-size: 22px;
    line-height: 22px;
    margin: 15px 0 25px 0; }
    @media (max-width: 480px) {
      .copy h3 {
        font-size: 16px; } }
  .copy h4 {
    color: #00315d;
    font-size: 18px;
    line-height: 20px;
    margin: 15px 0 20px 0; }
    @media (max-width: 480px) {
      .copy h4 {
        font-size: 14px; } }

.copy {
  font-size: 16px;
  color: #000; }
  .copy p {
    color: #00315d;
    margin: 0 0 10px; }
    .copy p .btn, .copy p .submitBut {
      text-decoration: none; }
    .copy p blockquote {
      padding: 15px 30px 10px;
      margin: 10px 30px 20px;
      border-left: 5px solid #00315d;
      font-size: 20px;
      line-height: 32px;
      background: #cfdee6; }
  .copy ul:not(#leftNavList) ~ {
    padding: 0 40px 15px 25px;
    list-style: none;
    clear: both;
    float: none;
    overflow: hidden; }
    @media (max-width: 480px) {
      .copy ul:not(#leftNavList) ~ {
        padding: 0px; } }
    .copy ul:not(#leftNavList) ~ li {
      padding: 0 0 15px 25px;
      position: relative; }
      .copy ul:not(#leftNavList) ~ li:before {
        content: "\f054";
        font-family: FontAwesome;
        font-style: normal;
        font-weight: normal;
        text-decoration: inherit;
        color: #00315d;
        font-size: 12px;
        position: relative;
        z-index: 10;
        top: 0;
        padding-right: 15px; }
    .copy ul:not(#leftNavList).split-list ~ li {
      width: 50%;
      float: left; }
      @media (max-width: 600px) {
        .copy ul:not(#leftNavList).split-list ~ li {
          width: 100%; } }
  .copy blockquote {
    border-left: 5px solid #777;
    margin: 0 0 20px;
    padding: 10px 20px;
    background: #eee; }
    .copy blockquote p {
      margin-bottom: 0px;
      font-size: 15px;
      font-weight: 300; }

.copy ol {
  padding: 0 40px 15px 50px; }
  .copy ol li {
    padding: 0 0 5px 5px; }
  .copy ol img {
    max-width: 100%;
    height: auto;
    margin: 10px 0 10px 0; }

/* ======================
  	Cookie Style
====================== */
#stickycookiePolicy {
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  padding: 10px;
  text-align: center;
  width: 100%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box; }

#stickycookiePolicy a {
  color: #fff;
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
  margin-left: 10px; }

#stickycookiePolicy a:hover {
  color: #00315d; }

/* ======================
  	END Cookie Style
====================== */
/* ======================
  	JsMessage Style
====================== */
.no-script.modal-backdrop.fade.in {
  opacity: 0.5;
  z-index: 10000;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: black; }

.modal.fade.in.no-js {
  background: #003359;
  bottom: auto;
  display: block;
  left: 0;
  padding: 30px;
  position: fixed;
  right: 0;
  text-align: center;
  top: 0;
  z-index: 10000; }

.modal.fade.in.no-js .noscriptmsg {
  font-size: 1.25em;
  color: #fff;
  margin-bottom: 20px; }

input.modal-closing-trick {
  visibility: hidden;
  position: absolute;
  top: -9999px;
  left: -9999px;
  z-index: 1110; }

input.modal-closing-trick:checked ~ div {
  display: none !important; }

noscript + .loader {
  display: none !important; }
  noscript + .loader + #wrap {
    visibility: visible; }

/* ======================
  	END JsMessage Style
====================== */
.verticalizeBlock {
  position: relative; }
  @media (min-width: 1025px) {
    .verticalizeBlock {
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
           -o-transform: translateY(-50%);
              transform: translateY(-50%); } }

.facebookBlock {
  background: #F6F7F9;
  text-align: center;
  display: block;
  margin-bottom: 30px; }

.testimonialsblock {
  padding: 40px 0;
  display: block;
  width: 100%;
  overflow: hidden;
  position: relative; }
  .testimonialsblock .item {
    max-width: 100%;
    float: left; }
  .testimonialsblock:before {
    z-index: -1;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    content: "";
    background: #e1bad0;
    background: -webkit-linear-gradient(left, #e1bad0 0%, #a8c7d6 50%, #fbfdfd 100%);
    background: -webkit-gradient(linear, left top, right top, from(#e1bad0), color-stop(50%, #a8c7d6), to(#fbfdfd));
    background: -o-linear-gradient(left, #e1bad0 0%, #a8c7d6 50%, #fbfdfd 100%);
    background: linear-gradient(to right, #e1bad0 0%, #a8c7d6 50%, #fbfdfd 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e1bad0', endColorstr='#fbfdfd',GradientType=1 );
    width: 100%;
    -webkit-background-size: 200% 200%;
            background-size: 200% 200%;
    -webkit-animation: Animation 5s ease infinite;
         -o-animation: Animation 5s ease infinite;
            animation: Animation 5s ease infinite; }
  .testimonialsblock h4 {
    padding: 15px 15px 15px 55px;
    text-align: center;
    display: table;
    margin: auto;
    position: relative;
    background: url("../images/favi_01.png");
    background-position: left center;
    -webkit-background-size: 40px auto;
            background-size: 40px auto;
    background-repeat: no-repeat;
    font-size: 26px;
    font-weight: 400;
    text-transform: uppercase;
    color: #00315d;
    -webkit-transform: translateX(-15px);
        -ms-transform: translateX(-15px);
         -o-transform: translateX(-15px);
            transform: translateX(-15px); }
  .testimonialsblock article {
    text-align: center;
    max-width: 100%;
    color: #00315d; }
    .testimonialsblock article h5 {
      font-family: "Boogaloo", cursive;
      font-size: 1.42857em;
      margin-bottom: 20px; }
      @media (min-width: 768px) {
        .testimonialsblock article h5 {
          font-size: 24px; } }
      @media (min-width: 1025px) {
        .testimonialsblock article h5 {
          font-size: 30px; } }
    .testimonialsblock article p {
      font-size: 18px; }

@media (min-width: 1025px) {
  .bannerPhoto {
    min-height: 200px; } }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
     transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "→"; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

select.bs-select-hidden,
select.selectpicker {
  display: none !important; }

.bootstrap-select {
  width: 220px \0;
  /*IE9 and below*/ }
  .bootstrap-select > .dropdown-toggle {
    width: 100%;
    padding-right: 25px;
    z-index: 1; }
    .bootstrap-select > .dropdown-toggle.bs-placeholder, .bootstrap-select > .dropdown-toggle.bs-placeholder:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder:active {
      color: #999; }
  .bootstrap-select > select {
    position: absolute !important;
    bottom: 0;
    left: 50%;
    display: block !important;
    width: 0.5px !important;
    height: 100% !important;
    padding: 0 !important;
    opacity: 0 !important;
    border: none; }
    .bootstrap-select > select.mobile-device {
      top: 0;
      left: 0;
      display: block !important;
      width: 100% !important;
      z-index: 2; }
  .has-error .bootstrap-select .dropdown-toggle,
  .error .bootstrap-select .dropdown-toggle {
    border-color: #b94a48; }
  .bootstrap-select.fit-width {
    width: auto !important; }
  .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 220px; }
  .bootstrap-select .dropdown-toggle:focus {
    outline: thin dotted #333333 !important;
    outline: 5px auto -webkit-focus-ring-color !important;
    outline-offset: -2px; }

.relationship input.bootstrap-select, .formWizFormWrap #GDFormLI1df173a1e6ab0001f8d713fd9e30162c .field .left.sp2 input.bootstrap-select, .formWizFormWrap #GDFormLI1df173a1e6ab0001f8d713fd9e30162c .field .bootstrap-select.medium, .field textarea.bootstrap-select, .left.emailIcon + input.bootstrap-select, form.formWizForm input.bootstrap-select.small, .myChildrenSection ul.childrenList .bootstrap-select.textfield, body div.myChildrenSection div.newAuthPerson .bootstrap-select.textfield, #contactus .bootstrap-select#twff_phone, .bootstrap-select.form-control {
  margin-bottom: 0;
  padding: 0;
  border: none; }
  .relationship input.bootstrap-select:not([class*="col-"]), .formWizFormWrap #GDFormLI1df173a1e6ab0001f8d713fd9e30162c .field .left.sp2 input.bootstrap-select:not([class*="col-"]), .formWizFormWrap #GDFormLI1df173a1e6ab0001f8d713fd9e30162c .field .bootstrap-select.medium:not([class*="col-"]), .field textarea.bootstrap-select:not([class*="col-"]), .left.emailIcon + input.bootstrap-select:not([class*="col-"]), form.formWizForm input.bootstrap-select.small:not([class*="col-"]), .myChildrenSection ul.childrenList .bootstrap-select.textfield:not([class*="col-"]), body div.myChildrenSection div.newAuthPerson .bootstrap-select.textfield:not([class*="col-"]), #contactus .bootstrap-select#twff_phone:not([class*="col-"]), .bootstrap-select.form-control:not([class*="col-"]) {
    width: 100%; }
  .relationship input.bootstrap-select.input-group-btn, .formWizFormWrap #GDFormLI1df173a1e6ab0001f8d713fd9e30162c .field .left.sp2 input.bootstrap-select.input-group-btn, .formWizFormWrap #GDFormLI1df173a1e6ab0001f8d713fd9e30162c .field .bootstrap-select.input-group-btn.medium, .field textarea.bootstrap-select.input-group-btn, .left.emailIcon + input.bootstrap-select.input-group-btn, form.formWizForm input.bootstrap-select.input-group-btn.small, .myChildrenSection ul.childrenList .bootstrap-select.input-group-btn.textfield, body div.myChildrenSection div.newAuthPerson .bootstrap-select.input-group-btn.textfield, #contactus .bootstrap-select.input-group-btn#twff_phone, .bootstrap-select.input-group-btn.form-control {
    z-index: auto; }
    .relationship input.bootstrap-select.input-group-btn:not(:first-child):not(:last-child) > .btn, .formWizFormWrap #GDFormLI1df173a1e6ab0001f8d713fd9e30162c .field .left.sp2 input.bootstrap-select.input-group-btn:not(:first-child):not(:last-child) > .btn, .formWizFormWrap #GDFormLI1df173a1e6ab0001f8d713fd9e30162c .field .bootstrap-select.input-group-btn.medium:not(:first-child):not(:last-child) > .btn, .field textarea.bootstrap-select.input-group-btn:not(:first-child):not(:last-child) > .btn, .left.emailIcon + input.bootstrap-select.input-group-btn:not(:first-child):not(:last-child) > .btn, form.formWizForm input.bootstrap-select.input-group-btn.small:not(:first-child):not(:last-child) > .btn, .myChildrenSection ul.childrenList .bootstrap-select.input-group-btn.textfield:not(:first-child):not(:last-child) > .btn, body div.myChildrenSection div.newAuthPerson .bootstrap-select.input-group-btn.textfield:not(:first-child):not(:last-child) > .btn, #contactus .bootstrap-select.input-group-btn#twff_phone:not(:first-child):not(:last-child) > .btn, .bootstrap-select.input-group-btn.form-control:not(:first-child):not(:last-child) > .btn, .relationship input.bootstrap-select.input-group-btn:not(:first-child):not(:last-child) > .submitBut, .formWizFormWrap #GDFormLI1df173a1e6ab0001f8d713fd9e30162c .field .left.sp2 input.bootstrap-select.input-group-btn:not(:first-child):not(:last-child) > .submitBut, .formWizFormWrap #GDFormLI1df173a1e6ab0001f8d713fd9e30162c .field .bootstrap-select.input-group-btn.medium:not(:first-child):not(:last-child) > .submitBut, .field textarea.bootstrap-select.input-group-btn:not(:first-child):not(:last-child) > .submitBut, .left.emailIcon + input.bootstrap-select.input-group-btn:not(:first-child):not(:last-child) > .submitBut, form.formWizForm input.bootstrap-select.input-group-btn.small:not(:first-child):not(:last-child) > .submitBut, .myChildrenSection ul.childrenList .bootstrap-select.input-group-btn.textfield:not(:first-child):not(:last-child) > .submitBut, body div.myChildrenSection div.newAuthPerson .bootstrap-select.input-group-btn.textfield:not(:first-child):not(:last-child) > .submitBut, #contactus .bootstrap-select.input-group-btn#twff_phone:not(:first-child):not(:last-child) > .submitBut, .bootstrap-select.input-group-btn.form-control:not(:first-child):not(:last-child) > .submitBut {
      border-radius: 0; }

.bootstrap-select.btn-group:not(.input-group-btn), .bootstrap-select.btn-group[class*="col-"] {
  float: none;
  display: inline-block;
  margin-left: 0; }

.bootstrap-select.btn-group.dropdown-menu-right, .bootstrap-select.btn-group[class*="col-"].dropdown-menu-right,
.row .bootstrap-select.btn-group[class*="col-"].dropdown-menu-right {
  float: right; }

.form-inline .bootstrap-select.btn-group,
.form-horizontal .bootstrap-select.btn-group,
.form-group .bootstrap-select.btn-group {
  margin-bottom: 0; }

.form-group-lg .relationship input.bootstrap-select.btn-group, .relationship .form-group-lg input.bootstrap-select.btn-group, .form-group-lg .formWizFormWrap #GDFormLI1df173a1e6ab0001f8d713fd9e30162c .field .left.sp2 input.bootstrap-select.btn-group, .formWizFormWrap #GDFormLI1df173a1e6ab0001f8d713fd9e30162c .field .left.sp2 .form-group-lg input.bootstrap-select.btn-group, .form-group-lg .formWizFormWrap #GDFormLI1df173a1e6ab0001f8d713fd9e30162c .field .bootstrap-select.btn-group.medium, .formWizFormWrap #GDFormLI1df173a1e6ab0001f8d713fd9e30162c .field .form-group-lg .bootstrap-select.btn-group.medium, .form-group-lg .field textarea.bootstrap-select.btn-group, .field .form-group-lg textarea.bootstrap-select.btn-group, .form-group-lg .left.emailIcon + input.bootstrap-select.btn-group, .form-group-lg form.formWizForm input.bootstrap-select.btn-group.small, form.formWizForm .form-group-lg input.bootstrap-select.btn-group.small, .form-group-lg .myChildrenSection ul.childrenList .bootstrap-select.btn-group.textfield, .myChildrenSection ul.childrenList .form-group-lg .bootstrap-select.btn-group.textfield, .form-group-lg body div.myChildrenSection div.newAuthPerson .bootstrap-select.btn-group.textfield, body div.myChildrenSection div.newAuthPerson .form-group-lg .bootstrap-select.btn-group.textfield, .form-group-lg #contactus .bootstrap-select.btn-group#twff_phone, #contactus .form-group-lg .bootstrap-select.btn-group#twff_phone, .form-group-lg .bootstrap-select.btn-group.form-control,
.form-group-sm .relationship input.bootstrap-select.btn-group, .relationship
.form-group-sm input.bootstrap-select.btn-group,
.form-group-sm .formWizFormWrap #GDFormLI1df173a1e6ab0001f8d713fd9e30162c .field .left.sp2 input.bootstrap-select.btn-group, .formWizFormWrap #GDFormLI1df173a1e6ab0001f8d713fd9e30162c .field .left.sp2
.form-group-sm input.bootstrap-select.btn-group,
.form-group-sm .formWizFormWrap #GDFormLI1df173a1e6ab0001f8d713fd9e30162c .field .bootstrap-select.btn-group.medium, .formWizFormWrap #GDFormLI1df173a1e6ab0001f8d713fd9e30162c .field
.form-group-sm .bootstrap-select.btn-group.medium,
.form-group-sm .field textarea.bootstrap-select.btn-group, .field
.form-group-sm textarea.bootstrap-select.btn-group,
.form-group-sm .left.emailIcon + input.bootstrap-select.btn-group,
.form-group-sm form.formWizForm input.bootstrap-select.btn-group.small, form.formWizForm
.form-group-sm input.bootstrap-select.btn-group.small,
.form-group-sm .myChildrenSection ul.childrenList .bootstrap-select.btn-group.textfield, .myChildrenSection ul.childrenList
.form-group-sm .bootstrap-select.btn-group.textfield,
.form-group-sm body div.myChildrenSection div.newAuthPerson .bootstrap-select.btn-group.textfield, body div.myChildrenSection div.newAuthPerson
.form-group-sm .bootstrap-select.btn-group.textfield,
.form-group-sm #contactus .bootstrap-select.btn-group#twff_phone, #contactus
.form-group-sm .bootstrap-select.btn-group#twff_phone,
.form-group-sm .bootstrap-select.btn-group.form-control {
  padding: 0; }
  .form-group-lg .relationship input.bootstrap-select.btn-group .dropdown-toggle, .relationship .form-group-lg input.bootstrap-select.btn-group .dropdown-toggle, .form-group-lg .formWizFormWrap #GDFormLI1df173a1e6ab0001f8d713fd9e30162c .field .left.sp2 input.bootstrap-select.btn-group .dropdown-toggle, .formWizFormWrap #GDFormLI1df173a1e6ab0001f8d713fd9e30162c .field .left.sp2 .form-group-lg input.bootstrap-select.btn-group .dropdown-toggle, .form-group-lg .formWizFormWrap #GDFormLI1df173a1e6ab0001f8d713fd9e30162c .field .bootstrap-select.btn-group.medium .dropdown-toggle, .formWizFormWrap #GDFormLI1df173a1e6ab0001f8d713fd9e30162c .field .form-group-lg .bootstrap-select.btn-group.medium .dropdown-toggle, .form-group-lg .field textarea.bootstrap-select.btn-group .dropdown-toggle, .field .form-group-lg textarea.bootstrap-select.btn-group .dropdown-toggle, .form-group-lg .left.emailIcon + input.bootstrap-select.btn-group .dropdown-toggle, .form-group-lg form.formWizForm input.bootstrap-select.btn-group.small .dropdown-toggle, form.formWizForm .form-group-lg input.bootstrap-select.btn-group.small .dropdown-toggle, .form-group-lg .myChildrenSection ul.childrenList .bootstrap-select.btn-group.textfield .dropdown-toggle, .myChildrenSection ul.childrenList .form-group-lg .bootstrap-select.btn-group.textfield .dropdown-toggle, .form-group-lg body div.myChildrenSection div.newAuthPerson .bootstrap-select.btn-group.textfield .dropdown-toggle, body div.myChildrenSection div.newAuthPerson .form-group-lg .bootstrap-select.btn-group.textfield .dropdown-toggle, .form-group-lg #contactus .bootstrap-select.btn-group#twff_phone .dropdown-toggle, #contactus .form-group-lg .bootstrap-select.btn-group#twff_phone .dropdown-toggle, .form-group-lg .bootstrap-select.btn-group.form-control .dropdown-toggle,
  .form-group-sm .relationship input.bootstrap-select.btn-group .dropdown-toggle, .relationship
  .form-group-sm input.bootstrap-select.btn-group .dropdown-toggle,
  .form-group-sm .formWizFormWrap #GDFormLI1df173a1e6ab0001f8d713fd9e30162c .field .left.sp2 input.bootstrap-select.btn-group .dropdown-toggle, .formWizFormWrap #GDFormLI1df173a1e6ab0001f8d713fd9e30162c .field .left.sp2
  .form-group-sm input.bootstrap-select.btn-group .dropdown-toggle,
  .form-group-sm .formWizFormWrap #GDFormLI1df173a1e6ab0001f8d713fd9e30162c .field .bootstrap-select.btn-group.medium .dropdown-toggle, .formWizFormWrap #GDFormLI1df173a1e6ab0001f8d713fd9e30162c .field
  .form-group-sm .bootstrap-select.btn-group.medium .dropdown-toggle,
  .form-group-sm .field textarea.bootstrap-select.btn-group .dropdown-toggle, .field
  .form-group-sm textarea.bootstrap-select.btn-group .dropdown-toggle,
  .form-group-sm .left.emailIcon + input.bootstrap-select.btn-group .dropdown-toggle,
  .form-group-sm form.formWizForm input.bootstrap-select.btn-group.small .dropdown-toggle, form.formWizForm
  .form-group-sm input.bootstrap-select.btn-group.small .dropdown-toggle,
  .form-group-sm .myChildrenSection ul.childrenList .bootstrap-select.btn-group.textfield .dropdown-toggle, .myChildrenSection ul.childrenList
  .form-group-sm .bootstrap-select.btn-group.textfield .dropdown-toggle,
  .form-group-sm body div.myChildrenSection div.newAuthPerson .bootstrap-select.btn-group.textfield .dropdown-toggle, body div.myChildrenSection div.newAuthPerson
  .form-group-sm .bootstrap-select.btn-group.textfield .dropdown-toggle,
  .form-group-sm #contactus .bootstrap-select.btn-group#twff_phone .dropdown-toggle, #contactus
  .form-group-sm .bootstrap-select.btn-group#twff_phone .dropdown-toggle,
  .form-group-sm .bootstrap-select.btn-group.form-control .dropdown-toggle {
    height: 100%;
    font-size: inherit;
    line-height: inherit;
    border-radius: inherit; }

.form-inline .bootstrap-select.btn-group .relationship input, .relationship .form-inline .bootstrap-select.btn-group input, .form-inline .bootstrap-select.btn-group .formWizFormWrap #GDFormLI1df173a1e6ab0001f8d713fd9e30162c .field .left.sp2 input, .formWizFormWrap #GDFormLI1df173a1e6ab0001f8d713fd9e30162c .field .left.sp2 .form-inline .bootstrap-select.btn-group input, .form-inline .bootstrap-select.btn-group .formWizFormWrap #GDFormLI1df173a1e6ab0001f8d713fd9e30162c .field .medium, .formWizFormWrap #GDFormLI1df173a1e6ab0001f8d713fd9e30162c .field .form-inline .bootstrap-select.btn-group .medium, .form-inline .bootstrap-select.btn-group .field textarea, .field .form-inline .bootstrap-select.btn-group textarea, .form-inline .bootstrap-select.btn-group .left.emailIcon + input, .form-inline .bootstrap-select.btn-group form.formWizForm input.small, form.formWizForm .form-inline .bootstrap-select.btn-group input.small, .form-inline .bootstrap-select.btn-group .myChildrenSection ul.childrenList .textfield, .myChildrenSection ul.childrenList .form-inline .bootstrap-select.btn-group .textfield, .form-inline .bootstrap-select.btn-group body div.myChildrenSection div.newAuthPerson .textfield, body div.myChildrenSection div.newAuthPerson .form-inline .bootstrap-select.btn-group .textfield, .form-inline .bootstrap-select.btn-group #contactus #twff_phone, #contactus .form-inline .bootstrap-select.btn-group #twff_phone, .form-inline .bootstrap-select.btn-group .form-control {
  width: 100%; }

.bootstrap-select.btn-group.disabled,
.bootstrap-select.btn-group > .disabled {
  cursor: not-allowed; }
  .bootstrap-select.btn-group.disabled:focus,
  .bootstrap-select.btn-group > .disabled:focus {
    outline: none !important; }

.bootstrap-select.btn-group.bs-container {
  position: absolute;
  height: 0 !important;
  padding: 0 !important; }
  .bootstrap-select.btn-group.bs-container .dropdown-menu {
    z-index: 1060; }

.bootstrap-select.btn-group .dropdown-toggle .filter-option {
  display: inline-block;
  overflow: hidden;
  width: 100%;
  text-align: left; }

.bootstrap-select.btn-group .dropdown-toggle .caret {
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -2px;
  vertical-align: middle; }

.bootstrap-select.btn-group[class*="col-"] .dropdown-toggle {
  width: 100%; }

.bootstrap-select.btn-group .dropdown-menu {
  min-width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .bootstrap-select.btn-group .dropdown-menu.inner {
    position: static;
    float: none;
    border: 0;
    padding: 0;
    margin: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
            box-shadow: none; }
  .bootstrap-select.btn-group .dropdown-menu li {
    position: relative; }
    .bootstrap-select.btn-group .dropdown-menu li.active small {
      color: #fff; }
    .bootstrap-select.btn-group .dropdown-menu li.disabled a {
      cursor: not-allowed; }
    .bootstrap-select.btn-group .dropdown-menu li a {
      cursor: pointer;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none; }
      .bootstrap-select.btn-group .dropdown-menu li a.opt {
        position: relative;
        padding-left: 2.25em; }
      .bootstrap-select.btn-group .dropdown-menu li a span.check-mark {
        display: none; }
      .bootstrap-select.btn-group .dropdown-menu li a span.text {
        display: inline-block; }
    .bootstrap-select.btn-group .dropdown-menu li small {
      padding-left: 0.5em; }
  .bootstrap-select.btn-group .dropdown-menu .notify {
    position: absolute;
    bottom: 5px;
    width: 96%;
    margin: 0 2%;
    min-height: 26px;
    padding: 3px 5px;
    background: whitesmoke;
    border: 1px solid #e3e3e3;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    pointer-events: none;
    opacity: 0.9;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

.bootstrap-select.btn-group .no-results {
  padding: 3px;
  background: #f5f5f5;
  margin: 0 5px;
  white-space: nowrap; }

.bootstrap-select.btn-group.fit-width .dropdown-toggle .filter-option {
  position: static; }

.bootstrap-select.btn-group.fit-width .dropdown-toggle .caret {
  position: static;
  top: auto;
  margin-top: -1px; }

.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark {
  position: absolute;
  display: inline-block;
  right: 15px;
  margin-top: 5px; }

.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
  margin-right: 34px; }

.bootstrap-select.show-menu-arrow.open > .dropdown-toggle {
  z-index: 1061; }

.bootstrap-select.show-menu-arrow .dropdown-toggle:before {
  content: '';
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(204, 204, 204, 0.2);
  position: absolute;
  bottom: -4px;
  left: 9px;
  display: none; }

.bootstrap-select.show-menu-arrow .dropdown-toggle:after {
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  position: absolute;
  bottom: -4px;
  left: 10px;
  display: none; }

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before {
  bottom: auto;
  top: -3px;
  border-top: 7px solid rgba(204, 204, 204, 0.2);
  border-bottom: 0; }

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after {
  bottom: auto;
  top: -3px;
  border-top: 6px solid white;
  border-bottom: 0; }

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before {
  right: 12px;
  left: auto; }

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after {
  right: 13px;
  left: auto; }

.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:before, .bootstrap-select.show-menu-arrow.open > .dropdown-toggle:after {
  display: block; }

.bs-searchbox,
.bs-actionsbox,
.bs-donebutton {
  padding: 4px 8px; }

.bs-actionsbox {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .bs-actionsbox .btn-group button {
    width: 50%; }

.bs-donebutton {
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .bs-donebutton .btn-group button {
    width: 100%; }

.bs-searchbox + .bs-actionsbox {
  padding: 0 8px 4px; }

.bs-searchbox .relationship input, .relationship .bs-searchbox input, .bs-searchbox .formWizFormWrap #GDFormLI1df173a1e6ab0001f8d713fd9e30162c .field .left.sp2 input, .formWizFormWrap #GDFormLI1df173a1e6ab0001f8d713fd9e30162c .field .left.sp2 .bs-searchbox input, .bs-searchbox .formWizFormWrap #GDFormLI1df173a1e6ab0001f8d713fd9e30162c .field .medium, .formWizFormWrap #GDFormLI1df173a1e6ab0001f8d713fd9e30162c .field .bs-searchbox .medium, .bs-searchbox .field textarea, .field .bs-searchbox textarea, .bs-searchbox .left.emailIcon + input, .bs-searchbox form.formWizForm input.small, form.formWizForm .bs-searchbox input.small, .bs-searchbox .myChildrenSection ul.childrenList .textfield, .myChildrenSection ul.childrenList .bs-searchbox .textfield, .bs-searchbox body div.myChildrenSection div.newAuthPerson .textfield, body div.myChildrenSection div.newAuthPerson .bs-searchbox .textfield, .bs-searchbox #contactus #twff_phone, #contactus .bs-searchbox #twff_phone, .bs-searchbox .form-control {
  margin-bottom: 0;
  width: 100%;
  float: none; }

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container:before, .container:after {
    content: " ";
    display: table; }
  .container:after {
    clear: both; }
  @media (min-width: 768px) {
    .container {
      width: 750px; } }
  @media (min-width: 1025px) {
    .container {
      width: 970px; } }
  @media (min-width: 1200px) {
    .container {
      width: 1170px; } }

.container-fluid, .testimonialsblock .item {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container-fluid:before, .testimonialsblock .item:before, .container-fluid:after, .testimonialsblock .item:after {
    content: " ";
    display: table; }
  .container-fluid:after, .testimonialsblock .item:after {
    clear: both; }

.row {
  margin-left: -15px;
  margin-right: -15px; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }

.col-xs-1 {
  width: 8.33333%; }

.col-xs-2 {
  width: 16.66667%; }

.col-xs-3 {
  width: 25%; }

.col-xs-4 {
  width: 33.33333%; }

.col-xs-5 {
  width: 41.66667%; }

.col-xs-6 {
  width: 50%; }

.col-xs-7 {
  width: 58.33333%; }

.col-xs-8 {
  width: 66.66667%; }

.col-xs-9 {
  width: 75%; }

.col-xs-10 {
  width: 83.33333%; }

.col-xs-11 {
  width: 91.66667%; }

.col-xs-12 {
  width: 100%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-pull-1 {
  right: 8.33333%; }

.col-xs-pull-2 {
  right: 16.66667%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-4 {
  right: 33.33333%; }

.col-xs-pull-5 {
  right: 41.66667%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-7 {
  right: 58.33333%; }

.col-xs-pull-8 {
  right: 66.66667%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-10 {
  right: 83.33333%; }

.col-xs-pull-11 {
  right: 91.66667%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-push-1 {
  left: 8.33333%; }

.col-xs-push-2 {
  left: 16.66667%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-4 {
  left: 33.33333%; }

.col-xs-push-5 {
  left: 41.66667%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-7 {
  left: 58.33333%; }

.col-xs-push-8 {
  left: 66.66667%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-10 {
  left: 83.33333%; }

.col-xs-push-11 {
  left: 91.66667%; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-offset-0 {
  margin-left: 0%; }

.col-xs-offset-1 {
  margin-left: 8.33333%; }

.col-xs-offset-2 {
  margin-left: 16.66667%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-4 {
  margin-left: 33.33333%; }

.col-xs-offset-5 {
  margin-left: 41.66667%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-7 {
  margin-left: 58.33333%; }

.col-xs-offset-8 {
  margin-left: 66.66667%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-10 {
  margin-left: 83.33333%; }

.col-xs-offset-11 {
  margin-left: 91.66667%; }

.col-xs-offset-12 {
  margin-left: 100%; }

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }
  .col-sm-1 {
    width: 8.33333%; }
  .col-sm-2 {
    width: 16.66667%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-4 {
    width: 33.33333%; }
  .col-sm-5 {
    width: 41.66667%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-7 {
    width: 58.33333%; }
  .col-sm-8 {
    width: 66.66667%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-10 {
    width: 83.33333%; }
  .col-sm-11 {
    width: 91.66667%; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-pull-1 {
    right: 8.33333%; }
  .col-sm-pull-2 {
    right: 16.66667%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-4 {
    right: 33.33333%; }
  .col-sm-pull-5 {
    right: 41.66667%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-7 {
    right: 58.33333%; }
  .col-sm-pull-8 {
    right: 66.66667%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-10 {
    right: 83.33333%; }
  .col-sm-pull-11 {
    right: 91.66667%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-push-1 {
    left: 8.33333%; }
  .col-sm-push-2 {
    left: 16.66667%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-4 {
    left: 33.33333%; }
  .col-sm-push-5 {
    left: 41.66667%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-7 {
    left: 58.33333%; }
  .col-sm-push-8 {
    left: 66.66667%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-10 {
    left: 83.33333%; }
  .col-sm-push-11 {
    left: 91.66667%; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-offset-0 {
    margin-left: 0%; }
  .col-sm-offset-1 {
    margin-left: 8.33333%; }
  .col-sm-offset-2 {
    margin-left: 16.66667%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-4 {
    margin-left: 33.33333%; }
  .col-sm-offset-5 {
    margin-left: 41.66667%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-7 {
    margin-left: 58.33333%; }
  .col-sm-offset-8 {
    margin-left: 66.66667%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-10 {
    margin-left: 83.33333%; }
  .col-sm-offset-11 {
    margin-left: 91.66667%; }
  .col-sm-offset-12 {
    margin-left: 100%; } }

@media (min-width: 1025px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }
  .col-md-1 {
    width: 8.33333%; }
  .col-md-2 {
    width: 16.66667%; }
  .col-md-3 {
    width: 25%; }
  .col-md-4 {
    width: 33.33333%; }
  .col-md-5 {
    width: 41.66667%; }
  .col-md-6 {
    width: 50%; }
  .col-md-7 {
    width: 58.33333%; }
  .col-md-8 {
    width: 66.66667%; }
  .col-md-9 {
    width: 75%; }
  .col-md-10 {
    width: 83.33333%; }
  .col-md-11 {
    width: 91.66667%; }
  .col-md-12 {
    width: 100%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-pull-1 {
    right: 8.33333%; }
  .col-md-pull-2 {
    right: 16.66667%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-4 {
    right: 33.33333%; }
  .col-md-pull-5 {
    right: 41.66667%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-7 {
    right: 58.33333%; }
  .col-md-pull-8 {
    right: 66.66667%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-10 {
    right: 83.33333%; }
  .col-md-pull-11 {
    right: 91.66667%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-push-1 {
    left: 8.33333%; }
  .col-md-push-2 {
    left: 16.66667%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-4 {
    left: 33.33333%; }
  .col-md-push-5 {
    left: 41.66667%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-7 {
    left: 58.33333%; }
  .col-md-push-8 {
    left: 66.66667%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-10 {
    left: 83.33333%; }
  .col-md-push-11 {
    left: 91.66667%; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-offset-0 {
    margin-left: 0%; }
  .col-md-offset-1 {
    margin-left: 8.33333%; }
  .col-md-offset-2 {
    margin-left: 16.66667%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-4 {
    margin-left: 33.33333%; }
  .col-md-offset-5 {
    margin-left: 41.66667%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-7 {
    margin-left: 58.33333%; }
  .col-md-offset-8 {
    margin-left: 66.66667%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-10 {
    margin-left: 83.33333%; }
  .col-md-offset-11 {
    margin-left: 91.66667%; }
  .col-md-offset-12 {
    margin-left: 100%; } }

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }
  .col-lg-1 {
    width: 8.33333%; }
  .col-lg-2 {
    width: 16.66667%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-4 {
    width: 33.33333%; }
  .col-lg-5 {
    width: 41.66667%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-7 {
    width: 58.33333%; }
  .col-lg-8 {
    width: 66.66667%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-10 {
    width: 83.33333%; }
  .col-lg-11 {
    width: 91.66667%; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-pull-1 {
    right: 8.33333%; }
  .col-lg-pull-2 {
    right: 16.66667%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-4 {
    right: 33.33333%; }
  .col-lg-pull-5 {
    right: 41.66667%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-7 {
    right: 58.33333%; }
  .col-lg-pull-8 {
    right: 66.66667%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-10 {
    right: 83.33333%; }
  .col-lg-pull-11 {
    right: 91.66667%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-push-1 {
    left: 8.33333%; }
  .col-lg-push-2 {
    left: 16.66667%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-4 {
    left: 33.33333%; }
  .col-lg-push-5 {
    left: 41.66667%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-7 {
    left: 58.33333%; }
  .col-lg-push-8 {
    left: 66.66667%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-10 {
    left: 83.33333%; }
  .col-lg-push-11 {
    left: 91.66667%; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-offset-0 {
    margin-left: 0%; }
  .col-lg-offset-1 {
    margin-left: 8.33333%; }
  .col-lg-offset-2 {
    margin-left: 16.66667%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-4 {
    margin-left: 33.33333%; }
  .col-lg-offset-5 {
    margin-left: 41.66667%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-7 {
    margin-left: 58.33333%; }
  .col-lg-offset-8 {
    margin-left: 66.66667%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-10 {
    margin-left: 83.33333%; }
  .col-lg-offset-11 {
    margin-left: 91.66667%; }
  .col-lg-offset-12 {
    margin-left: 100%; } }

.row.fullwidth {
  max-width: 100%;
  padding: 0;
  margin: 0; }

/*columns*/
[class*="col"]:before, [class*="col"]:after {
  content: " ";
  display: table; }

[class*="col"]:after {
  clear: both; }

.col > .inner {
  display: block; }

.sample .col > .inner {
  padding: 30px 10px;
  text-align: center; }

.row.fullwidth .col {
  padding-left: 0;
  padding-right: 0; }

.right {
  float: right; }

.text-right {
  text-align: right; }

.text-center {
  text-align: center; }

.span1 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }
  @media (min-width: 1025px) {
    .span1 {
      float: left;
      width: 8.33333%; } }

.span2 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }
  @media (min-width: 1025px) {
    .span2 {
      float: left;
      width: 16.66667%; } }

.span3 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }
  @media (min-width: 1025px) {
    .span3 {
      float: left;
      width: 25%; } }

.span4 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }
  @media (min-width: 1025px) {
    .span4 {
      float: left;
      width: 33.33333%; } }

.span5 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }
  @media (min-width: 1025px) {
    .span5 {
      float: left;
      width: 41.66667%; } }

.span6 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }
  @media (min-width: 1025px) {
    .span6 {
      float: left;
      width: 50%; } }

.span7 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }
  @media (min-width: 1025px) {
    .span7 {
      float: left;
      width: 58.33333%; } }

.span8 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }
  @media (min-width: 1025px) {
    .span8 {
      float: left;
      width: 66.66667%; } }

.span9 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }
  @media (min-width: 1025px) {
    .span9 {
      float: left;
      width: 75%; } }

.span10 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }
  @media (min-width: 1025px) {
    .span10 {
      float: left;
      width: 83.33333%; } }

.span11 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }
  @media (min-width: 1025px) {
    .span11 {
      float: left;
      width: 91.66667%; } }

.span12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }
  @media (min-width: 1025px) {
    .span12 {
      float: left;
      width: 100%; } }

/*offsets*/
/* use bootstrap clases */
@-ms-viewport {
  width: device-width; }

header {
  position: relative;
  top: 0;
  z-index: 10;
  width: 100%;
  background: white;
  background: -webkit-linear-gradient(left, white 20%, #58a1b9 51%, #cf7fa8 80%);
  background: -webkit-gradient(linear, left top, right top, color-stop(20%, white), color-stop(51%, #58a1b9), color-stop(80%, #cf7fa8));
  background: -o-linear-gradient(left, white 20%, #58a1b9 51%, #cf7fa8 80%);
  background: linear-gradient(to right, white 20%, #58a1b9 51%, #cf7fa8 80%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#cf7fa8',GradientType=1 ); }
  @media (max-width: 480px) {
    header .btn.btn-md.btn-stage, header .fancy_modal .btn.btn-md, .fancy_modal header .btn.btn-md, header .fancy_modal .btn-md.submitBut, .fancy_modal header .btn-md.submitBut, header .custombox-content > div .btn.btn-md, .custombox-content > div header .btn.btn-md, header .custombox-content > div .btn-md.submitBut, .custombox-content > div header .btn-md.submitBut, header .btn-md.btn-stage.submitBut, header div.authorisedPersonsList div.authorisedPerson div.btn-md.submitBut.name, div.authorisedPersonsList div.authorisedPerson header div.btn-md.submitBut.name, header #book-online .more a.btn-md.submitBut, #book-online .more header a.btn-md.submitBut, header .quickBookForm .row .btn-md.submitBut.next, .quickBookForm .row header .btn-md.submitBut.next, header div.authorisedPersonsList div.authorisedPerson div.btn.btn-md.name, div.authorisedPersonsList div.authorisedPerson header div.btn.btn-md.name, header #book-online .more a.btn.btn-md, #book-online .more header a.btn.btn-md, header .quickBookForm .row .btn.btn-md.next, .quickBookForm .row header .btn.btn-md.next {
      padding: 2px 5px;
      font-size: 14px; } }
  header h1 {
    margin: 10px 0; }
    header h1 a {
      background: transparent url("../images/layout/logo.png") no-repeat;
      background-position: left center;
      -webkit-background-size: 100% auto;
              background-size: 100% auto;
      display: block;
      float: left;
      height: 110px;
      position: relative;
      text-indent: -5000px;
      width: 300px; }
      @media (max-width: 1025px) {
        header h1 a {
          height: 50px;
          width: 200px;
          float: none;
          margin: auto; } }
  header .topNav {
    float: right;
    font-size: 14px; }
    header .topNav span {
      display: inline-block;
      padding-left: 10px; }
      header .topNav span:last-child {
        padding-right: 0; }
    header .topNav i {
      color: #345e83;
      padding-right: 5px; }
    header .topNav a {
      color: #939598;
      font-weight: 400;
      text-decoration: none; }
  header .searchWrapper {
    float: right;
    clear: right;
    margin: 10px 0 0 0; }
  header .navWrapper {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px; }
  header .mainNav {
    display: block;
    float: right; }
  header #topNavList {
    list-style: none;
    float: right; }
    header #topNavList li {
      display: inline-block;
      vertical-align: middle;
      margin-bottom: 15px;
      position: relative;
      padding-left: 40px;
      padding-right: 5px; }
      header #topNavList li a:after {
        font-family: FontAwesome;
        font-style: normal;
        font-weight: normal;
        text-decoration: none;
        font-size: 26px;
        position: absolute;
        top: 2px;
        left: 0;
        bottom: 0;
        width: 40px;
        text-align: center;
        line-height: 1; }
      header #topNavList li.shopping-cart a:after {
        content: "\f07a"; }
      header #topNavList li.user-login a:after {
        content: "\f007"; }
      header #topNavList li.logout a:after {
        content: "\f08b"; }
      header #topNavList li.user-circle a:after {
        content: "\f2be"; }
      header #topNavList li + li {
        border-left: solid 2px #fff; }
    header #topNavList a {
      font-size: 16px;
      text-transform: uppercase;
      color: #fff;
      line-height: 30px; }

#mainNavList a {
  display: block; }
  @media (min-width: 1200px) {
    #mainNavList a {
      padding: 15px 5px; } }

.socialWrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  float: right;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end; }
  .socialWrapper ul {
    list-style: none; }
    .socialWrapper ul + ul {
      padding-left: 10px; }
  @media (max-width: 1025px) {
    .socialWrapper .socialNavList {
      display: none; } }

#mainNav .toggleMainNav {
  margin: 0 -15px;
  display: block;
  position: relative;
  z-index: 11;
  background: #00315d;
  color: #fff;
  overflow: hidden;
  z-index: 111; }
  @media (min-width: 1025px) {
    #mainNav .toggleMainNav {
      display: none;
      visibility: hidden; } }
  #mainNav .toggleMainNav span {
    text-transform: uppercase;
    -webkit-transform: translateY(4px);
        -ms-transform: translateY(4px);
         -o-transform: translateY(4px);
            transform: translateY(4px); }
  #mainNav .toggleMainNav span, #mainNav .toggleMainNav .fa {
    padding: 10px 15px;
    float: left;
    height: 40px;
    line-height: 1; }
  #mainNav .toggleMainNav .fa {
    float: right;
    font-size: 20px; }

#mainNav #mainNavList {
  padding: 10px 0;
  background: #fff;
  display: block; }
  @media (max-width: 1025px) {
    #mainNav #mainNavList {
      visibility: hidden;
      opacity: 0;
      -webkit-transition-duration: 0.15s;
           -o-transition-duration: 0.15s;
              transition-duration: 0.15s;
      margin: 0 -15px;
      padding: 10px 20px;
      text-align: center;
      -webkit-transform: translateY(10px);
          -ms-transform: translateY(10px);
           -o-transform: translateY(10px);
              transform: translateY(10px);
      z-index: -111;
      position: absolute;
      top: 100%;
      left: 0;
      right: 0;
      overflow: hidden;
      max-height: 0px; } }
  #mainNav #mainNavList li {
    display: block; }
    #mainNav #mainNavList li.onPath a,
    #mainNav #mainNavList li:active a {
      color: #00315d;
      font-weight: 600; }
  #mainNav #mainNavList a {
    color: #00315d;
    text-transform: uppercase; }
    @media (max-width: 1025px) {
      #mainNav #mainNavList a {
        text-align: center;
        padding: 5px; } }
    @media (min-width: 1025px) and (max-width: 1200px) {
      #mainNav #mainNavList a {
        font-size: 14px;
        line-height: 1;
        text-transform: capitalize; } }
    #mainNav #mainNavList a:hover {
      color: #58a1b9; }
  @media (min-width: 1025px) and (max-width: 1200px) {
    #mainNav #mainNavList {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      width: 100%; }
      #mainNav #mainNavList:before, #mainNav #mainNavList:after {
        content: normal; }
      #mainNav #mainNavList li {
        display: block;
        width: auto;
        text-align: center;
        vertical-align: middle;
        padding: 5px; } }
  @media (min-width: 1200px) {
    #mainNav #mainNavList {
      display: table;
      width: 100%; }
      #mainNav #mainNavList li {
        display: table-cell;
        width: 1%;
        text-align: center;
        vertical-align: middle; } }

#mainNav .home a {
  position: relative;
  color: transparent !important; }
  #mainNav .home a:before {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    font-size: 26px;
    content: "\f015";
    position: absolute;
    color: #00315d;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    line-height: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    text-indent: 0;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
    #mainNav .home a:before:hover {
      color: #58a1b9; }

.with--sidebar .toggleMainNav i:before {
  content: "\f068"; }

.with--sidebar #mainNav #mainNavList {
  opacity: 1;
  z-index: 1111;
  visibility: visible;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
       -o-transform: translateX(0);
          transform: translateX(0);
  max-height: unset;
  z-index: 111;
  top: 0px; }

.with--sidebar .site-cache {
  position: absolute;
  z-index: 110;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6); }

.visible-mobile {
  display: none !important; }

@media (min-width: 1026px) {
  .hidden-lg {
    display: none !important; } }

@media (max-width: 1025px) and (min-width: 480px) {
  #mainNav #mainNavList {
    padding: 50px; } }

@media (max-width: 1025px) {
  .visible-mobile {
    display: block !important;
    position: absolute;
    top: 2px;
    left: 15px;
    z-index: 113; }
    .visible-mobile .btn-stage, .visible-mobile .fancy_modal .btn, .fancy_modal .visible-mobile .btn, .visible-mobile .fancy_modal .submitBut, .fancy_modal .visible-mobile .submitBut, .visible-mobile .custombox-content > div .btn, .custombox-content > div .visible-mobile .btn, .visible-mobile .custombox-content > div .submitBut, .custombox-content > div .visible-mobile .submitBut, .visible-mobile div.authorisedPersonsList div.authorisedPerson div.name, div.authorisedPersonsList div.authorisedPerson .visible-mobile div.name, .visible-mobile #book-online .more a, #book-online .more .visible-mobile a, .visible-mobile .quickBookForm .row .next, .quickBookForm .row .visible-mobile .next {
      line-height: 22px; }
  #header {
    padding-top: 40px;
    z-index: 112;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
            box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2); }
  nav.container-fluid, .testimonialsblock nav.item {
    position: fixed;
    top: 0px;
    left: 0;
    right: 0;
    z-index: 113; }
    nav.container-fluid .btn.btn-md.btn-stage, .testimonialsblock nav.item .btn.btn-md.btn-stage, nav.container-fluid .fancy_modal .btn.btn-md, .fancy_modal nav.container-fluid .btn.btn-md, .testimonialsblock nav.item .fancy_modal .btn.btn-md, .fancy_modal .testimonialsblock nav.item .btn.btn-md, nav.container-fluid .fancy_modal .btn-md.submitBut, .fancy_modal nav.container-fluid .btn-md.submitBut, .testimonialsblock nav.item .fancy_modal .btn-md.submitBut, .fancy_modal .testimonialsblock nav.item .btn-md.submitBut, nav.container-fluid .custombox-content > div .btn.btn-md, .custombox-content > div nav.container-fluid .btn.btn-md, .testimonialsblock nav.item .custombox-content > div .btn.btn-md, .custombox-content > div .testimonialsblock nav.item .btn.btn-md, nav.container-fluid .custombox-content > div .btn-md.submitBut, .custombox-content > div nav.container-fluid .btn-md.submitBut, .testimonialsblock nav.item .custombox-content > div .btn-md.submitBut, .custombox-content > div .testimonialsblock nav.item .btn-md.submitBut, nav.container-fluid .btn-md.btn-stage.submitBut, .testimonialsblock nav.item .btn-md.btn-stage.submitBut, nav.container-fluid div.authorisedPersonsList div.authorisedPerson div.btn-md.submitBut.name, div.authorisedPersonsList div.authorisedPerson nav.container-fluid div.btn-md.submitBut.name, .testimonialsblock nav.item div.authorisedPersonsList div.authorisedPerson div.btn-md.submitBut.name, div.authorisedPersonsList div.authorisedPerson .testimonialsblock nav.item div.btn-md.submitBut.name, nav.container-fluid #book-online .more a.btn-md.submitBut, #book-online .more nav.container-fluid a.btn-md.submitBut, .testimonialsblock nav.item #book-online .more a.btn-md.submitBut, #book-online .more .testimonialsblock nav.item a.btn-md.submitBut, nav.container-fluid .quickBookForm .row .btn-md.submitBut.next, .quickBookForm .row nav.container-fluid .btn-md.submitBut.next, .testimonialsblock nav.item .quickBookForm .row .btn-md.submitBut.next, .quickBookForm .row .testimonialsblock nav.item .btn-md.submitBut.next, nav.container-fluid div.authorisedPersonsList div.authorisedPerson div.btn.btn-md.name, div.authorisedPersonsList div.authorisedPerson nav.container-fluid div.btn.btn-md.name, .testimonialsblock nav.item div.authorisedPersonsList div.authorisedPerson div.btn.btn-md.name, div.authorisedPersonsList div.authorisedPerson .testimonialsblock nav.item div.btn.btn-md.name, nav.container-fluid #book-online .more a.btn.btn-md, #book-online .more nav.container-fluid a.btn.btn-md, .testimonialsblock nav.item #book-online .more a.btn.btn-md, #book-online .more .testimonialsblock nav.item a.btn.btn-md, nav.container-fluid .quickBookForm .row .btn.btn-md.next, .quickBookForm .row nav.container-fluid .btn.btn-md.next, .testimonialsblock nav.item .quickBookForm .row .btn.btn-md.next, .quickBookForm .row .testimonialsblock nav.item .btn.btn-md.next {
      position: relative;
      padding-top: 8px;
      padding-bottom: 8px;
      position: relative;
      top: -2px; }
  #mainNav .toggleMainNav {
    background: #cf7fa8;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
            box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2); }
    #mainNav .toggleMainNav span {
      display: none; }
    #mainNav .toggleMainNav i {
      background: #00315d;
      border: solid 1px #fff;
      margin-right: 15px; }
  #mainNav #mainNavList {
    z-index: -11;
    top: 100vh;
    margin-top: 40px;
    height: 100vh;
    overflow-y: auto;
    bottom: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: space-evenly;
    -webkit-justify-content: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    margin-bottom: 40px;
    max-height: 0px; } }
  @media (max-width: 1025px) and (max-width: 380px) {
    #mainNav #mainNavList {
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center; } }

@media (max-width: 1025px) {
    #mainNav #mainNavList a {
      font-size: 20px; } }
    @media (max-width: 1025px) and (max-width: 380px) {
      #mainNav #mainNavList a {
        font-size: 16px;
        margin: auto; } }

@media (max-width: 1025px) {
    #mainNav #mainNavList .socialNavList {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin: auto;
      max-width: 365px;
      margin: 15px auto;
      padding-top: 15px;
      border-top: solid 1px; }
      #mainNav #mainNavList .socialNavList:before, #mainNav #mainNavList .socialNavList:after {
        content: normal; }
      #mainNav #mainNavList .socialNavList li {
        width: 60px;
        text-align: center; }
  .downloadsList {
    display: none; }
  header #topNavList {
    background: #fff;
    border: solid 1px #cf7fa8; }
    header #topNavList li {
      margin: 5px 0px; }
      header #topNavList li + li {
        border-color: #cf7fa8; }
    header #topNavList a {
      font-size: 14px;
      color: #00315d; }
  #carousel .slick-slide {
    height: 320px; }
    #carousel .slick-slide img {
      position: absolute;
      left: -50%;
      right: -50%;
      width: auto;
      height: 320px;
      margin: auto;
      max-width: none; } }
  @media (max-width: 1025px) and (max-width: 768px) {
    #carousel .slick-slide.newFeature {
      height: auto; }
      #carousel .slick-slide.newFeature img {
        position: relative;
        height: auto;
        width: 100%;
        max-width: 100%;
        left: 0;
        right: 0; } }

@media (max-width: 1025px) {
    #carousel .slick-slide .youtube {
      height: 320px;
      padding-bottom: 0px;
      -webkit-background-size: cover;
              background-size: cover; }
    #carousel .slick-slide .bannerText {
      margin: auto;
      left: 0;
      right: 0;
      padding-left: 15px;
      page-break-after: 15px; }
      #carousel .slick-slide .bannerText h1 {
        font-size: 24px; } }

@media (max-width: 480px) {
  header #topNavList li {
    padding-right: 0px; }
  header #topNavList a {
    font-size: 0px; }
    header #topNavList a:after {
      right: 0;
      left: 0;
      text-align: center; } }

.footerNavList li {
  display: inline-block; }
  .footerNavList li a {
    font-size: 14px;
    text-decoration: none;
    color: #2f373b;
    border-left: 1px solid #2f373b;
    padding: 0 8px; }

.footerNavList li:first-child a {
  border: 0;
  padding-left: 0; }

.footerNavList li a:hover, .footerNavList li a:active {
  text-decoration: underline; }

.footer.container > .row {
  padding: 20px 0 60px; }
  .footer.container > .row ul.socialNavList {
    padding-top: 0px; }

.footer {
  background: #00315d;
  padding: 40px 0 10px;
  color: #fff; }
  .footer img {
    max-width: 100%;
    height: auto; }
  @media (min-width: 1025px) {
    .footer .bordered {
      border-left: solid 1px rgba(255, 255, 255, 0.7); } }
  .footer .footerTitle {
    font-size: 1.57143em;
    text-transform: uppercase;
    margin-bottom: 15px; }
  .footer .Gmap img {
    opacity: 0.7;
    width: 100%; }
  .footer .row:before, .footer .row:after {
    content: normal; }
  @media (min-width: 768px) {
    .footer .row {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
      .footer .row > .col {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-flex: 1;
        -webkit-flex: 1;
            -ms-flex: 1;
                flex: 1; }
      .footer .row .span4:last-of-type {
        margin-top: auto; } }
  .footer ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #00315d;
    opacity: 1; }
  .footer ::-moz-placeholder {
    /* Firefox 19+ */
    color: #00315d;
    opacity: 1; }
  .footer :-ms-input-placeholder {
    /* IE 10+ */
    color: #00315d;
    opacity: 1; }
  .footer :-moz-placeholder {
    /* Firefox 18- */
    color: #00315d;
    opacity: 1; }
  .footer .mailChimp {
    margin-bottom: 20px; }
    .footer .mailChimp .btn, .footer .mailChimp .submitBut {
      width: 100%; }
  @media (min-width: 1200px) {
    .footer .mailChimp {
      max-width: 300px; } }
  @media (max-width: 1025px) {
    .footer .bordered {
      position: static;
      padding-top: 10px; }
    .footer .socialNavList {
      display: none;
      position: absolute;
      left: 0;
      right: 0;
      padding: 0 15px;
      text-align: center;
      margin: auto; }
    .footer .footerTitle {
      font-size: 1.42857em; } }
  .footer #back-to-top {
    position: absolute;
    right: 0;
    font-size: 20px;
    width: 44px;
    height: 44px;
    background: #cf7fa8;
    color: #fff;
    text-align: center;
    z-index: 111; }
    .footer #back-to-top.show {
      position: fixed;
      bottom: 20px;
      right: 20px; }
      @media (max-width: 480px) {
        .footer #back-to-top.show {
          font-size: 16px;
          bottom: 0;
          width: 33px;
          height: 33px; } }
    .footer #back-to-top .fa {
      margin: auto;
      color: #fff;
      line-height: 44px;
      float: none;
      text-align: center;
      -webkit-transform: perspective(1px) translateZ(0);
              transform: perspective(1px) translateZ(0);
      -webkit-box-shadow: 0 0 1px transparent;
              box-shadow: 0 0 1px transparent;
      position: relative;
      vertical-align: top; }
      @media (max-width: 480px) {
        .footer #back-to-top .fa {
          line-height: 33px; } }
      .footer #back-to-top .fa:before {
        -webkit-transform: translateZ(0);
                transform: translateZ(0);
        padding: 0px;
        left: 0;
        right: 0;
        position: absolute; }
    .footer #back-to-top:hover i:before,
    .footer #back-to-top:focus i:before,
    .footer #back-to-top:active i:before {
      -webkit-animation-name: hvr-icon-up;
           -o-animation-name: hvr-icon-up;
              animation-name: hvr-icon-up;
      -webkit-animation-duration: 0.75s;
           -o-animation-duration: 0.75s;
              animation-duration: 0.75s;
      -webkit-animation-timing-function: ease-out;
           -o-animation-timing-function: ease-out;
              animation-timing-function: ease-out; }
  .footer li {
    list-style: none; }
  .footer a {
    color: #fff;
    font-size: 18px;
    font-weight: 300; }
    @media (max-width: 1025px) {
      .footer a {
        font-size: 16px; } }
  .footer img {
    max-width: 100%;
    height: auto; }
  .footer address {
    font-style: normal;
    font-size: 18px;
    margin-bottom: 10px; }
    @media (max-width: 1025px) {
      .footer address {
        font-size: 16px; } }
  .footer ul {
    width: 100%;
    clear: both;
    float: none;
    margin: 10px 0;
    position: relative;
    overflow: hidden; }
  .footer .fa {
    float: left;
    color: #cf7fa8;
    font-size: 24px;
    width: 30px;
    text-align: left;
    margin-right: 20px; }
  .footer .bottom {
    overflow: hidden;
    padding: 30px 0; }
    .footer .bottom li {
      display: inline-block;
      vertical-align: middle; }
      .footer .bottom li + li:before {
        content: "|";
        padding: 0 4px; }
  .footer .bottom p {
    font-size: 16px;
    color: #eeeeee;
    display: inline-block;
    vertical-align: middle; }
    @media (max-width: 480px) {
      .footer .bottom p {
        font-size: 14px; } }
  .footer .bottom a {
    font-size: 16px;
    color: #fff; }
  @media (min-width: 768px) {
    .footer #bbdc {
      text-align: right; } }

/* Icon Up */
@-webkit-keyframes hvr-icon-up {
  0%,
  50%,
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  25%,
  75% {
    -webkit-transform: translateY(-6px);
            transform: translateY(-6px); } }

@-o-keyframes hvr-icon-up {
  0%,
  50%,
  100% {
    -o-transform: translateY(0);
       transform: translateY(0); }
  25%,
  75% {
    -o-transform: translateY(-6px);
       transform: translateY(-6px); } }

@keyframes hvr-icon-up {
  0%,
  50%,
  100% {
    -webkit-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0); }
  25%,
  75% {
    -webkit-transform: translateY(-6px);
         -o-transform: translateY(-6px);
            transform: translateY(-6px); } }

.container {
  width: 1440px;
  max-width: 100%;
  padding: 0px 15px;
  position: static; }
  @media (max-width: 768px) {
    .container {
      margin: 0px auto; } }
  .container .col.span3.sidebar {
    margin: 10px auto;
    width: 100%; }
    @media (min-width: 1025px) {
      .container .col.span3.sidebar {
        width: 25%; } }
  .container .col.span9.content {
    width: 100%;
    margin: 10px auto; }
    @media (min-width: 1025px) {
      .container .col.span9.content {
        width: 75%; } }

#wrap {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1; }

@media (min-width: 1200px) {
  .container-fluid, .testimonialsblock .item {
    padding-left: 4%;
    padding-right: 4%; } }

.visible-mobile {
  display: inline-block;
  vertical-align: middle; }
  @media (min-width: 1025px) {
    .visible-mobile {
      visibility: hidden;
      position: absolute; } }

.copy ol {
  list-style-type: decimal; }

.copy li {
  padding: 5px 0 5px 30px;
  list-style-type: none;
  /* no default bullets */
  color: #00315d; }
  .copy li:before {
    /* the custom styled bullets */
    content: "";
    margin-right: 10px;
    display: inline-block;
    width: 10px;
    height: 10px;
    background-color: #cf7fa8;
    border-radius: 50%;
    margin-bottom: 2px; }

.copy .formWizForm li:before {
  display: none; }

.copy [class*="Nav"] li,
.copy [class*="menu"] li {
  padding: 0px; }
  .copy [class*="Nav"] li:before,
  .copy [class*="menu"] li:before {
    display: none; }

.fancy_modal, .custombox-content > div {
  background: #fff; }
  .fancy_modal .modal_footer, .custombox-content > div .modal_footer {
    text-align: right;
    padding-top: 15px; }

.cardsecurity {
  text-align: center; }

@media (min-width: 1025px) {
  #home .videoCase {
    height: 70vh;
    max-height: 80vh;
    overflow: hidden;
    position: relative; }
    #home .videoCase .videoHolder {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
           -o-transform: translateY(-50%);
              transform: translateY(-50%);
      left: 0;
      right: 0; } }

@media (min-width: 768px) {
  #home #carousel .embed-responsive-16by9 {
    padding-top: 0; } }

#home #carousel .embed-responsive-16by9:before {
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 11111;
  display: block;
  margin: auto;
  position: absolute;
  background-image: url("../images/layout/logo_white.png");
  background-repeat: no-repeat;
  background-position: center center;
  /* animaiton set-up */
  -webkit-animation-name: fadeOut2;
       -o-animation-name: fadeOut2;
          animation-name: fadeOut2;
  -webkit-animation-delay: 5s;
       -o-animation-delay: 5s;
          animation-delay: 5s;
  -webkit-animation-duration: 5s;
       -o-animation-duration: 5s;
          animation-duration: 5s;
  -webkit-animation-fill-mode: both;
       -o-animation-fill-mode: both;
          animation-fill-mode: both; }

#shoppingProductCartHolder {
  position: relative;
  padding: 10px 10px 20px;
  margin: 10px 0; }
  #shoppingProductCartHolder .redbox {
    position: absolute;
    float: right;
    display: inline-block;
    bottom: 100%;
    right: 0;
    padding: 10px 0 10px 10px; }
  #shoppingProductCartHolder .overScroll-table {
    overflow: hidden; }
  #shoppingProductCartHolder #shoppingCart {
    background: #fff;
    border-radius: 6px 6px 0 0;
    padding: 5px; }
    @media (max-width: 501px) {
      #shoppingProductCartHolder #shoppingCart {
        border-collapse: collapse;
        overflow-x: scroll !important;
        display: block;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        max-width: 100%; } }
  #shoppingProductCartHolder:before {
    z-index: -1;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    content: "";
    background: #e1bad0;
    background: -webkit-linear-gradient(left, #e1bad0 0%, #a8c7d6 50%, #fbfdfd 100%);
    background: -webkit-gradient(linear, left top, right top, from(#e1bad0), color-stop(50%, #a8c7d6), to(#fbfdfd));
    background: -o-linear-gradient(left, #e1bad0 0%, #a8c7d6 50%, #fbfdfd 100%);
    background: linear-gradient(to right, #e1bad0 0%, #a8c7d6 50%, #fbfdfd 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e1bad0', endColorstr='#fbfdfd',GradientType=1 );
    width: 100%;
    -webkit-background-size: 200% 200%;
            background-size: 200% 200%;
    -webkit-animation: Animation 5s ease infinite;
         -o-animation: Animation 5s ease infinite;
            animation: Animation 5s ease infinite; }
  #shoppingProductCartHolder .discountRow {
    width: 100%;
    border-radius: 0 0 6px 6px;
    background: #fff;
    padding: 10px; }
    @media (max-width: 768px) {
      #shoppingProductCartHolder .discountRow {
        margin: auto;
        text-align: center;
        display: block; }
        #shoppingProductCartHolder .discountRow td {
          display: block;
          text-align: center;
          width: 100%;
          min-width: 100%;
          margin: auto; } }
  #shoppingProductCartHolder #shoppingCart th, #shoppingProductCartHolder #shoppingCart td {
    display: table-cell; }
  #shoppingProductCartHolder #shoppingCart .qty {
    max-width: 45px;
    text-align: center; }
    @media (max-width: 480px) {
      #shoppingProductCartHolder #shoppingCart .qty {
        width: 50px;
        position: relative;
        padding-left: 2px;
        padding-right: 2px;
        background: #fff; } }
  #shoppingProductCartHolder #shoppingCart thead tr {
    padding-bottom: 5px; }
  #shoppingProductCartHolder #shoppingCart th {
    padding: 10px 0;
    border-bottom: solid 1px #cf7fa8; }
    @media (max-width: 480px) {
      #shoppingProductCartHolder #shoppingCart th {
        font-size: 14px; } }
  #shoppingProductCartHolder #shoppingCart tbody {
    padding: 5px; }
  #shoppingProductCartHolder #shoppingCart td {
    padding: 5px;
    border-collapse: collapse; }
    @media (max-width: 480px) {
      #shoppingProductCartHolder #shoppingCart td {
        font-size: 14px; } }
  #shoppingProductCartHolder #shoppingCart .striped td {
    border: solid 1px #eee;
    border-left: none;
    border-right: none; }
    #shoppingProductCartHolder #shoppingCart .striped td.pRemove {
      text-align: center; }
    @media (max-width: 360px) {
      #shoppingProductCartHolder #shoppingCart .striped td.pName {
        min-width: 100px;
        white-space: word-break; } }
    @media (max-width: 360px) {
      #shoppingProductCartHolder #shoppingCart .striped td.pRemove {
        max-width: 60px; } }
  #shoppingProductCartHolder #shoppingCart .grandTotal, #shoppingProductCartHolder #shoppingCart .pTotal, #shoppingProductCartHolder #shoppingCart .pPaymentAmount, #shoppingProductCartHolder #shoppingCart .pDiscountValue {
    font-size: 18px;
    text-align: right; }
    @media (max-width: 768px) {
      #shoppingProductCartHolder #shoppingCart .grandTotal, #shoppingProductCartHolder #shoppingCart .pTotal, #shoppingProductCartHolder #shoppingCart .pPaymentAmount, #shoppingProductCartHolder #shoppingCart .pDiscountValue {
        font-size: 14px; } }
    @media (max-width: 480px) {
      #shoppingProductCartHolder #shoppingCart .grandTotal, #shoppingProductCartHolder #shoppingCart .pTotal, #shoppingProductCartHolder #shoppingCart .pPaymentAmount, #shoppingProductCartHolder #shoppingCart .pDiscountValue {
        font-size: 14px; } }
  #shoppingProductCartHolder #shoppingCart .pTotalValue {
    text-align: center;
    font-size: 18px; }
    @media (max-width: 480px) {
      #shoppingProductCartHolder #shoppingCart .pTotalValue {
        font-size: 14px; } }
  @media (max-width: 480px) {
    #shoppingProductCartHolder #shoppingCart .btn.btn-default, #shoppingProductCartHolder #shoppingCart .btn-default.submitBut, #shoppingProductCartHolder #shoppingCart .submitBut.submit, #shoppingProductCartHolder #shoppingCart .gdFormFooter .submitBut, .gdFormFooter #shoppingProductCartHolder #shoppingCart .submitBut, #shoppingProductCartHolder #shoppingCart .gdLogin_wrap button, .gdLogin_wrap #shoppingProductCartHolder #shoppingCart button, #shoppingProductCartHolder #shoppingCart .myChildrenSection ul.childrenList .btn, .myChildrenSection ul.childrenList #shoppingProductCartHolder #shoppingCart .btn, #shoppingProductCartHolder #shoppingCart .myChildrenSection ul.childrenList .submitBut, .myChildrenSection ul.childrenList #shoppingProductCartHolder #shoppingCart .submitBut, #shoppingProductCartHolder #shoppingCart body div.myChildrenSection div.newAuthPerson .btn, body div.myChildrenSection div.newAuthPerson #shoppingProductCartHolder #shoppingCart .btn, #shoppingProductCartHolder #shoppingCart body div.myChildrenSection div.newAuthPerson .submitBut, body div.myChildrenSection div.newAuthPerson #shoppingProductCartHolder #shoppingCart .submitBut, #shoppingProductCartHolder #shoppingCart .btn.submit, #shoppingProductCartHolder #shoppingCart .quickBookForm .next, .quickBookForm #shoppingProductCartHolder #shoppingCart .next {
      font-size: 12px;
      padding: 5px; } }
  #shoppingProductCartHolder #shoppingCart .pPaymentType {
    text-align: right;
    background: rgba(88, 161, 185, 0.1); }
  #shoppingProductCartHolder .discountRow {
    border-collapse: collapse; }
  #shoppingProductCartHolder .customRow {
    background: #eee;
    border: solid 1px #ccc; }
    #shoppingProductCartHolder .customRow td {
      border-collapse: collapse;
      border: none;
      padding: 5px;
      width: 1%; }
    @media (max-width: 768px) {
      #shoppingProductCartHolder .customRow {
        overflow: hidden;
        background: #cf7fa8;
        background: -webkit-linear-gradient(45deg, #cf7fa8 0%, #539eb7 99%);
        background: -o-linear-gradient(45deg, #cf7fa8 0%, #539eb7 99%);
        background: linear-gradient(45deg, #cf7fa8 0%, #539eb7 99%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cf7fa8', endColorstr='#539eb7',GradientType=1 );
        -webkit-animation: Animation 5s ease infinite;
             -o-animation: Animation 5s ease infinite;
                animation: Animation 5s ease infinite;
        color: #fff; } }
  #shoppingProductCartHolder .redbox {
    padding-left: 10px; }

.authorisedPerson .name {
  text-transform: capitalize;
  padding-bottom: 10px;
  font-family: "Boogaloo", cursive;
  font-size: 18px; }

@media (min-width: 768px) {
  .relationship input {
    max-width: 33.33%; } }

.req {
  color: #e40000; }

.well, body div.myChildrenSection div.newAuthPerson, .childrenList {
  background: #eee;
  padding: 10px;
  border-radius: 6px;
  border: solid 1px #ccc;
  display: block;
  margin-bottom: 20px; }
  .well .download, body div.myChildrenSection div.newAuthPerson .download, .childrenList .download {
    display: block; }
    .well .download:hover, body div.myChildrenSection div.newAuthPerson .download:hover, .childrenList .download:hover {
      color: #00315d; }

#CreateAccountForm label {
  font-weight: normal; }

#CreateAccountForm .bootstrap-select {
  width: 100%; }

@media (max-width: 480px) {
  .dob {
    margin: 0 -5px; }
    .dob [class*="col-"] {
      padding: 0 5px; } }

.dob .bootstrap-select {
  width: 100% !important;
  min-width: 100%; }

#shoppingUserCartHolder .addChild {
  white-space: nowrap;
  text-align: center; }

@media (max-width: 400px) {
  #shoppingUserCartHolder .btnswide .col-xs-6 {
    width: 100%;
    text-align: left; } }

@media (max-width: 768px) {
  #shoppingUserCartHolder .childOldId {
    display: block;
    width: 100%; } }

#cart_shoppingCart #pageTitle {
  font-family: "Boogaloo", cursive; }

#dccom_gdImageGallery {
  margin: 0 -5px !important;
  max-width: none;
  width: auto;
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-left: -15px;
  margin-right: -15px; }
  #dccom_gdImageGallery:before, #dccom_gdImageGallery:after {
    content: normal; }
  #dccom_gdImageGallery:before, #dccom_gdImageGallery:after {
    content: " ";
    display: table; }
  #dccom_gdImageGallery:after {
    clear: both; }
  #dccom_gdImageGallery > .gdImage {
    margin: 0 0 15px !important;
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    padding: 0 5px !important;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    border: none !important; }
    @media (min-width: 768px) {
      #dccom_gdImageGallery > .gdImage {
        float: left;
        width: 50%; } }
    @media (min-width: 1025px) {
      #dccom_gdImageGallery > .gdImage {
        float: left;
        width: 33.33333%; } }
    @media (min-width: 1200px) {
      #dccom_gdImageGallery > .gdImage {
        float: left;
        width: 25%; } }
    #dccom_gdImageGallery > .gdImage:before, #dccom_gdImageGallery > .gdImage:after {
      content: normal; }

ul.dropdown-menu {
  list-style: none; }
  ul.dropdown-menu li {
    padding: 5px;
    list-style-type: none !important; }

#dccom_twFAQ .panel-title {
  padding: 15px 55px 15px 15px;
  display: block;
  width: 100%;
  overflow: hidden;
  position: relative;
  margin: 0px;
  font-family: "Boogaloo", cursive;
  color: #fff;
  font-size: 22px;
  line-height: 31px;
  position: relative; }
  @media (max-width: 480px) {
    #dccom_twFAQ .panel-title {
      font-size: 18px; } }
  #dccom_twFAQ .panel-title:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f0d8";
    width: 40px;
    height: 40px;
    font-size: 40px;
    line-height: 40px;
    position: absolute;
    top: 50%;
    text-align: center;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 10px; }
    @media (max-width: 480px) {
      #dccom_twFAQ .panel-title:before {
        font-size: 28px; } }

#dccom_twFAQ .collapsed .panel-title:before {
  content: "\f0d7"; }

#dccom_twFAQ .panel {
  margin-bottom: 0px; }

#dccom_twFAQ .panel-group {
  margin-bottom: 15px; }
  #dccom_twFAQ .panel-group .panel-title .panel-heading {
    background: #58a1b9; }
  #dccom_twFAQ .panel-group .panel-body {
    padding: 20px;
    background-color: #deecf1;
    background-color: rgba(88, 161, 185, 0.2); }

#dccom_twFAQ .panel-group:nth-of-type(3n+2) .panel-title {
  background: #00315d; }

#dccom_twFAQ .panel-group:nth-of-type(3n+2) .panel-body {
  background-color: #ccd6df;
  background-color: rgba(0, 49, 93, 0.2); }

#dccom_twFAQ .panel-group:nth-of-type(3n+3) .panel-title {
  background: #cf7fa8; }

#dccom_twFAQ .panel-group:nth-of-type(3n+3) .panel-body {
  background-color: #f5e5ee;
  background-color: rgba(207, 127, 168, 0.2); }

#dccom_twFAQ .collapse {
  -webkit-transition: all 0.3s linear 0.2s;
  -o-transition: all 0.3s linear 0.2s;
  transition: all 0.3s linear 0.2s; }

.formWizFormWrap #GDFormLI1df173a1e6ab0001f8d713fd9e30162c .field {
  margin-left: -15px;
  margin-right: -15px; }
  .formWizFormWrap #GDFormLI1df173a1e6ab0001f8d713fd9e30162c .field:before, .formWizFormWrap #GDFormLI1df173a1e6ab0001f8d713fd9e30162c .field:after {
    content: " ";
    display: table; }
  .formWizFormWrap #GDFormLI1df173a1e6ab0001f8d713fd9e30162c .field:after {
    clear: both; }
  .formWizFormWrap #GDFormLI1df173a1e6ab0001f8d713fd9e30162c .field .left.sp2 {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0; }
    @media (min-width: 768px) {
      .formWizFormWrap #GDFormLI1df173a1e6ab0001f8d713fd9e30162c .field .left.sp2 {
        float: left;
        width: 50%; } }

.field {
  position: relative; }

form.formWizForm div.info {
  font-size: 14px;
  color: #555555;
  line-height: 20px; }

form.formWizForm label.error {
  color: #e40000; }

.left.emailIcon {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font: normal normal normal 20px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: none;
  border-right: solid 1px;
  width: 40px;
  height: 34px; }
  .left.emailIcon:before {
    content: "\f0e0";
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto; }
  .left.emailIcon + input {
    width: 100% !important;
    padding-left: 45px; }

form.formWizForm .sep {
  margin: 3px; }

form.formWizForm div.phoneIcon {
  height: 34px;
  position: relative;
  background: none; }
  form.formWizForm div.phoneIcon:before {
    font: normal normal normal 20px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f095";
    line-height: 34px; }

@media (max-width: 480px) {
  form.formWizForm input.small {
    width: 77px !important; } }

.embed-responsive-16by9 {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 60px;
  overflow: hidden; }

.embed-responsive iframe,
.embed-responsive object,
.embed-responsive embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.gdLogin_wrap .submit .btn, .gdLogin_wrap .submit .submitBut {
  width: 100%; }

#btnShowNewAuthPerson {
  margin-top: 20px; }

.myChildrenSection ul.childrenList {
  list-style: none; }
  .myChildrenSection ul.childrenList li {
    display: block;
    margin-bottom: 20px;
    border: solid 1px #cf7fa8;
    -webkit-box-shadow: 0 1px 12px rgba(0, 49, 93, 0.2);
            box-shadow: 0 1px 12px rgba(0, 49, 93, 0.2); }
  .myChildrenSection ul.childrenList h3 {
    text-transform: capitalize;
    font-size: 20px;
    color: #cf7fa8;
    font-family: "Boogaloo", cursive; }
    .myChildrenSection ul.childrenList h3 a {
      color: #cf7fa8; }
  .myChildrenSection ul.childrenList .textfield {
    max-width: 500px; }
  .myChildrenSection ul.childrenList .btn, .myChildrenSection ul.childrenList .submitBut {
    margin-left: 140px;
    border-radius: 0px; }

body div.myChildrenSection div.newAuthPerson .textfield {
  max-width: 500px; }

body div.myChildrenSection div.newAuthPerson .btn, body div.myChildrenSection div.newAuthPerson .submitBut {
  margin-left: 140px;
  border-radius: 0px; }

#orderTable {
  table-layout: fixed; }
  #orderTable td, #orderTable th {
    padding: 5px;
    border: solid 1px #eee; }
  @media (max-width: 480px) {
    #orderTable td {
      font-size: 13px; } }

.fail h3 {
  color: #e40000 !important; }

.fail .gdLogin_helper, .fail button {
  background: #e40000 !important; }

.fail button {
  color: #fff !important; }

.demo-close {
  display: block;
  position: absolute;
  top: -45px;
  right: 0;
  z-index: 10000;
  outline: none;
  font-size: 30px;
  line-height: 30px;
  -webkit-transition: -webkit-transform .3s ease-in-out;
  transition: -webkit-transform .3s ease-in-out;
  -o-transition: -o-transform .3s ease-in-out;
  transition: transform .3s ease-in-out;
  transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out, -o-transform .3s ease-in-out;
  color: #FFF; }
  .demo-close:hover {
    -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
         -o-transform: rotate(360deg);
            transform: rotate(360deg);
    color: #FFF; }

div.authorisedPersonsList div.authorisedPerson {
  height: auto; }
  div.authorisedPersonsList div.authorisedPerson div.name {
    text-align: center;
    margin-bottom: 10px;
    padding: 2px 16px !important;
    margin-top: 25px; }

.formWizFormWrap {
  padding: 15px;
  background: #cf7fa8;
  background: -webkit-linear-gradient(45deg, #cf7fa8 0%, #539eb7 99%);
  background: -o-linear-gradient(45deg, #cf7fa8 0%, #539eb7 99%);
  background: linear-gradient(45deg, #cf7fa8 0%, #539eb7 99%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cf7fa8', endColorstr='#539eb7',GradientType=1 );
  -webkit-animation: Animation 5s ease infinite;
       -o-animation: Animation 5s ease infinite;
          animation: Animation 5s ease infinite; }
  .formWizFormWrap .desc {
    display: none; }

@media (min-width: 1025px) {
  #contactus .embed-responsive-16by9,
  #contactus .formWizFormWrap {
    height: 500px; } }

#contactus label, #contactus .info {
  color: #fff !important; }

@media (min-width: 768px) {
  #contactus #twff_phone {
    width: 50%; } }

#contactus #contentWrap > .row > .col-md-3 {
  display: none; }

#contactus #contentWrap > .row > .col-md-9 {
  width: 100%; }

/*GENERAL FORMS
********************************************************/
fieldset {
  padding: 0px;
  border: none; }

legend {
  font-size: 20px;
  border: none;
  padding: 0; }

label {
  font-size: 16px;
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold; }

.form-group {
  margin-bottom: 10px; }

.relationship input, .formWizFormWrap #GDFormLI1df173a1e6ab0001f8d713fd9e30162c .field .left.sp2 input, .formWizFormWrap #GDFormLI1df173a1e6ab0001f8d713fd9e30162c .field .medium, .field textarea, .left.emailIcon + input, form.formWizForm input.small, .myChildrenSection ul.childrenList .textfield, body div.myChildrenSection div.newAuthPerson .textfield, #contactus #twff_phone, .form-control, .btn.form-control, .form-control.submitBut, .relationship input.btn, .relationship input.submitBut, .formWizFormWrap #GDFormLI1df173a1e6ab0001f8d713fd9e30162c .field .left.sp2 input.btn, .formWizFormWrap #GDFormLI1df173a1e6ab0001f8d713fd9e30162c .field .left.sp2 input.submitBut, .formWizFormWrap #GDFormLI1df173a1e6ab0001f8d713fd9e30162c .field .btn.medium, .formWizFormWrap #GDFormLI1df173a1e6ab0001f8d713fd9e30162c .field .medium.submitBut, .field textarea.btn, .field textarea.submitBut, .left.emailIcon + input.submitBut, form.formWizForm input.submitBut.small, .myChildrenSection ul.childrenList .submitBut.textfield, body div.myChildrenSection div.newAuthPerson .submitBut.textfield, #contactus .submitBut#twff_phone, .submitBut.form-control, .left.emailIcon + input.btn, form.formWizForm input.btn.small, .myChildrenSection ul.childrenList .btn.textfield, body div.myChildrenSection div.newAuthPerson .btn.textfield, #contactus .btn#twff_phone, .btn.form-control {
  border-radius: 0 !important;
  font-family: "Fira Sans", sans-serif;
  color: #00315d;
  border-color: #00315d; }

form.general legend,
.formHolder h3 {
  font-weight: bold;
  color: #000; }

form.general .group {
  display: block;
  margin-bottom: 15px;
  float: left;
  width: 100%; }

form.general .group:before:before, form.general .group:before:after,
form.general .group:after:before,
form.general .group:after:after {
  content: " ";
  display: table; }

form.general .group:before:after,
form.general .group:after:after {
  clear: both; }

form.general .group:after {
  clear: both; }

form.general .explainer {
  font-size: 16px;
  padding-bottom: 10px;
  font-style: italic; }

form.general .label {
  display: block;
  font-size: 16px;
  font-weight: normal;
  color: #58a1b9;
  line-height: 1.6;
  margin-bottom: 10px; }

form.general textarea {
  height: 120px;
  line-height: 1.6; }

form.general input[type="checkbox"] {
  display: inline-block;
  margin-top: 5px;
  margin-right: 5px; }

form.general input[type="submit"] {
  font-family: "Fira Sans", sans-serif;
  display: inline-block;
  font-size: 16px;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer; }
  @media (max-width: 768px) {
    form.general input[type="submit"] {
      font-size: 14px; } }

form.general button.fullwidth,
form.general input[type="submit"].fullwidth {
  width: 100%; }

form.inline button,
form.inline input[type="submit"] {
  margin: 0; }

form.general button i {
  padding-left: 5px; }

/*SEARCH
*******************************************************/
form.searchForm {
  max-width: 400px;
  position: relative;
  float: right;
  background: #fff;
  height: 35px;
  border: 1px solid #cfdee6; }

form.searchForm input[type="text"] {
  width: 100%;
  float: left;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 35px;
  padding: 0 0 0 10px;
  font-size: 15px;
  color: #345e83;
  background: transparent; }

form.searchForm button[type="submit"] {
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0; }

form.searchForm ::-webkit-input-placeholder {
  color: #345e83;
  text-transform: uppercase; }

form.searchForm :-moz-placeholder {
  /* Firefox 18- */
  color: #345e83;
  text-transform: uppercase; }

form.searchForm ::-moz-placeholder {
  /* Firefox 19+ */
  color: #345e83;
  text-transform: uppercase; }

form.searchForm :-ms-input-placeholder {
  color: #345e83;
  text-transform: uppercase; }

form.searchForm button {
  display: inline-block;
  width: 20%;
  padding: 0;
  margin: 0;
  min-height: 35px;
  color: #66bbcc;
  background: transparent;
  font-size: 14px;
  border: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer; }

.submit {
  width: 100%; }

form.searchForm button i {
  position: relative;
  right: 0; }

select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  float: left;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  color: #345e83;
  border: 1px solid #eeeeee;
  width: 100%;
  line-height: 23px;
  padding: 6px 12px;
  font-size: 14px;
  color: #000;
  background: #fff; }
  select option {
    line-height: 23px;
    padding: 6px 12px;
    font-size: 14px;
    color: #000; }

.input-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%; }
  .input-group > .input-group-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    width: auto;
    float: none;
    padding: 0;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto; }
  .input-group button {
    width: 100%; }

.dropdown-menu {
  margin: 0px; }

.bootstrap-select {
  position: relative;
  vertical-align: middle; }

.bootstrap-select > .dropdown-toggle {
  float: left;
  margin: 0px; }

#quickSearchForm {
  display: block;
  margin-bottom: 20px;
  border-bottom: solid 3px #cf7fa8; }
  #quickSearchForm .btn-default, #quickSearchForm .submit {
    font-size: 14px; }
  #quickSearchForm #doSearch {
    font-size: 18px;
    background: url("../images/layout/images/favi_01.png");
    background-repeat: no-repeat;
    background-color: #fff;
    background-position: 5px center;
    -webkit-background-size: auto 90%;
            background-size: auto 90%;
    -webkit-transition: all 0.14s ease;
    -o-transition: all 0.14s ease;
    transition: all 0.14s ease;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden; }
    #quickSearchForm #doSearch:hover {
      background-position: 10px center;
      border-color: #58a1b9;
      -webkit-transform: scale(1, 1.1);
          -ms-transform: scale(1, 1.1);
           -o-transform: scale(1, 1.1);
              transform: scale(1, 1.1); }

.bootstrap-select > .dropdown-toggle.btn-default, .bootstrap-select > .dropdown-toggle.submit {
  font-size: 14px; }

@media (max-width: 768px) {
  #quickSearchForm label {
    display: block;
    width: 100%; } }

@media (max-width: 480px) {
  #quickSearchForm .bootstrap-select {
    width: 100%; }
  #quickSearchForm .submit {
    margin-top: 10px; } }

.actionGroup {
  background: white;
  background: -webkit-linear-gradient(left, white 20%, #58a1b9 51%, #cf7fa8 80%);
  background: -webkit-gradient(linear, left top, right top, color-stop(20%, white), color-stop(51%, #58a1b9), color-stop(80%, #cf7fa8));
  background: -o-linear-gradient(left, white 20%, #58a1b9 51%, #cf7fa8 80%);
  background: linear-gradient(to right, white 20%, #58a1b9 51%, #cf7fa8 80%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#cf7fa8',GradientType=1 );
  padding: 40px 15px 30px;
  -webkit-box-shadow: 0 2px 10px rgba(0, 49, 93, 0.3);
          box-shadow: 0 2px 10px rgba(0, 49, 93, 0.3);
  border-top: solid 1px #00315d;
  border-left: solid 1px #00315d;
  border-right: solid 1px #00315d; }
  .actionGroup .filter-option {
    color: #00315d; }

#book-online #pageTitle {
  opacity: 0;
  position: absolute;
  top: -99999px; }

#book-online .modal_footer {
  display: none; }

#book-online .more {
  text-align: center; }
  #book-online .more a {
    margin: 10px auto;
    vertical-align: middle; }

.quickBookForm {
  padding: 0 15px; }
  .quickBookForm .btn, .quickBookForm .submitBut {
    outline: none; }
  .quickBookForm .next {
    float: left;
    width: 100%;
    text-align: center; }
  .quickBookForm h2 {
    display: inline-block;
    vertical-align: middle;
    line-height: 30px;
    margin: 0px;
    font-size: 1.28571em;
    padding-right: 10px; }
    .quickBookForm h2 + a {
      display: inline-block;
      vertical-align: middle;
      color: #58a1b9;
      padding-left: 0px;
      position: relative;
      font-size: 14px; }
      @media (max-width: 768px) {
        .quickBookForm h2 + a {
          display: block;
          width: 100%; } }
      .quickBookForm h2 + a:before {
        font-family: FontAwesome;
        content: "\f041";
        padding-right: 5px; }
  .quickBookForm .row {
    background: #eeeeee; }
    @media (max-width: 768px) {
      .quickBookForm .row [class*="col-"] {
        padding: 0 5px; } }
    .quickBookForm .row:nth-child(1), .quickBookForm .row:nth-child(2) {
      background: #cf7fa8;
      color: #fff !important; }
      .quickBookForm .row:nth-child(1) h2, .quickBookForm .row:nth-child(2) h2 {
        padding-top: 10px;
        color: #fff !important; }
    .quickBookForm .row:nth-child(even) {
      margin-bottom: 10px;
      font-size: 14px;
      border-bottom: solid 1px #58a1b9;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      padding-bottom: 10px; }
      .quickBookForm .row:nth-child(even):before, .quickBookForm .row:nth-child(even):after {
        content: normal; }
      .quickBookForm .row:nth-child(even) > [class*="col-"] {
        line-height: 39px; }
      .quickBookForm .row:nth-child(even) > .col-sm-2 {
        font-size: 1.14286em; }
        @media (max-width: 768px) {
          .quickBookForm .row:nth-child(even) > .col-sm-2 {
            font-size: 1em;
            width: 50%; }
            .quickBookForm .row:nth-child(even) > .col-sm-2 label {
              margin-bottom: 0px; } }
    .quickBookForm .row .next {
      line-height: 20px !important; }
      .quickBookForm .row .next:hover {
        color: #58a1b9;
        border-color: #58a1b9; }
  .quickBookForm .btn-group.bootstrap-select.select.small {
    max-width: 100%; }
    @media (max-width: 480px) {
      .quickBookForm .btn-group.bootstrap-select.select.small {
        float: left; } }
  .quickBookForm .bootstrap-select > .btn-default, .quickBookForm .bootstrap-select > .submit {
    font-size: 14px; }
  .quickBookForm label {
    vertical-align: middle; }
  .quickBookForm .bootstrap-select.btn-group .dropdown-toggle .filter-option {
    position: absolute;
    left: 10px;
    font-size: 14px; }

.custombox-content > div {
  position: relative;
  min-width: 300px;
  padding: 10px;
  margin: 10px; }
  @media (min-width: 1026px) {
    .custombox-content > div {
      margin: 15px; } }
  @media (max-width: 1025px) {
    .custombox-content > div {
      max-height: initial; } }
  @media (max-width: 768px) {
    .custombox-content > div {
      top: 35px; }
      .custombox-content > div .formHolder {
        max-height: -webkit-calc(100vh - 35px);
        max-height: calc(100vh - 35px);
        overflow-x: hidden;
        overflow-y: auto; }
        .custombox-content > div .formHolder > form {
          height: 100%; } }
  .custombox-content > div:before {
    content: "";
    position: absolute;
    top: -10px;
    left: -10px;
    right: -10px;
    bottom: -10px;
    z-index: -1;
    display: block;
    width: auto;
    height: auto;
    background: white;
    background: -webkit-linear-gradient(left, white 20%, #58a1b9 51%, #cf7fa8 80%);
    background: -webkit-gradient(linear, left top, right top, color-stop(20%, white), color-stop(51%, #58a1b9), color-stop(80%, #cf7fa8));
    background: -o-linear-gradient(left, white 20%, #58a1b9 51%, #cf7fa8 80%);
    background: linear-gradient(to right, white 20%, #58a1b9 51%, #cf7fa8 80%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#cf7fa8',GradientType=1 );
    -webkit-background-size: 200% 200%;
            background-size: 200%;
    -webkit-animation: Animation 5s ease infinite;
         -o-animation: Animation 5s ease infinite;
            animation: Animation 5s ease infinite; }
    @media (min-width: 1026px) {
      .custombox-content > div:before {
        top: -15px;
        left: -15px;
        right: -15px;
        bottom: -15px; } }

@media (max-width: 1026px) {
  #joinWaitingList a.btn.btn-default, #joinWaitingList a.btn-default.submitBut, #joinWaitingList a.submitBut.submit, #joinWaitingList .gdFormFooter a.submitBut, .gdFormFooter #joinWaitingList a.submitBut, #joinWaitingList .myChildrenSection ul.childrenList a.btn, .myChildrenSection ul.childrenList #joinWaitingList a.btn, #joinWaitingList .myChildrenSection ul.childrenList a.submitBut, .myChildrenSection ul.childrenList #joinWaitingList a.submitBut, #joinWaitingList body div.myChildrenSection div.newAuthPerson a.btn, body div.myChildrenSection div.newAuthPerson #joinWaitingList a.btn, #joinWaitingList body div.myChildrenSection div.newAuthPerson a.submitBut, body div.myChildrenSection div.newAuthPerson #joinWaitingList a.submitBut, #joinWaitingList a.btn.submit, #joinWaitingList .quickBookForm a.next, .quickBookForm #joinWaitingList a.next {
    margin-left: 0px !important; } }

#banner {
  margin-bottom: 30px; }
  #banner img {
    width: 100%; }

.slick-loading .slick-list {
  background: #fff url("../images/layout/ajax-loader.gif") center center no-repeat; }

#carousel ul {
  visibility: hidden; }
  #carousel ul.slick-initialized {
    visibility: visible; }

.slick-initialized {
  visibility: visible !important; }

/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 22px;
  height: 81px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
  z-index: 20; }
  .slick-prev:hover, .slick-prev :focus,
  .slick-next:hover,
  .slick-next :focus {
    color: transparent;
    outline: none;
    background: transparent; }
    .slick-prev:hover:before, .slick-prev :focus:before,
    .slick-next:hover:before,
    .slick-next :focus:before {
      opacity: 1; }

.bannerSlider {
  position: relative; }
  @media (max-width: 480px) {
    .bannerSlider .slick-prev,
    .bannerSlider .slick-next {
      opacity: 0; } }
  .bannerSlider .image {
    float: left;
    width: 100%;
    overflow: hidden; }
    .bannerSlider .image > img {
      width: 100%; }
      @media (max-width: 1025px) {
        .bannerSlider .image > img {
          min-height: 320px;
          width: auto;
          max-width: inherit; } }
  .bannerSlider .slides .text {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    text-align: center;
    color: #fff;
    font-size: 5.35714em;
    font-weight: bold;
    text-transform: uppercase;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%); }
    @media (max-width: 1200px) {
      .bannerSlider .slides .text {
        margin-top: 0px; } }
    @media (max-width: 1025px) {
      .bannerSlider .slides .text {
        display: none; } }

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: .25; }

@media (min-width: 1025px) {
  .innerPage .item .text h2 {
    margin-top: 60px; } }

.slick-prev:before,
.slick-next:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.customArrows .slick-prev, .customArrows .slick-next {
  width: 45px;
  height: 85px;
  left: auto;
  right: auto; }

.customArrows .slick-prev {
  right: 100%; }

.customArrows .slick-prev:before,
.customArrows .slick-next:before {
  content: "";
  width: 45px;
  height: 45px;
  background: url("../images/arrow_slider.svg") no-repeat center;
  -webkit-background-size: 20px 20px;
          background-size: 20px; }
  @media (min-width: 1025px) {
    .customArrows .slick-prev:before,
    .customArrows .slick-next:before {
      -webkit-background-size: 40px 40px;
              background-size: 40px; } }

.customArrows .slick-next {
  left: 100%; }

.customArrows .slick-next:before {
  background-image: url("../images/arrow_slider_right.svg"); }

/* Dots */
.slick-slider {
  margin-bottom: 0px; }

.slick-dots {
  position: absolute;
  left: auto;
  right: 360px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  padding: 0;
  list-style: none;
  text-align: center;
  z-index: 11; }
  @media (max-width: 1500px) {
    .slick-dots {
      left: 100px;
      right: auto; } }
  @media (max-width: 1200px) {
    .slick-dots {
      left: 20px; } }
  @media (max-width: 480px) {
    .slick-dots {
      display: none;
      visibility: hidden; } }
  .slick-dots li {
    position: relative;
    display: block;
    width: 15px;
    height: 15px;
    margin: 0 5px 10px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      font-size: 0;
      line-height: 0;
      display: block;
      width: 15px;
      height: 15px;
      padding: 5px;
      cursor: pointer;
      color: transparent;
      border: 0;
      outline: none;
      background: transparent; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover :before, .slick-dots li button:focus :before {
          opacity: 1; }

.slick-dots li button:before {
  display: block;
  text-rendering: auto;
  background: transparent;
  border: solid 1px #fff;
  border-radius: 50%;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 12px;
  height: 12px;
  content: "\f111";
  text-align: center;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-dots li.slick-active button:before {
  background: #00315d;
  border-color: #00315d; }

.banner .item {
  position: relative; }
  .banner .item img {
    width: 100%; }
    @media (max-width: 480px) {
      .banner .item img {
        width: auto;
        height: 270px; } }
  .banner .item .text {
    color: #fff;
    position: absolute;
    text-decoration: none;
    display: block;
    max-width: 1000px;
    margin: auto;
    right: 20px;
    left: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
    text-align: center;
    z-index: 21;
    padding: 0px 5px; }
    @media (max-width: 1200px) {
      .banner .item .text {
        margin-top: 40px; } }
    .banner .item .text h2 {
      font-family: "Fira Sans", sans-serif;
      text-transform: uppercase;
      font-weight: bold;
      margin-bottom: 20px;
      font-size: 60px;
      line-height: 1;
      letter-spacing: 5px; }
      @media (max-width: 1200px) {
        .banner .item .text h2 {
          font-size: 3.57143em;
          margin-bottom: 10px; } }
      @media (max-width: 1025px) {
        .banner .item .text h2 {
          font-size: 2.14286em; } }
      @media (max-width: 768px) {
        .banner .item .text h2 {
          font-size: 1.71429em;
          margin-bottom: 15px;
          font-weight: 600;
          letter-spacing: 3px; } }
    .banner .item .text p {
      font-family: "Fira Sans", sans-serif;
      font-size: 1.28571em;
      font-weight: 300;
      letter-spacing: 2px;
      color: #fff;
      display: block;
      max-width: 800px;
      text-align: center;
      margin: 0 auto 40px; }
      @media (max-width: 1200px) {
        .banner .item .text p {
          margin: 0 auto 10px;
          font-size: 1.14286em; } }
      @media (max-width: 768px) {
        .banner .item .text p {
          display: none; } }

/*  ======================================================================================================
Slider  Slick
====================================================================================================== */
.bannerText {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  left: auto;
  right: 20%;
  text-align: center;
  margin: auto;
  z-index: 11;
  max-width: 700px; }
  .bannerText h1 {
    font-family: "Boogaloo", cursive;
    color: #fff;
    font-size: 3.57143em;
    margin-bottom: 30px;
    line-height: 1.2; }

.overlayRed,
.overlayBlue {
  position: relative; }
  .InnerBanner h1 {
    /* animaiton set-up */
    -webkit-animation-duration: 0.5s;
    -o-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-delay: 0.5s;
    -o-animation-delay: 0.5s;
    animation-delay: 0.5s;
    -webkit-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInLeft;
    -o-animation-name: fadeInLeft;
    animation-name: fadeInLeft; }
  .overlayRed:before,
  .overlayBlue:before {
    position: absolute;
    content: "";
    z-index: 10;
    width: 100%;
    height: 100%; }
  .overlayRed img,
  .overlayBlue img {
    -webkit-filter: grayscale(1);
            filter: grayscale(1); }

.overlayRed:before {
  background: rgba(102, 1, 47, 0.6); }

.overlayBlue:before {
  background: rgba(0, 49, 93, 0.6); }

.pillsBlock .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  @media (min-width: 1400px) {
    .pillsBlock .row {
      margin: 0 -30px 30px; } }
  .pillsBlock .row > [class*="col-"] {
    overflow: hidden; }
    .pillsBlock .row > [class*="col-"] > div {
      -webkit-box-shadow: 0 4px 2px -2px gray;
              box-shadow: 0 4px 2px -2px gray; }
      @media (min-width: 1600px) {
        .pillsBlock .row > [class*="col-"] > div {
          max-width: 500px;
          margin-right: auto;
          margin-left: auto; } }
    @media (min-width: 1400px) {
      .pillsBlock .row > [class*="col-"] {
        padding: 0 30px; } }

.forNews .text {
  max-height: 120px; }

.forEvents .text {
  max-height: 150px;
  text-align: center; }

.forNews, .forEvents {
  margin-bottom: 30px;
  color: #fff;
  position: relative; }
  @media (min-width: 1026px) {
    .forNews, .forEvents {
      height: 475px; } }
  .forNews p, .forEvents p {
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 10px;
    line-height: 1.4; }
    @media (min-width: 768px) {
      .forNews p, .forEvents p {
        font-size: 1.28571em;
        margin-bottom: 20px; } }
  .forNews img, .forEvents img {
    max-width: 100%;
    height: auto;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto; }
  .forNews:before, .forEvents:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: -1; }
  .forNews .slick-slider, .forEvents .slick-slider {
    padding: 80px 4% 50px;
    margin: 0 30px;
    height: 100%; }
    @media (min-width: 1200px) {
      .forNews .slick-slider, .forEvents .slick-slider {
        margin: 0 50px; } }
  .forNews .slick-slide, .forEvents .slick-slide {
    overflow: hidden; }
  .forNews .slick-prev, .forNews .slick-next, .forEvents .slick-prev, .forEvents .slick-next {
    top: 45%; }
    .forNews .slick-prev:before, .forNews .slick-next:before, .forEvents .slick-prev:before, .forEvents .slick-next:before {
      display: inline-block;
      font: normal normal normal 40px/1 FontAwesome;
      font-weight: lighter;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "\f104"; }
      @media (max-width: 1200px) {
        .forNews .slick-prev:before, .forNews .slick-next:before, .forEvents .slick-prev:before, .forEvents .slick-next:before {
          font-size: 50px; } }
  .forNews .slick-next:before, .forEvents .slick-next:before {
    content: "\f105"; }

.forEvents .slick-arrow:before {
  color: #00315d; }

.forNews:before {
  background: #00315d; }

.forEvents:before {
  background: #cf7fa8; }

.sliderTitle {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  font-family: "Boogaloo", cursive;
  text-align: center;
  display: block;
  color: #fff;
  line-height: 50px;
  padding: 20px 10px 10px;
  font-size: 2.42857em; }

.newsContent {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  .newsContent:before, .newsContent:after {
    content: normal; }
  .newsContent .date {
    font-size: 18px;
    font-weight: bold;
    padding-right: 15px;
    border-right: solid 2px rgba(255, 255, 255, 0.7); }
  .newsContent .wrapper-text {
    padding-left: 15px; }
  .newsContent span {
    white-space: nowrap; }

.wrapper-text a {
  display: block;
  font-weight: bold;
  font-size: 18px;
  text-transform: uppercase;
  color: #fff; }

.forEvents .wrapper-text a {
  color: #00315d;
  margin: 30px auto 0;
  display: block;
  text-align: center; }

.forEvents p {
  color: #00315d; }

.dateCircle {
  width: 110px;
  height: 110px;
  margin: auto auto 30px;
  text-align: center;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 400;
  display: block;
  padding: 35px 0;
  line-height: 1;
  vertical-align: middle;
  border-radius: 50%;
  background: #fff;
  color: #00315d; }

.InnerBanner {
  position: relative;
  display: none; }
  @media (min-width: 768px) {
    .InnerBanner {
      display: block;
      width: 100%; } }
  .InnerBanner .image {
    overflow: hidden;
    width: 100%; }
  .InnerBanner img {
    display: block;
    float: left;
    width: 100%; }
  .InnerBanner #bannerContent {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0px;
    z-index: 11; }
    .InnerBanner #bannerContent h1 {
      font-family: "Boogaloo", cursive;
      margin: 15px 0;
      line-height: 1.2;
      color: #fff;
      position: relative;
      z-index: 11;
      font-size: 40px; }

/*LEFT NAV
**********************************************************/
@media (min-width: 1025px) {
  .togglePageNav, .toggleLeftNav {
    display: none; } }

@media (max-width: 1025px) {
  h3.hdLHS {
    display: none; }
  .pageNavList, #leftNavInner {
    overflow: hidden;
    max-height: 0px;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    padding: 0 10px;
    border: solid 1px transparent; }
  .open .pageNavList, .open #leftNavInner {
    max-height: 700px;
    overflow-y: auto;
    border: solid 1px #eeeeee;
    padding: 10px; }
  .togglePageNav, .toggleLeftNav {
    display: block;
    overflow: hidden;
    background: #00315d; }
    .togglePageNav span, .togglePageNav i, .toggleLeftNav span, .toggleLeftNav i {
      line-height: 1;
      float: left;
      padding: 10px 15px; }
    .togglePageNav span, .toggleLeftNav span {
      -webkit-transform: translateY(4px);
          -ms-transform: translateY(4px);
           -o-transform: translateY(4px);
              transform: translateY(4px);
      color: #fff;
      font-size: 16px;
      text-transform: uppercase; }
    .togglePageNav i, .toggleLeftNav i {
      font-size: 20px;
      float: right;
      color: #fff; }
  .open .togglePageNav i:before,
  .open .toggleLeftNav i:before {
    content: "\f068"; } }

@media (max-width: 768px) {
  .togglePageNav, .toggleLeftNav {
    margin: 0px -15px; } }

#hdInThisSection {
  display: none;
  padding: 20px;
  font-size: 1.85714em;
  color: #00315d;
  font-family: "Boogaloo", cursive; }
  @media (min-width: 1025px) {
    #hdInThisSection {
      display: block; } }

.pageNavList, #leftNavInner {
  margin-bottom: 20px; }
  .pageNavList li, #leftNavInner li {
    list-style: none;
    display: block; }
    .pageNavList li .lev2, #leftNavInner li .lev2 {
      margin-left: 15px; }
    .pageNavList li .lev3, #leftNavInner li .lev3 {
      margin-left: 30px; }
    .pageNavList li a, #leftNavInner li a {
      display: block;
      font-family: "Boogaloo", cursive;
      color: #00315d;
      font-size: 20px;
      padding: 10px 5px;
      text-decoration: none;
      -webkit-transition: .2s all ease;
      -o-transition: .2s all ease;
      transition: .2s all ease;
      position: relative;
      padding-left: 30px; }
      @media (max-width: 1025px) {
        .pageNavList li a, #leftNavInner li a {
          color: #fff; } }
  .pageNavList > li.onPath > a,
  .pageNavList .sel > a, #leftNavInner > li.onPath > a,
  #leftNavInner .sel > a {
    color: #cf7fa8;
    font-weight: bold; }
  .pageNavList li > a:hover,
  .pageNavList li > a:active, #leftNavInner li > a:hover,
  #leftNavInner li > a:active {
    color: #cf7fa8;
    font-weight: bold; }

#leftNavInner {
  overflow: hidden;
  background: #cf7fa8;
  background: -webkit-linear-gradient(45deg, #cf7fa8 0%, #539eb7 99%);
  background: -o-linear-gradient(45deg, #cf7fa8 0%, #539eb7 99%);
  background: linear-gradient(45deg, #cf7fa8 0%, #539eb7 99%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cf7fa8', endColorstr='#539eb7',GradientType=1 );
  -webkit-animation: Animation 5s ease infinite;
       -o-animation: Animation 5s ease infinite;
          animation: Animation 5s ease infinite; }
  @media (max-width: 1025px) {
    #leftNavInner {
      background: #00315d;
      border: none;
      margin: 0 -15px 15px; }
      #leftNavInner #leftNavList {
        margin: 0px;
        background: transparent; } }

#leftNavList {
  background: #fff;
  margin: 15px; }

ul.pageNavList li.lev2 > a {
  padding-left: 40px;
  background: #bfbfbf; }

ul.pageNavList li.lev2 > a:hover,
ul.pageNavList li.lev2 > a:active {
  background: #8c8c8c; }

/*SIDEITEMS
**********************************************************/
.row.sideItems {
  margin: 0px; }

.sideItemsList {
  margin-left: -3px;
  margin-right: -3px;
  display: block;
  overflow: hidden; }
  .sideItemsList:before, .sideItemsList:after {
    content: " ";
    display: table; }
  .sideItemsList:after {
    clear: both; }
  .sideItemsList > li {
    list-style: none;
    position: relative;
    min-height: 1px;
    padding-left: 3px;
    padding-right: 3px;
    width: 100%; }
    @media (min-width: 768px) {
      .sideItemsList > li {
        float: left;
        width: 33.33333%; } }
    .sideItemsList > li > .inner {
      text-align: left;
      margin-bottom: 90px;
      overflow: hidden;
      position: relative; }
      @media (max-width: 768px) {
        .sideItemsList > li > .inner {
          max-width: 500px;
          margin-left: auto;
          margin-right: auto; } }
      .sideItemsList > li > .inner:before {
        -webkit-transition: all 0.4s linear;
        -o-transition: all 0.4s linear;
        transition: all 0.4s linear;
        position: absolute;
        content: "";
        background: rgba(0, 76, 80, 0.2);
        width: 100%;
        height: 100%;
        z-index: 2;
        display: block;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0; }
      .sideItemsList > li > .inner:hover:before {
        opacity: 0; }
      .sideItemsList > li > .inner img {
        width: 100%;
        float: left; }
      .sideItemsList > li > .inner h3 {
        font-size: 1.42857em;
        margin-bottom: 0px;
        text-align: center;
        text-transform: uppercase;
        color: #555555;
        font-weight: 400;
        background: #fff;
        padding: 25px 0;
        clear: both;
        position: relative;
        z-index: 3; }
      .sideItemsList > li > .inner p {
        font-size: 14px;
        color: #555555; }
      .sideItemsList > li > .inner > a {
        text-decoration: none; }

#path {
  padding: 10px 0 0;
  overflow: hidden;
  margin-bottom: 30px; }
  @media (min-width: 1025px) {
    #path {
      margin-bottom: 50px; } }
  #path li {
    float: left;
    padding: 0 6px 0 0;
    list-style: none;
    font-size: 16px;
    font-weight: 300; }
    #path li a {
      font-size: inherit;
      display: inline-block;
      color: #00315d;
      text-decoration: none;
      text-transform: uppercase; }
      #path li a:hover {
        text-decoration: none;
        color: #00315d; }
    #path li:after {
      content: "/";
      font-family: FontAwesome;
      font-style: normal;
      font-weight: normal;
      text-decoration: inherit;
      color: inherit;
      font-size: 16px;
      padding-left: 6px;
      color: #c6c5c5; }
  #path li.sel {
    background-image: none;
    padding-right: 0; }
    #path li.sel:after {
      content: ""; }
    #path li.sel a {
      text-decoration: none;
      font-weight: bold; }

.tab-container {
  margin: 20px 0; }
  .tab-container ul.etabs {
    margin: 0;
    padding: 0;
    width: 100%;
    border-bottom: 3px solid #66bbcc; }
    .tab-container ul.etabs:before, .tab-container ul.etabs:after {
      content: ".";
      display: block;
      height: 0;
      overflow: hidden; }
    .tab-container ul.etabs:after {
      clear: both; }
    .tab-container ul.etabs li {
      margin: 0 5px 0 0;
      padding: 0;
      background-image: none;
      border: 0;
      float: left; }
      .tab-container ul.etabs li:before {
        content: "";
        display: none; }
    .tab-container ul.etabs a {
      display: block;
      background: #345e83;
      text-decoration: none;
      padding: 5px 20px; }
    .tab-container ul.etabs .active a {
      background: #8cd465;
      color: #fff; }

button.fullwidth, .btn-stage, .fancy_modal .btn, .fancy_modal .submitBut, .custombox-content > div .btn, .custombox-content > div .submitBut, div.authorisedPersonsList div.authorisedPerson div.name, #book-online .more a, .quickBookForm .row .next {
  display: inline-block;
  background: #fff;
  font-size: 16px;
  line-height: 30px;
  padding: 6px 16px;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 0px;
  border: solid 1px #58a1b9;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  font-family: "Boogaloo", cursive;
  color: #cf7fa8;
  -webkit-transform: perspective(1px) translateZ(0);
          transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px transparent;
          box-shadow: 0 0 1px transparent;
  position: relative;
  overflow: hidden;
  cursor: pointer; }
  button.fullwidth:before, .btn-stage:before, .fancy_modal .btn:before, .fancy_modal .submitBut:before, .custombox-content > div .btn:before, .custombox-content > div .submitBut:before, div.authorisedPersonsList div.authorisedPerson div.name:before, #book-online .more a:before, .quickBookForm .row .next:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    bottom: 0;
    background: #58a1b9;
    height: 5px;
    -webkit-transform: translateY(5px);
        -ms-transform: translateY(5px);
         -o-transform: translateY(5px);
            transform: translateY(5px);
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: -o-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform, -o-transform;
    -webkit-transition-duration: 0.3s;
         -o-transition-duration: 0.3s;
            transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
         -o-transition-timing-function: ease-out;
            transition-timing-function: ease-out; }
  button.fullwidth:hover, .btn-stage:hover, .fancy_modal .btn:hover, .fancy_modal .submitBut:hover, .custombox-content > div .btn:hover, .custombox-content > div .submitBut:hover, div.authorisedPersonsList div.authorisedPerson div.name:hover, #book-online .more a:hover, .quickBookForm .row .next:hover {
    color: #58a1b9; }
  button.fullwidth:hover:before, button.fullwidth:focus:before, button.fullwidth:active:before, .btn-stage:hover:before, .fancy_modal .btn:hover:before, .fancy_modal .submitBut:hover:before, .custombox-content > div .btn:hover:before, .custombox-content > div .submitBut:hover:before, div.authorisedPersonsList div.authorisedPerson div.name:hover:before, #book-online .more a:hover:before, .quickBookForm .row .next:hover:before, .btn-stage:focus:before, .fancy_modal .btn:focus:before, .fancy_modal .submitBut:focus:before, .custombox-content > div .btn:focus:before, .custombox-content > div .submitBut:focus:before, div.authorisedPersonsList div.authorisedPerson div.name:focus:before, #book-online .more a:focus:before, .quickBookForm .row .next:focus:before, .btn-stage:active:before, .fancy_modal .btn:active:before, .fancy_modal .submitBut:active:before, .custombox-content > div .btn:active:before, .custombox-content > div .submitBut:active:before, div.authorisedPersonsList div.authorisedPerson div.name:active:before, #book-online .more a:active:before, .quickBookForm .row .next:active:before {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0); }

.btn, .submitBut {
  display: inline-block;
  font-size: 16px;
  line-height: 30px;
  padding: 6px 16px;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 0px;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  font-family: "Boogaloo", cursive;
  color: #cf7fa8;
  -webkit-transform: perspective(1px) translateZ(0);
          transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px transparent;
          box-shadow: 0 0 1px transparent;
  position: relative;
  overflow: hidden;
  cursor: pointer; }
  .btn:hover, .submitBut:hover {
    color: #58a1b9; }

@media (min-width: 1200px) {
  .btn-md {
    padding: 15px 25px;
    font-size: 22px; } }

.btn.btn-default, .btn-default.submitBut, .submitBut.submit, .gdFormFooter .submitBut, .gdLogin_wrap button, .myChildrenSection ul.childrenList .btn, .myChildrenSection ul.childrenList .submitBut, body div.myChildrenSection div.newAuthPerson .btn, body div.myChildrenSection div.newAuthPerson .submitBut, .btn.submit, .quickBookForm .next {
  background: #fff;
  border-color: #fff;
  font-family: "Fira Sans", sans-serif;
  text-transform: uppercase;
  padding: 4px 20px;
  font-size: 18px;
  color: #00315d;
  border: solid 1px;
  line-height: 24px; }
  .btn.btn-default:hover, .btn-default.submitBut:hover, .submitBut.submit:hover, .gdFormFooter .submitBut:hover, .gdLogin_wrap button:hover, .myChildrenSection ul.childrenList .btn:hover, .myChildrenSection ul.childrenList .submitBut:hover, body div.myChildrenSection div.newAuthPerson .btn:hover, body div.myChildrenSection div.newAuthPerson .submitBut:hover, .btn.submit:hover, .quickBookForm .next:hover {
    border-color: #cf7fa8;
    color: #cf7fa8; }

.btn.btn-slider, .btn-slider.submitBut {
  font-family: "Fira Sans", sans-serif;
  color: #fff;
  border: solid 1px #fff;
  background: transparent; }
  .btn.btn-slider:before, .btn-slider.submitBut:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    bottom: 0;
    background: #58a1b9;
    height: 5px;
    -webkit-transform: translateY(5px);
        -ms-transform: translateY(5px);
         -o-transform: translateY(5px);
            transform: translateY(5px);
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: -o-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform, -o-transform;
    -webkit-transition-duration: 0.3s;
         -o-transition-duration: 0.3s;
            transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
         -o-transition-timing-function: ease-out;
            transition-timing-function: ease-out; }
  .btn.btn-slider:hover, .btn-slider.submitBut:hover {
    background: #fff;
    color: #00315d; }
  .btn.btn-slider:hover:before, .btn-slider.submitBut:hover:before, .btn.btn-slider:focus:before, .btn-slider.submitBut:focus:before, .btn.btn-slider:active:before, .btn-slider.submitBut:active:before {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0); }

.btn.btn-linkIt, .btn-linkIt.submitBut {
  background: transparent;
  color: #00315d; }
  .btn.btn-linkIt:hover, .btn-linkIt.submitBut:hover {
    color: #58a1b9; }

/*SOCIAL NAV
*****************************************************/
.footer ul.socialNavList {
  padding-top: 20px; }

ul.socialNavList li {
  padding: 0px 5px 0 0;
  display: inline-block; }

ul.socialNavList li a {
  width: 40px;
  height: 40px;
  display: inline-block;
  text-indent: -5000px;
  text-align: left;
  background-position: 0px -32px;
  background-repeat: no-repeat;
  position: relative;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  background: #fff;
  color: #8990b0;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 50%; }
  @media (max-width: 480px) {
    ul.socialNavList li a {
      width: 32px;
      height: 32px;
      -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
              box-shadow: 0 0 1px rgba(0, 0, 0, 0.2); } }

/*hover*/
ul.socialNavList li a:hover {
  background: #fff; }

ul.socialNavList li.navtwitter a:hover {
  color: #00aced; }

ul.socialNavList li.navfacebook a:hover {
  color: #3b5997; }

ul.socialNavList li.navlinkedin a:hover {
  color: #005a87; }

ul.socialNavList li.navyoutube a:hover,
ul.socialNavList li.navgoogle a:hover,
ul.socialNavList li.navpinterest a:hover {
  color: #be1522; }

ul.socialNavList li.navflickr a:hover {
  color: #ff0084; }

ul.socialNavList li.navrss a:hover {
  color: #f39200; }

ul.socialNavList li.navinstagram a:hover:before {
  background: -webkit-radial-gradient(33% 100% circle, #FED373 4%, #F15245 30%, #D92E7F 62%, #9B36B7 85%, #515ECF);
  background: -webkit-radial-gradient(33% 100%, circle, #FED373 4%, #F15245 30%, #D92E7F 62%, #9B36B7 85%, #515ECF);
  background: -o-radial-gradient(33% 100%, circle, #FED373 4%, #F15245 30%, #D92E7F 62%, #9B36B7 85%, #515ECF);
  background: radial-gradient(circle at 33% 100%, #FED373 4%, #F15245 30%, #D92E7F 62%, #9B36B7 85%, #515ECF);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }

/*icons*/
ul.socialNavList li a:before {
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  font-size: 26px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  line-height: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  text-indent: 0;
  color: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  @media (max-width: 480px) {
    ul.socialNavList li a:before {
      font-size: 20px; } }

ul.socialNavList li.navtwitter a:before {
  content: "\f099"; }

ul.socialNavList li.navfacebook a:before {
  content: "\f09a"; }

ul.socialNavList li.navlinkedin a:before {
  content: "\f0e1"; }

ul.socialNavList li.navyoutube a:before {
  content: "\f167"; }

ul.socialNavList li.navflickr a:before {
  content: "\f16e"; }

ul.socialNavList li.navrss a:before {
  content: "\f09e"; }

ul.socialNavList li.navpinterest a:before {
  content: "\f0d2"; }

ul.socialNavList li.navgoogle a:before {
  content: "\f0d5"; }

ul.socialNavList li.navinstagram a:before {
  content: "\f16d"; }

.video-block .wrapper {
  padding-bottom: 56.25%;
  display: block;
  height: 0;
  overflow: hidden; }
  @media (max-width: 1025px) {
    .video-block .wrapper {
      margin: 10px 0; } }
  .video-block .wrapper iframe {
    border: 0 none;
    bottom: 0;
    height: 100% !important;
    left: 0;
    position: absolute;
    top: 0;
    width: 100% !important; }

.youtube {
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  -webkit-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  cursor: pointer;
  display: block;
  padding-bottom: 56.25%;
  -webkit-background-size: 100% 100%;
          background-size: 100%; }
  .youtube .play {
    background: url("../images/icons/play.png") no-repeat center center;
    background-color: rgba(0, 0, 0, 0.3);
    position: absolute;
    height: 100%;
    width: 100%;
    opacity: .8;
    filter: alpha(opacity=80);
    -webkit-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out; }
    .youtube .play:hover {
      opacity: 1;
      filter: alpha(opacity=100); }
  .youtube > a {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: block;
    overflow: hidden; }

.newsSlider {
  display: block;
  margin-bottom: 30px; }
  .newsSlider .youtube {
    padding-bottom: 66.25%; }
  .newsSlider .item-box {
    -webkit-box-shadow: 0 4px 2px -2px gray;
            box-shadow: 0 4px 2px -2px gray;
    margin: 0 0 5px; }
    @media (min-width: 768px) {
      .newsSlider .item-box {
        margin: 0 10px 5px; } }
  .newsSlider .boxContent {
    position: relative;
    padding: 15px 15px 59px;
    color: #00315d; }
    .newsSlider .boxContent p {
      line-height: 2;
      margin-bottom: 20px;
      font-size: 18px; }
      @media (max-width: 768px) {
        .newsSlider .boxContent p {
          font-size: 16px;
          line-height: 1.4;
          margin-bottom: 10px; } }
    .newsSlider .boxContent h3 {
      font-family: "Boogaloo", cursive;
      font-size: 2.28571em; }
    .newsSlider .boxContent .btn-stage, .newsSlider .boxContent .fancy_modal .btn, .fancy_modal .newsSlider .boxContent .btn, .newsSlider .boxContent .fancy_modal .submitBut, .fancy_modal .newsSlider .boxContent .submitBut, .newsSlider .boxContent .custombox-content > div .btn, .custombox-content > div .newsSlider .boxContent .btn, .newsSlider .boxContent .custombox-content > div .submitBut, .custombox-content > div .newsSlider .boxContent .submitBut, .newsSlider .boxContent div.authorisedPersonsList div.authorisedPerson div.name, div.authorisedPersonsList div.authorisedPerson .newsSlider .boxContent div.name, .newsSlider .boxContent #book-online .more a, #book-online .more .newsSlider .boxContent a, .newsSlider .boxContent .quickBookForm .row .next, .quickBookForm .row .newsSlider .boxContent .next {
      position: absolute;
      left: 15px;
      bottom: 15px; }
  .newsSlider .btn-linkIt {
    padding-left: 0px; }
  .newsSlider .btn-linkIt, .newsSlider .btn-stage, .newsSlider .fancy_modal .btn, .fancy_modal .newsSlider .btn, .newsSlider .fancy_modal .submitBut, .fancy_modal .newsSlider .submitBut, .newsSlider .custombox-content > div .btn, .custombox-content > div .newsSlider .btn, .newsSlider .custombox-content > div .submitBut, .custombox-content > div .newsSlider .submitBut, .newsSlider div.authorisedPersonsList div.authorisedPerson div.name, div.authorisedPersonsList div.authorisedPerson .newsSlider div.name, .newsSlider #book-online .more a, #book-online .more .newsSlider a, .newsSlider .quickBookForm .row .next, .quickBookForm .row .newsSlider .next {
    font-size: 1.42857em; }
  .newsSlider .item-box:nth-child(4n+1) .boxContent {
    background: #cf7fa8;
    background: -webkit-linear-gradient(left, #cf7fa8 0%, #8d8faf 100%);
    background: -webkit-gradient(linear, left top, right top, from(#cf7fa8), to(#8d8faf));
    background: -o-linear-gradient(left, #cf7fa8 0%, #8d8faf 100%);
    background: linear-gradient(to right, #cf7fa8 0%, #8d8faf 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cf7fa8', endColorstr='#8d8faf',GradientType=1 );
    -webkit-background-size: 200% 200%;
            background-size: 200% 200%;
    -webkit-animation: Animation 3s ease infinite;
         -o-animation: Animation 3s ease infinite;
            animation: Animation 3s ease infinite; }
  .newsSlider .item-box:nth-child(4n+2) .boxContent {
    background: #8e8faf;
    background: -webkit-linear-gradient(left, #8e8faf 0%, #aed1dd 100%);
    background: -webkit-gradient(linear, left top, right top, from(#8e8faf), to(#aed1dd));
    background: -o-linear-gradient(left, #8e8faf 0%, #aed1dd 100%);
    background: linear-gradient(to right, #8e8faf 0%, #aed1dd 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8e8faf', endColorstr='#aed1dd',GradientType=1 );
    -webkit-background-size: 200% 200%;
            background-size: 200% 200%;
    -webkit-animation: Animation 4s ease infinite;
         -o-animation: Animation 4s ease infinite;
            animation: Animation 4s ease infinite; }
  .newsSlider .item-box:nth-child(4n+3) .boxContent {
    background: #a8ceda;
    background: -webkit-linear-gradient(left, #a8ceda 0%, white 100%);
    background: -webkit-gradient(linear, left top, right top, from(#a8ceda), to(white));
    background: -o-linear-gradient(left, #a8ceda 0%, white 100%);
    background: linear-gradient(to right, #a8ceda 0%, white 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a8ceda', endColorstr='#ffffff',GradientType=1 );
    -webkit-background-size: 200% 200%;
            background-size: 200% 200%;
    -webkit-animation: Animation 5s ease infinite;
         -o-animation: Animation 5s ease infinite;
            animation: Animation 5s ease infinite; }
  .newsSlider .item-box:nth-child(4n+4) .boxContent {
    background: white;
    background: -webkit-linear-gradient(left, white 0%, #cf7fa8 100%);
    background: -webkit-gradient(linear, left top, right top, from(white), to(#cf7fa8));
    background: -o-linear-gradient(left, white 0%, #cf7fa8 100%);
    background: linear-gradient(to right, white 0%, #cf7fa8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#cf7fa8',GradientType=1 );
    -webkit-background-size: 200% 200%;
            background-size: 200% 200%;
    -webkit-animation: Animation 3s ease infinite;
         -o-animation: Animation 3s ease infinite;
            animation: Animation 3s ease infinite; }

.newsSlider .youtube a, .vwBlock .youtube a, #carousel .youtube a {
  background: url("../images/play3.svg") no-repeat center center;
  -webkit-background-size: 60px 60px;
          background-size: 60px;
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  height: 100%;
  width: 100%;
  opacity: .8;
  filter: alpha(opacity=80);
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out; }
  .newsSlider .youtube a:hover, .vwBlock .youtube a:hover, #carousel .youtube a:hover {
    opacity: 1;
    filter: alpha(opacity=100); }

.container.sliderArrows {
  padding: 0 45px;
  width: 100%;
  max-width: 100%; }
  @media (min-width: 768px) {
    .container.sliderArrows {
      padding: 0 50px; } }
  @media (min-width: 1025px) {
    .container.sliderArrows {
      padding: 0 90px; } }

.wideBlock {
  display: block;
  width: 100%;
  overflow: hidden;
  margin-bottom: 30px; }
  .wideBlock .row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
  .wideBlock [class*="col-"] {
    padding: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .wideBlock .text-block {
    padding: 10% 5%;
    color: #00315d;
    position: relative; }
    .wideBlock .text-block:before {
      z-index: -1;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      height: 100%;
      content: "";
      background: #e1bad0;
      background: -webkit-linear-gradient(left, #e1bad0 0%, #a8c7d6 50%, #fbfdfd 100%);
      background: -webkit-gradient(linear, left top, right top, from(#e1bad0), color-stop(50%, #a8c7d6), to(#fbfdfd));
      background: -o-linear-gradient(left, #e1bad0 0%, #a8c7d6 50%, #fbfdfd 100%);
      background: linear-gradient(to right, #e1bad0 0%, #a8c7d6 50%, #fbfdfd 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e1bad0', endColorstr='#fbfdfd',GradientType=1 );
      width: 100%;
      -webkit-background-size: 200% 200%;
              background-size: 200% 200%;
      -webkit-animation: Animation 5s ease infinite;
           -o-animation: Animation 5s ease infinite;
              animation: Animation 5s ease infinite; }
      @media (min-width: 1200px) {
        .wideBlock .text-block:before {
          width: 50vw; } }
    .wideBlock .text-block p {
      margin-bottom: 30px; }
      @media (min-width: 1200px) {
        .wideBlock .text-block p {
          font-size: 20px; } }
      @media (min-width: 1600px) {
        .wideBlock .text-block p {
          line-height: 2; } }
      @media (max-width: 768px) {
        .wideBlock .text-block p {
          font-size: 16px;
          line-height: 1.4; } }
    .wideBlock .text-block img {
      margin-bottom: 30px; }
    .wideBlock .text-block .btn, .wideBlock .text-block .submitBut {
      font-size: 24px;
      padding-left: 0px; }

.videoWrap.vwBlock {
  background: #000;
  position: relative; }
  @media (min-width: 1025px) {
    .videoWrap.vwBlock .youtube {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      -webkit-background-size: 100% auto;
              background-size: 100% auto; } }

.vwBlock, .vwBlock .youtube {
  width: 100%; }
  @media (min-width: 1200px) {
    .vwBlock, .vwBlock .youtube {
      width: 50vw; } }

@media (max-width: 768px) {
  .fancybox-slide--iframe .fancybox-content {
    max-width: -webkit-calc(100% - 30px);
    max-width: calc(100% - 30px);
    width: 100%; } }

#carousel .youtube {
  padding-bottom: 29.3%; }

#theatre-tots .copy {
  margin-bottom: 20px; }

.panel-group {
  display: block;
  overflow: hidden;
  margin-top: 20px;
  margin-bottom: 20px; }
  .panel-group .panel-heading a {
    padding: 15px 55px 15px 15px;
    display: block;
    width: 100%;
    overflow: hidden;
    position: relative;
    font-family: "Boogaloo", cursive;
    color: #fff;
    font-size: 22px; }
    @media (max-width: 480px) {
      .panel-group .panel-heading a {
        font-size: 18px; } }
    .panel-group .panel-heading a span {
      width: 40px;
      height: 40px;
      font-size: 40px;
      line-height: 40px;
      position: absolute;
      top: 50%;
      text-align: center;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
           -o-transform: translateY(-50%);
              transform: translateY(-50%);
      right: 10px; }
      @media (max-width: 480px) {
        .panel-group .panel-heading a span {
          font-size: 28px; } }
  .panel-group .panel-heading.open span {
    -webkit-transform: translateY(-50%) rotateX(180deg);
            transform: translateY(-50%) rotateX(180deg); }
  .panel-group .panel-content {
    padding: 20px; }
    .panel-group .panel-content.open {
      display: block !important; }
  .panel-group .panel {
    display: block;
    margin-bottom: 15px; }
    .panel-group .panel .panel-heading {
      background: #58a1b9; }
    .panel-group .panel .panel-content {
      background-color: #deecf1;
      background-color: rgba(88, 161, 185, 0.2); }
  .panel-group .panel:nth-of-type(2) .panel-heading {
    background: #00315d; }
  .panel-group .panel:nth-of-type(2) .panel-content {
    background-color: #ccd6df;
    background-color: rgba(0, 49, 93, 0.2); }
  .panel-group .panel:nth-of-type(3) .panel-heading {
    background: #cf7fa8; }
  .panel-group .panel:nth-of-type(3) .panel-content {
    background-color: #f5e5ee;
    background-color: rgba(207, 127, 168, 0.2); }

.events-item, .news-item {
  margin: 0 0 20px;
  padding: 15px;
  border: solid 4px #58a1b9;
  position: relative;
  background: #fff; }
  .events-item:hover, .news-item:hover {
    border: solid 4px #00315d; }
  .events-item .time i, .news-item .time i {
    padding-right: 5px; }
  .events-item .title, .events-item .title a, .news-item .title, .news-item .title a {
    margin-top: 0px;
    color: #00315d; }
  .events-item img, .news-item img {
    color: transparent; }
  @media (max-width: 480px) {
    .events-item .details, .news-item .details {
      width: 100%; } }

@media (max-width: 1025px) {
  #events h1#pageTitle {
    display: none; }
  .event-item p.thumbnail {
    margin: auto auto 10px !important; } }

.news-item .thumb {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }
  @media (min-width: 768px) {
    .news-item .thumb {
      float: left;
      width: 33.33333%; } }

.news-item .details {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }
  @media (min-width: 768px) {
    .news-item .details {
      float: left;
      width: 66.66667%; } }

.news-item .read-more {
  padding-left: 0px; }

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