
@import url(fonts.css);
@import url(bootstrap.min.css);
*,
body,
html {
    padding: 0;
    margin: 0;
    outline: 0;
    font-family: Avenir, 'Avenir Next', 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
}
a,
button {
    transition: all .5s ease-in
}
.error{
  color: #C70000;
  font-size: 14px;
  margin-bottom: 0px;  
}
.form-copy{
  color: white;
  font-size: 12px;
  line-height: initial;
  margin-top: 11px;
}

.h1,
.h2,
.h3,
.h4,
.h5,
body,
h1,
h2,
h3,
h4,
h5 {
    font-family: Avenir, 'Avenir Next', 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#sitewrapper,
.listitem p,
.overFlow {
    overflow: hidden
}
*,
:after,
:before {
    box-sizing: inherit
}
html {
    box-sizing: border-box
}
body {
    font-size: 17px;
    line-height: 21px;
    color: #000
}
hr {
    margin: 0 0 30px;
    border: none;
    background: #969696;
    height: 1px
}
a {
    color: #333;
    text-decoration: none
}
a:hover {
    color: #960900;
    text-decoration: underline
}
a:focus {
    outline: 0
}
img {
    max-width: 100%
}
.noBg {
    background: 0 0
}
.noBoder {
    border: none!important
}
.nopad {
    padding: 0!important
}
.nopadTop {
    padding-top: 0!important
}
.nopadBottom {
    padding-bottom: 0!important
}
.nopadLeft {
    padding-left: 0!important
}
.nopadRight {
    padding-right: 0!important
}
.nomargin {
    margin: 0!important
}
.nomarginBottom {
    margin-bottom: 0!important
}
.h1,
.h2,
.h3,
.h4,
.h5,
h1,
h2,
h3,
h4,
h5 {
    font-weight: 400;
    line-height: normal;
    color: #000
}
.h1,
h1 {
    font-size: 53px;
    font-weight: 700;
    line-height: 64px;
    color: #fff;
    margin: 37px 0 2px
}
.bluepanWrap h2,
.btn,
.modalArea .modal-header h3,
h1 span,
h2 {
    font-weight: 400
}
.blackBtn,
.greenBtn,
.orangeBtn {
    font-weight: 700
}
h1 small {
    display: block;
    font-size: 17px;
    line-height: 16px;
    color: #fff;
    padding-bottom: 0;
    padding-left: 2px
}
.btn,
.help-block a {
    display: inline-block;
    color: #fff
}
h2 {
    font-size: 30px;
    line-height: 42px;
    margin-bottom: 34px
}
p {
    margin: 0 0 30px
}
.container {
    padding: 0 20px
}
@media (min-width: 1200px) {
    .container {
        width: 960px
    }
}
.btn {
    font-size: 22px;
    line-height: 26px;
    border-radius: 5px;
    border: none;
    text-transform: uppercase;
    padding: 19px 45px
}
.form-control:focus,
.form-input {
    border: 1px solid #bbb
}
.orangeBtn {
    background: #ff6f00;
    transition: none;
    margin-left: 15px;
    padding: 19px 47px
}
.orangeBtn:focus,
.orangeBtn:hover {
    background: #fda514
}
.greenBtn {
    background: #BBD610;
    transition: none;
    padding: 19px 48px
}
.greenBtn:focus,
.greenBtn:hover {
    background: #96d043
}
.blackBtn {
    padding: 22px 45px;
    font-size: 24px
}
.blackBtn,
.blackBtn:focus,
.blackBtn:hover {
    background: #000
}
.help-block {
    font-size: 13px;
    line-height: 18px;
    color: #fff
}
.form-input {
    height: 43px;
    font-size: 15px;
    color: #525252;
    padding: 9px 10px 10px;
    box-shadow: none
}
.form-group.has-error {
    position: relative
}
.has-error .bootstrap-select>.dropdown-toggle,
.has-error .form-control,
.has-error .input-group {
    border: 1px solid #d13531!important;
    outline: 0;
    box-shadow: none;
    color: #000
}
.has-error .input-group .form-control {
    border-color: transparent;
    outline: 0;
    box-shadow: none;
    color: #000
}
.modal-body .form-control::-webkit-input-placeholder {
    color: #000
}
.modal-body .form-control:-moz-placeholder {
    color: #000
}
.modal-body .form-control::-moz-placeholder {
    color: #000
}
.modal-body .form-control:-ms-input-placeholder {
    color: #000
}
.email-form-messagebox-wrapper {
    display: none;
    background: #ffe9e9;
    border: 1px solid #e22828;
    border-radius: 5px;
    margin-top: 0;
    position: absolute;
    left: -70%;
    top: 0;
    width: 242px;
    z-index: 997
}
.arrow,
.overlay,
.overlayArea {
    left: 0;
    right: 0
}
#msform2 .email-form-messagebox-wrapper {
    display: none
}
.modal-dialog,
.modal:before {
    display: inline-block;
    vertical-align: middle
}
.email-form-messagebox-header {
    background-color: #e12627;
    color: #fff;
    padding: 2px 10px;
    font-size: 13px;
    text-align: left
}
.email-form-messagebox {
    background-color: #ffe9e9;
    border-radius: 0 0 5px 5px;
    color: #e12627;
    padding: 10px;
    text-align: left
}
.email-form-messagebox .help-block {
    font-size: 14px;
    color: #e12627;
    margin: 0 0 2px
}
.modal {
    text-align: center;
    padding: 0!important
}
.modal:before {
    content: '';
    height: 100%;
    margin-right: -4px
}
.modal-dialog {
    text-align: left
}
@media (max-width: 980px) {
    .modal:before {
        vertical-align: top
    }
}
.logopan {
    height: 81px;
    margin-left: 6px
}
.logopan img {
    height: 100%
}
.banWrap {
    background: url(../images/3844018-0-business-691598-1280.jpg) 0 50% no-repeat;
    background-size: cover;
    position: relative;
    padding-bottom: 25px
}
.overlayArea {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    background: rgba(62, 152, 212, 0.83);
}
.banBlock {
    position: relative;
    z-index: 2
}
.banBlock p {
    font-size: 17px;
    line-height: 24px;
    color: #fff;
    margin-bottom: 0;
    margin-right: 30px;
    margin-left: 4px
}
.banImg {
    margin-top: -43px;
    height: 237px;
    margin-left: 16px
}
@media (max-width: 991px) {
    .banBlock {
        text-align: center
    }
    .banImg {
        margin-top: 0
    }
    .btn {
        padding: 20px;
        font-size: 20px
    }
}
@media (max-width: 640px) {
    h1 {
        font-size: 40px;
        line-height: 50px
    }
    .banBlock p {
        margin-right: 0
    }
}
@media (min-width: 480px) {
    h1 {
        font-size: 53px;
        line-height: 64px
    }
}
@media (max-width: 380px) {
    .banImg {
        height: auto
    }
}
.modalArea {
    padding-left: 0
}
.modalArea .modal-dialog {
    width: 700px;
    margin-top: 30px;
    background: url(../images/6104203-0-ryanteaching-grey.jpg) 50% 0 no-repeat;
    background-size: cover
}
.modalArea .modal-content {
    border-radius: 0;
    background: rgba(57, 189, 101, 1)
}
.modalArea .close {
    margin-right: -30px;
    margin-top: -30px;
    opacity: 1
}
.modalArea .modal-header {
    border: none
}
.modalArea .modal-header h3 {
    font-size: 26px;
    text-align: center;
    line-height: 36px;
    color: #fff;
    padding-top: 20px
}
.listitem,
.testimonialWrap p {
    text-align: left
}
.testimonialWrap p {
    margin: 0 0 20px 7px;
    line-height: 20px
}
.testimonialWrap .col-md-7 {
    margin-top: 10px
}
.modalArea .help-text {
    font-size: 11px;
    line-height: 15px;
    text-align: left;
    color: #fff
}
.modalArea .form-control {
    border: 1px solid #555;
    color: #000
}
.modalArea .btn {
    font-size: 20px
}
.formRight .form-horizontal .form-group {
    margin-left: 0;
    margin-right: 0
}
.formRight .form-horizontal .btn {
    padding: 19px 40px
}
@media (max-width: 992px) {
    .modalArea .modal-dialog {
        width: 93%
    }
}
@media (max-width: 640px) {
    .btn,
    .modalArea .btn {
        font-size: 17px;
        padding: 20px
    }
}
.bluepanWrap {
    background: #f3f9ff;
    border-bottom: #f0f0f0 solid 1px;
    padding: 0 0 30px
}
.bluepanWrap .container h2 {
    line-height: 46px;
    padding-left: 20px;
    margin-bottom: 30px
}
.listitem {
    font-size: 17px;
    line-height: 24px;
    color: #000
}
.listsArea .listitem:nth-child(2),
.listsArea .listitem:nth-child(4) {
    padding-right: 0
}
.listsArea .listitem:nth-child(2) .listIcon,
.listsArea .listitem:nth-child(4) .listIcon {
    margin-right: 18px;
    margin-left: 25px
}
.listsArea .listitem:nth-child(2n+1) {
    clear: both
}
.listIcon {
    width: 50px;
    height: 50px;
    float: left;
    margin-right: 10px
}
.listIcon img {
    height: 100%
}
.listitem p {
    padding-right: 7%;
    color: #545454
}
.listsArea .listitem:nth-child(3) p,
.listsArea .listitem:nth-child(4) p {
    margin-bottom: 26px
}
@media (max-width: 640px) {
    .listsArea .listitem:nth-child(2) .listIcon,
    .listsArea .listitem:nth-child(4) .listIcon {
        margin-right: 10px;
        margin-left: 0
    }
}
@media (max-width: 767px) {
    .listsArea .listitem:nth-child(2) .listIcon,
    .listsArea .listitem:nth-child(4) .listIcon {
        margin-right: 10px;
        margin-left: 0
    }
}
@media (max-width: 768px) {
    .listitem p {
        padding-right: 0
    }
}
.testimonialWrap {
    padding: 50px 0 62px;
    position: relative
}
.testimonialWrap .col-md-4 {
    width: 30%
}
.arrow {
    width: 209px;
    height: 47px;
    background: url(../images/3908682-0-shape.png) no-repeat;
    position: absolute;
    bottom: -43px;
    margin: 0 auto;
    z-index: 9
}
.personImg {
    height: 162px;
    float: right;
    margin-right: -8px;
    margin-top: -1px
}
.worsheetWrap .help-text,
.worsheetWrap .help-text a {
    font-size: 13px;
    font-weight: 400;
    text-align: center;
    color: #fff
}
@media (max-width: 991px) {
    .personImg {
        float: left;
        margin-right: 10px
    }
}
@media (max-width: 640px) {
    .personImg {
        float: none;
        display: block;
        margin: 0 auto
    }
    .testimonialWrap .col-md-4 {
        width: 100%
    }
    .testimonialWrap {
        padding: 25px 0 20px
    }
}
.worsheetWrap {
    background-image: url(../images/3754946-0-picjumbo.com-HNCK780.jpg);
    background-color: #39bd65;
    background-repeat: repeat;
    background-position: top left;
    position: relative;
    padding: 40px 0 15px
}
.worsheetWrap .btn[disabled] {
    cursor: pointer
}
.overlay {
    background: rgba(158, 75, 57, 1);
    position: absolute;
    top: 0;
    bottom: 0
}
.worsheetWrap h2 {
    color: #fff;
    margin-top: 3px;
    margin-bottom: 27px;
    font-weight: 700
}
.worsheetWrap .help-text {
    line-height: 18px;
    margin: 25px 50px 0 15px
}
.ftFormArea {
    position: relative
}
.ftFormArea .form-group {
    margin-right: 90px;
    margin-left: 55px;
    margin-bottom: 16px
}
.ftFormArea .email-form-messagebox-wrapper {
    background: #ffe9e9;
    border: 1px solid #e22828;
    border-radius: 5px;
    margin-top: 0;
    position: absolute;
    right: -40%;
    left: auto;
    top: 0;
    width: 242px;
    z-index: 997
}
@media (max-width: 991px) {
    .ftFormArea .form-group {
        margin-right: 15%;
        margin-left: 15%
    }
    .worsheetWrap .help-text {
        margin: 25px 15px 0
    }
    .blackBtn {
        margin-right: 0
    }
}
@media (max-width: 480px) {
    .ftFormArea .form-group {
        margin-right: 0;
        margin-left: 0
    }
}
footer{
  padding: 10px 0;
}
.logopan {
    height: 81px;
}
.logopan img {
    height: 100%;
}
.overlayArea {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    background: rgba(33, 64, 84, 1)
}
.banBlock {
    position: relative;
    z-index: 2
}
.banBlock p {
    font-size: 17px;
    line-height: 24px;
    color: #fff;
    margin-bottom: 0;
    margin-right: 30px
}
.banImg {
    margin-top: -43px;
    height: 237px
}
@media (max-width: 991px) {
    .banBlock {
        text-align: center
    }
    .banImg {
        margin-top: 0
    }
    .btn {
        padding: 20px;
        font-size: 20px
    }
}
@media (max-width: 640px) {
    h1 {
        font-size: 40px;
        line-height: 50px
    }
}