html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
body {
    margin: 0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block;
}
audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
[hidden], template {
    display:none;
}
a {
    background-color: transparent;
}
a:active, a:hover {
    outline: 0;
}
abbr[title] {
    border-bottom: 1px dotted;
}
b, strong {
    font-weight: bold;
}
dfn {
    font-style: italic;
}
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
mark {
    background: #ff0;
    color: #000;
}
small {
    font-size: 80%;
}
sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
img {
    border: 0;
}
svg:not(:root) {
    overflow: hidden;
}
figure {
    margin: 1em 40px;
}
hr {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}
pre {
    overflow: auto;
}
code, kbd, pre, samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}
button {
    overflow: visible;
}
button, select {
    text-transform: none;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}
button[disabled], html input[disabled] {
    cursor: default;
}
button::-moz-focus-inner, input::-moz-focus-inner {
    border:0;
    padding:0;
}
input {
    line-height: normal;
}
input[type="checkbox"], input[type="radio"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
    height:auto;
}
input[type="search"] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
    -webkit-appearance:none;
}
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}
legend {
    border: 0;
    padding: 0;
}
textarea {
    overflow: auto;
}
optgroup {
    font-weight: bold;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
td, th {
    padding: 0;
}
@media print {
    *, *:before, *:after {
        background: transparent !important;
        color: #000 !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }
    a, a:visited {
        text-decoration: underline;
    }
    a[href]:after {
        content: " (" attr(href) ")";
    }
    abbr[title]:after {
        content: " (" attr(title) ")";
    }
    a[href^="#"]:after, a[href^="javascript:"]:after {
        content: "";
    }
    pre, blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }
    thead {
        display: table-header-group;
    }
    tr, img {
        page-break-inside: avoid;
    }
    img {
        max-width: 100% !important;
    }
    p, h2, h3 {
        orphans: 3;
        widows: 3;
    }
    h2, h3 {
        page-break-after: avoid;
    }
    .navbar {
        display: none;
    }
    .btn > .caret, .dropup > .btn > .caret {
        border-top-color: #000 !important;
    }
    .label {
        border: 1px solid #000;
    }
    .table {
        border-collapse: collapse !important;
    }
    .table td, .table th {
        background-color: #fff !important;
    }
    .table-bordered th, .table-bordered td {
        border: 1px solid #ddd !important;
    }
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
*:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
html {
    font-size: 10px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333333;
    background-color: #ffffff;
}
input, button, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
a {
    color: #337ab7;
    text-decoration: none;
}
a:hover {
    color: #23527c;
    text-decoration: underline;
}
a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
figure {
    margin: 0;
}
img {
    vertical-align: middle;
}
.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}
.img-rounded {
    border-radius: 6px;
}
.img-thumbnail {
    padding: 4px;
    line-height: 1.42857143;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 4px;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto;
}
.img-circle {
    border-radius: 50%;
}
hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eeeeee;
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}
[role="button"] {
    cursor:pointer;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small, .h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small, h1 .small, h2 .small, h3 .small, h4 .small, h5 .small, h6 .small, .h1 .small, .h2 .small, .h3 .small, .h4 .small, .h5 .small, .h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #777777;
}
h1, .h1, h2, .h2, h3, .h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}
h1 small, .h1 small, h2 small, .h2 small, h3 small, .h3 small, h1 .small, .h1 .small, h2 .small, .h2 .small, h3 .small, .h3 .small {
    font-size: 65%;
}
h4, .h4, h5, .h5, h6, .h6 {
    margin-top: 10px;
    margin-bottom: 10px;
}
h4 small, .h4 small, h5 small, .h5 small, h6 small, .h6 small, h4 .small, .h4 .small, h5 .small, .h5 .small, h6 .small, .h6 .small {
    font-size: 75%;
}
h1, .h1 {
    font-size: 36px;
}
h2, .h2 {
    font-size: 30px;
}
h3, .h3 {
    font-size: 24px;
}
h4, .h4 {
    font-size: 18px;
}
h5, .h5 {
    font-size: 14px;
}
h6, .h6 {
    font-size: 12px;
}
p {
    margin: 0 0 10px;
}
.lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4;
}
@media (min-width:768px) {
    .lead {
        font-size: 21px;
    }
}
small, .small {
    font-size: 85%;
}
mark, .mark {
    background-color: #fcf8e3;
    padding: .2em;
}
.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}
.text-center {
    text-align: center;
}
.text-justify {
    text-align: justify;
}
.text-nowrap {
    white-space: nowrap;
}
.text-lowercase {
    text-transform: lowercase;
}
.text-uppercase {
    text-transform: uppercase;
}
.text-capitalize {
    text-transform: capitalize;
}
.text-muted {
    color: #777777;
}
.text-primary {
    color: #337ab7;
}
a.text-primary:hover, a.text-primary:focus {
    color: #286090;
}
.text-success {
    color: #3c763d;
}
a.text-success:hover, a.text-success:focus {
    color: #2b542c;
}
.text-info {
    color: #31708f;
}
a.text-info:hover, a.text-info:focus {
    color: #245269;
}
.text-warning {
    color: #8a6d3b;
}
a.text-warning:hover, a.text-warning:focus {
    color: #66512c;
}
.text-danger {
    color: #a94442;
}
a.text-danger:hover, a.text-danger:focus {
    color: #843534;
}
.bg-primary {
    color: #fff;
    background-color: #337ab7;
}
a.bg-primary:hover, a.bg-primary:focus {
    background-color: #286090;
}
.bg-success {
    background-color: #dff0d8;
}
a.bg-success:hover, a.bg-success:focus {
    background-color: #c1e2b3;
}
.bg-info {
    background-color: #d9edf7;
}
a.bg-info:hover, a.bg-info:focus {
    background-color: #afd9ee;
}
.bg-warning {
    background-color: #fcf8e3;
}
a.bg-warning:hover, a.bg-warning:focus {
    background-color: #f7ecb5;
}
.bg-danger {
    background-color: #f2dede;
}
a.bg-danger:hover, a.bg-danger:focus {
    background-color: #e4b9b9;
}
.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eeeeee;
}
ul, ol {
    margin-top: 0;
    margin-bottom: 10px;
}
ul ul, ol ul, ul ol, ol ol {
    margin-bottom: 0;
}
.list-unstyled {
    padding-left: 0;
    list-style: none;
}
.list-inline {
    padding-left: 0;
    list-style: none;
    margin-left: -5px;
}
.list-inline > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
}
dl {
    margin-top: 0;
    margin-bottom: 20px;
}
dt, dd {
    line-height: 1.42857143;
}
dt {
    font-weight: bold;
}
dd {
    margin-left: 0;
}
@media (min-width:768px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        clear: left;
        text-align: right;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .dl-horizontal dd {
        margin-left: 180px;
    }
}
abbr[title], abbr[data-original-title] {
    cursor: help;
    border-bottom: 1px dotted #777777;
}
.initialism {
    font-size: 90%;
    text-transform: uppercase;
}
blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eeeeee;
}
blockquote p:last-child, blockquote ul:last-child, blockquote ol:last-child {
    margin-bottom: 0;
}
blockquote footer, blockquote small, blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.42857143;
    color: #777777;
}
blockquote footer:before, blockquote small:before, blockquote .small:before {
    content: '\2014 \00A0';
}
.blockquote-reverse, blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    border-right: 5px solid #eeeeee;
    border-left: 0;
    text-align: right;
}
.blockquote-reverse footer:before, blockquote.pull-right footer:before, .blockquote-reverse small:before, blockquote.pull-right small:before, .blockquote-reverse .small:before, blockquote.pull-right .small:before {
    content: '';
}
.blockquote-reverse footer:after, blockquote.pull-right footer:after, .blockquote-reverse small:after, blockquote.pull-right small:after, .blockquote-reverse .small:after, blockquote.pull-right .small:after {
    content: '\00A0 \2014';
}
address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.42857143;
}
.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}
@media (min-width:768px) {
    .container {
        width: 750px;
    }
}
@media (min-width:992px) {
    .container {
        width: 970px;
    }
}
@media (min-width:1200px) {
    .container {
        width: 1170px;
    }
}
.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}
.row {
    margin-left: -15px;
    margin-right: -15px;
}
.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-12 {
    width: 100%;
}
.col-xs-11 {
    width: 91.66666667%;
}
.col-xs-10 {
    width: 83.33333333%;
}
.col-xs-9 {
    width: 75%;
}
.col-xs-8 {
    width: 66.66666667%;
}
.col-xs-7 {
    width: 58.33333333%;
}
.col-xs-6 {
    width: 50%;
}
.col-xs-5 {
    width: 41.66666667%;
}
.col-xs-4 {
    width: 33.33333333%;
}
.col-xs-3 {
    width: 25%;
}
.col-xs-2 {
    width: 16.66666667%;
}
.col-xs-1 {
    width: 8.33333333%;
}
.col-xs-pull-12 {
    right: 100%;
}
.col-xs-pull-11 {
    right: 91.66666667%;
}
.col-xs-pull-10 {
    right: 83.33333333%;
}
.col-xs-pull-9 {
    right: 75%;
}
.col-xs-pull-8 {
    right: 66.66666667%;
}
.col-xs-pull-7 {
    right: 58.33333333%;
}
.col-xs-pull-6 {
    right: 50%;
}
.col-xs-pull-5 {
    right: 41.66666667%;
}
.col-xs-pull-4 {
    right: 33.33333333%;
}
.col-xs-pull-3 {
    right: 25%;
}
.col-xs-pull-2 {
    right: 16.66666667%;
}
.col-xs-pull-1 {
    right: 8.33333333%;
}
.col-xs-pull-0 {
    right: auto;
}
.col-xs-push-12 {
    left: 100%;
}
.col-xs-push-11 {
    left: 91.66666667%;
}
.col-xs-push-10 {
    left: 83.33333333%;
}
.col-xs-push-9 {
    left: 75%;
}
.col-xs-push-8 {
    left: 66.66666667%;
}
.col-xs-push-7 {
    left: 58.33333333%;
}
.col-xs-push-6 {
    left: 50%;
}
.col-xs-push-5 {
    left: 41.66666667%;
}
.col-xs-push-4 {
    left: 33.33333333%;
}
.col-xs-push-3 {
    left: 25%;
}
.col-xs-push-2 {
    left: 16.66666667%;
}
.col-xs-push-1 {
    left: 8.33333333%;
}
.col-xs-push-0 {
    left: auto;
}
.col-xs-offset-12 {
    margin-left: 100%;
}
.col-xs-offset-11 {
    margin-left: 91.66666667%;
}
.col-xs-offset-10 {
    margin-left: 83.33333333%;
}
.col-xs-offset-9 {
    margin-left: 75%;
}
.col-xs-offset-8 {
    margin-left: 66.66666667%;
}
.col-xs-offset-7 {
    margin-left: 58.33333333%;
}
.col-xs-offset-6 {
    margin-left: 50%;
}
.col-xs-offset-5 {
    margin-left: 41.66666667%;
}
.col-xs-offset-4 {
    margin-left: 33.33333333%;
}
.col-xs-offset-3 {
    margin-left: 25%;
}
.col-xs-offset-2 {
    margin-left: 16.66666667%;
}
.col-xs-offset-1 {
    margin-left: 8.33333333%;
}
.col-xs-offset-0 {
    margin-left: 0%;
}
@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-12 {
        width: 100%;
    }
    .col-sm-11 {
        width: 91.66666667%;
    }
    .col-sm-10 {
        width: 83.33333333%;
    }
    .col-sm-9 {
        width: 75%;
    }
    .col-sm-8 {
        width: 66.66666667%;
    }
    .col-sm-7 {
        width: 58.33333333%;
    }
    .col-sm-6 {
        width: 50%;
    }
    .col-sm-5 {
        width: 41.66666667%;
    }
    .col-sm-4 {
        width: 33.33333333%;
    }
    .col-sm-3 {
        width: 25%;
    }
    .col-sm-2 {
        width: 16.66666667%;
    }
    .col-sm-1 {
        width: 8.33333333%;
    }
    .col-sm-pull-12 {
        right: 100%;
    }
    .col-sm-pull-11 {
        right: 91.66666667%;
    }
    .col-sm-pull-10 {
        right: 83.33333333%;
    }
    .col-sm-pull-9 {
        right: 75%;
    }
    .col-sm-pull-8 {
        right: 66.66666667%;
    }
    .col-sm-pull-7 {
        right: 58.33333333%;
    }
    .col-sm-pull-6 {
        right: 50%;
    }
    .col-sm-pull-5 {
        right: 41.66666667%;
    }
    .col-sm-pull-4 {
        right: 33.33333333%;
    }
    .col-sm-pull-3 {
        right: 25%;
    }
    .col-sm-pull-2 {
        right: 16.66666667%;
    }
    .col-sm-pull-1 {
        right: 8.33333333%;
    }
    .col-sm-pull-0 {
        right: auto;
    }
    .col-sm-push-12 {
        left: 100%;
    }
    .col-sm-push-11 {
        left: 91.66666667%;
    }
    .col-sm-push-10 {
        left: 83.33333333%;
    }
    .col-sm-push-9 {
        left: 75%;
    }
    .col-sm-push-8 {
        left: 66.66666667%;
    }
    .col-sm-push-7 {
        left: 58.33333333%;
    }
    .col-sm-push-6 {
        left: 50%;
    }
    .col-sm-push-5 {
        left: 41.66666667%;
    }
    .col-sm-push-4 {
        left: 33.33333333%;
    }
    .col-sm-push-3 {
        left: 25%;
    }
    .col-sm-push-2 {
        left: 16.66666667%;
    }
    .col-sm-push-1 {
        left: 8.33333333%;
    }
    .col-sm-push-0 {
        left: auto;
    }
    .col-sm-offset-12 {
        margin-left: 100%;
    }
    .col-sm-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-sm-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-sm-offset-9 {
        margin-left: 75%;
    }
    .col-sm-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-sm-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-sm-offset-6 {
        margin-left: 50%;
    }
    .col-sm-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-sm-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-sm-offset-3 {
        margin-left: 25%;
    }
    .col-sm-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-sm-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-sm-offset-0 {
        margin-left: 0%;
    }
}
@media (min-width:992px) {
    .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-12 {
        width: 100%;
    }
    .col-md-11 {
        width: 91.66666667%;
    }
    .col-md-10 {
        width: 83.33333333%;
    }
    .col-md-9 {
        width: 75%;
    }
    .col-md-8 {
        width: 66.66666667%;
    }
    .col-md-7 {
        width: 58.33333333%;
    }
    .col-md-6 {
        width: 50%;
    }
    .col-md-5 {
        width: 41.66666667%;
    }
    .col-md-4 {
        width: 33.33333333%;
    }
    .col-md-3 {
        width: 25%;
    }
    .col-md-2 {
        width: 16.66666667%;
    }
    .col-md-1 {
        width: 8.33333333%;
    }
    .col-md-pull-12 {
        right: 100%;
    }
    .col-md-pull-11 {
        right: 91.66666667%;
    }
    .col-md-pull-10 {
        right: 83.33333333%;
    }
    .col-md-pull-9 {
        right: 75%;
    }
    .col-md-pull-8 {
        right: 66.66666667%;
    }
    .col-md-pull-7 {
        right: 58.33333333%;
    }
    .col-md-pull-6 {
        right: 50%;
    }
    .col-md-pull-5 {
        right: 41.66666667%;
    }
    .col-md-pull-4 {
        right: 33.33333333%;
    }
    .col-md-pull-3 {
        right: 25%;
    }
    .col-md-pull-2 {
        right: 16.66666667%;
    }
    .col-md-pull-1 {
        right: 8.33333333%;
    }
    .col-md-pull-0 {
        right: auto;
    }
    .col-md-push-12 {
        left: 100%;
    }
    .col-md-push-11 {
        left: 91.66666667%;
    }
    .col-md-push-10 {
        left: 83.33333333%;
    }
    .col-md-push-9 {
        left: 75%;
    }
    .col-md-push-8 {
        left: 66.66666667%;
    }
    .col-md-push-7 {
        left: 58.33333333%;
    }
    .col-md-push-6 {
        left: 50%;
    }
    .col-md-push-5 {
        left: 41.66666667%;
    }
    .col-md-push-4 {
        left: 33.33333333%;
    }
    .col-md-push-3 {
        left: 25%;
    }
    .col-md-push-2 {
        left: 16.66666667%;
    }
    .col-md-push-1 {
        left: 8.33333333%;
    }
    .col-md-push-0 {
        left: auto;
    }
    .col-md-offset-12 {
        margin-left: 100%;
    }
    .col-md-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-md-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-md-offset-9 {
        margin-left: 75%;
    }
    .col-md-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-md-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-md-offset-6 {
        margin-left: 50%;
    }
    .col-md-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-md-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-md-offset-3 {
        margin-left: 25%;
    }
    .col-md-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-md-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-md-offset-0 {
        margin-left: 0%;
    }
}
@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-12 {
        width: 100%;
    }
    .col-lg-11 {
        width: 91.66666667%;
    }
    .col-lg-10 {
        width: 83.33333333%;
    }
    .col-lg-9 {
        width: 75%;
    }
    .col-lg-8 {
        width: 66.66666667%;
    }
    .col-lg-7 {
        width: 58.33333333%;
    }
    .col-lg-6 {
        width: 50%;
    }
    .col-lg-5 {
        width: 41.66666667%;
    }
    .col-lg-4 {
        width: 33.33333333%;
    }
    .col-lg-3 {
        width: 25%;
    }
    .col-lg-2 {
        width: 16.66666667%;
    }
    .col-lg-1 {
        width: 8.33333333%;
    }
    .col-lg-pull-12 {
        right: 100%;
    }
    .col-lg-pull-11 {
        right: 91.66666667%;
    }
    .col-lg-pull-10 {
        right: 83.33333333%;
    }
    .col-lg-pull-9 {
        right: 75%;
    }
    .col-lg-pull-8 {
        right: 66.66666667%;
    }
    .col-lg-pull-7 {
        right: 58.33333333%;
    }
    .col-lg-pull-6 {
        right: 50%;
    }
    .col-lg-pull-5 {
        right: 41.66666667%;
    }
    .col-lg-pull-4 {
        right: 33.33333333%;
    }
    .col-lg-pull-3 {
        right: 25%;
    }
    .col-lg-pull-2 {
        right: 16.66666667%;
    }
    .col-lg-pull-1 {
        right: 8.33333333%;
    }
    .col-lg-pull-0 {
        right: auto;
    }
    .col-lg-push-12 {
        left: 100%;
    }
    .col-lg-push-11 {
        left: 91.66666667%;
    }
    .col-lg-push-10 {
        left: 83.33333333%;
    }
    .col-lg-push-9 {
        left: 75%;
    }
    .col-lg-push-8 {
        left: 66.66666667%;
    }
    .col-lg-push-7 {
        left: 58.33333333%;
    }
    .col-lg-push-6 {
        left: 50%;
    }
    .col-lg-push-5 {
        left: 41.66666667%;
    }
    .col-lg-push-4 {
        left: 33.33333333%;
    }
    .col-lg-push-3 {
        left: 25%;
    }
    .col-lg-push-2 {
        left: 16.66666667%;
    }
    .col-lg-push-1 {
        left: 8.33333333%;
    }
    .col-lg-push-0 {
        left: auto;
    }
    .col-lg-offset-12 {
        margin-left: 100%;
    }
    .col-lg-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-lg-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-lg-offset-9 {
        margin-left: 75%;
    }
    .col-lg-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-lg-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-lg-offset-6 {
        margin-left: 50%;
    }
    .col-lg-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-lg-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-lg-offset-3 {
        margin-left: 25%;
    }
    .col-lg-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-lg-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-lg-offset-0 {
        margin-left: 0%;
    }
}
.clearfix:before, .clearfix:after, .dl-horizontal dd:before, .dl-horizontal dd:after, .container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after {
    content: " ";
    display: table;
}
.clearfix:after, .dl-horizontal dd:after, .container:after, .container-fluid:after, .row:after {
    clear: both;
}
.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.pull-right {
    float: right !important;
}
.pull-left {
    float: left !important;
}
.hide {
    display: none !important;
}
.show {
    display: block !important;
}
.invisible {
    visibility: hidden;
}
.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}
.hidden {
    display: none !important;
}
.affix {
    position: fixed;
}
html {
    -webkit-font-smoothing: antialiased;
}
* {
    outline: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul, dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object, a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span, strong, sub, sup, tt, var, legend, fieldset, p, hr, iframe {
    margin: 0;
    padding: 0;
    border: none;
}
a, input, select, textarea {
    outline: none;
    margin: 0;
    padding: 0;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}
a {
    text-decoration: none;
    color: #333333;
}
a:focus, :focus, input:focus {
    outline: none;
}
img {
    max-width: 100%;
    vertical-align: middle;
    border: none;
    outline: none;
    max-height: 100%;
    border-radius: 0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
    margin: 0;
    padding: 0;
}
input, textarea, select, button {
    resize: none;
    border: 0;
    -webkit-border-radius: 0;
    -webkit-appearance: none;
    border-radius: 0;
}
select, input[type="submit"] {
    cursor: pointer
}
p {
    font-size: 14px;
    line-height: 20px;
}
table {
    border-collapse: separate;
    border-spacing: 0;
}
caption, th, td {
    font-weight: normal;
}
.clear {
    clear: both;
}
label.error {
    position: absolute;
    right: 0px;
    top: -20px;
    width: auto;
    height: auto;
    margin: 0;
    line-height: normal;
    font: 11px/11px arial;
    background: #fb0101;
    padding: 5px 5px 4px;
    color: #ffffff;
    display: none;
}
label.error:after {
    border-color: #fb0101 transparent transparent;
    border-image: none;
    border-right: 6px solid transparent;
    border-style: solid;
    border-width: 6px;
    content: " ";
    height: 0;
    left: 20px;
    margin-left: -10px;
    position: absolute;
    top: 100%;
    width: 0;
}
.trans {
    transition: 500ms all;
    -webkit-transition: 500ms all;
    -moz-transition: 500ms all;
    -ms-transition: 500ms all;
}
select option {
    padding: 0 10px;
}
.star {
    position: relative;
}
.star:after {
    position: absolute;
    left: 8px;
    top: 9px;
    content: "*";
    color: #ff0000;
    font: 300 14px/16px 'Titillium Web', sans-serif;
}
.absoImg {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
body {
    font-family: 'Roboto Slab', serif;
    font-size: 14px;
    color: #000000;
    line-height: 16px;
    background: #f7f7f7;
}
::-webkit-input-placeholder {
    color:#fff;
}
:-moz-placeholder {
    color:#fff;
    opacity:1;
}
::-moz-placeholder {
    color:#fff;
    opacity:1;
}
:-ms-input-placeholder {
    color:#fff;
}
ul {
    margin: 0;
    padding: 0;
}
li {
    margin: 0;
    padding: 0;
    list-style: none;
}
.mview {
    display: none;
}
.blank {
    position: relative;
}
select {
    -webkit-appearance: none;
    appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    -ms-appearance: none;
}
.wrapper {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    position: relative;
}
.section_title {
    font-size: 36px;
    line-height: 36px;
    font-weight: 300;
    color: #414141;
}
.section_title strong {
    font-weight: 700;
}
.sky_btn {
    background: #428cdc;
    height: 48px;
    line-height: 48px;
    text-align: center;
    display: inline-block;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-bottom: 3px solid #3169a5;
    transition: 500ms all;
    -webkit-transition: 500ms all;
    -moz-transition: 500ms all;
    -ms-transition: 500ms all;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    text-transform: capitalize;
}
.sky_btn span {
    display: inline-block;
    position: relative;
    padding-right: 25px;
}
.sky_btn span:after {
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: url('../../images/newimg/sprit.png') no-repeat -27px -35px;
    width: 16px;
    height: 8px;
    transition: 500ms all;
    -webkit-transition: 500ms all;
    -moz-transition: 500ms all;
    -ms-transition: 500ms all;
}
.orange_btn {
    background: #e97704;
    height: 48px;
    line-height: 48px;
    text-align: center;
    display: inline-block;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-bottom: 3px solid #cb6703;
    transition: 500ms all;
    -webkit-transition: 500ms all;
    -moz-transition: 500ms all;
    -ms-transition: 500ms all;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    text-transform: capitalize;
}
.image_under_btn .sky_btn {
    line-height: 16px;
    margin-top:10px;
    font-size:13px;
    padding:0px 18px;
}
.orange_btn span {
    display: inline-block;
    position: relative;
    padding-right: 25px;
}
.orange_btn span:after {
    position: absolute;
    content: "";
    right: 0;
    top: 4px;
    bottom: 0;
    margin: auto;
    background: url('../../images/newimg/sprit.png') no-repeat -27px -35px;
    width: 16px;
    height: 8px;
    transition: 500ms all;
    -webkit-transition: 500ms all;
    -moz-transition: 500ms all;
    -ms-transition: 500ms all;
}
.gray_btn {
    background: #ffffff;
    height: 48px;
    line-height: 48px;
    text-align: center;
    display: inline-block;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-bottom: 3px solid #cccccc;
    transition: 500ms all;
    -webkit-transition: 500ms all;
    -moz-transition: 500ms all;
    -ms-transition: 500ms all;
    color: #515151;
    text-decoration: none;
    font-size: 16px;
    text-transform: capitalize;
}
.gray_btn span {
    display: inline-block;
    position: relative;
    padding-right: 25px;
}
.gray_btn span:after {
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: url('../../images/newimg/sprit.png') no-repeat -26px -49px;
    width: 16px;
    height: 8px;
    transition: 500ms all;
    -webkit-transition: 500ms all;
    -moz-transition: 500ms all;
    -ms-transition: 500ms all;
}
.tran_skybtn {
    display: inline-block;
    border: 1px solid #428cdc;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    -webkit-border-radius: 3px;
    height: 46px;
    line-height: 44px;
    color: #428cdc;
    font-size: 16px;
}
.tran_skybtn span {
    display: inline-block;
    position: relative;
    padding-right: 25px;
    text-align: center;
}
.tran_skybtn span:after {
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: url('../../images/newimg/sprit.png') no-repeat -27px -78px;
    width: 16px;
    height: 8px;
    width: 16px;
    height: 8px;
    transition: 500ms all;
    -webkit-transition: 500ms all;
    -moz-transition: 500ms all;
    -ms-transition: 500ms all;
}
.top_header {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    background: #ffffff;
}
.inner_head {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    padding: 10px 0;
    padding-bottom: 0;
}
.logo {
    float: left;
    width: auto;
}
.nav {
    float: right;
    width: auto;
    margin-top:-20px;
}
.parent_nav {
    margin: 0 -15px;
}
.parent_nav > li {
    float: left;
    width: auto;
    padding: 0 15px;
    margin-top: 35px;
    position: relative;
    padding-bottom: 40px;
}
.parent_nav > li a {
    display: inline-block;
    width: auto;
    font-size: 18px;
    line-height: 18px;
    color: #000;
    font-weight: 300;
    text-decoration: none;
}
.parent_nav > li:after{
    content: "";
    position: absolute;
    width: 1px;
    height: 16px;
    background: #000;
    right: 0;
    top: 2px;
}
.parent_nav > li:last-child::after {
    display: none;
}
.parent_nav li.drpdwn > a {
    padding-right: 11px;
    position: relative;
}
.parent_nav li.drpdwn > a:after {
    position: absolute;
    content: "";
    right: 0;
    top: 9px;
    margin: auto;
    background: url('../../images/newimg/sprit.png') no-repeat -2px -7px;
    width: 7px;
    height: 4px;
    transition: 500ms all;
    -moz-transition: 500ms all;
    -ms-transition: 500ms all;
    -o-transition: 500ms all;
    -webkit-transition: 500ms all;
}
.parent_nav li.drpdwn.active > a {
    color: #1969ab;
}
.parent_nav li.drpdwn.active > a:after {
    background-position: -2px -1px;
}
.child_nav {
    width: 330px;
    background: #f5f5f5;
    position: absolute;
    top: 150px;
    right: -116px;
    z-index: 99;
    visibility: hidden;
    opacity: 0;
}
.parent_nav li.drpdwn:hover .child_nav {
    top: 60px;
    visibility: visible;
    opacity: 1;
}
.child_nav:after {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: -15px;
    margin: auto;
    background: url('../../images/newimg/sprit.png') no-repeat -24px 0;
    width: 34px;
    height: 16px;
}
.child_nav li {
    float: left;
    width: 100%;
}
.child_nav li a {
    display: inline-block;
    width: 100%;
    padding: 18px 10px 18px 55px;
    font-size: 16px;
    line-height: 16px;
    border-bottom: 1px solid #ededed;
    position: relative;
}
.child_nav li:first-child a {
    padding-top: 22px;
}
.child_nav li:last-child a {
    padding-bottom: 22px;
}
.child_nav li:last-child {
    border-bottom: 4px solid #c4c4c4;
}
.child_nav li a:after {
    position: absolute;
    left: 30px;
    top: 24px;
    content: "";
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #428cdc;
}
.child_nav li.active a {
    color: #1969ab;
}
.parent_nav > li.active > a {
    color: #1969ab;
}
.parent_nav li:last-child ul.child_nav {
    right: 0;
}
.parent_nav li:last-child ul.child_nav:after {
    left: inherit;
    right: 40px;
}
#main_header .col-md-12.col-xs-12 {
    position: static !important;
}
.home_banner {
    background: url('../../images/newimg/home_banner.jpg');
    background-size: cover;
    width: 1920px;
    height: 528px;
    background-repeat: no-repeat;
}
.home_banner {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    overflow: hidden;
}
.home_banner img {
    max-width: inherit;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    position: relative;
    left: 50%;
}
.banner_overtext {
    display: inline-block;
    position: relative;
    right: 428px;
    top: 230px;
}
.bover_text1 {
    font-size: 68px;
    text-transform: uppercase;
    font-weight: 700;
    color: #ffffff;
    line-height: 68px;
    background: rgba(233,119,4,0.8);
    padding: 5px 20px;
    padding-bottom: 6px;
    margin-bottom: 10px;
    display: inline-block;
    float: right;
    position: relative;
}
.bover_text1:after {
    background: url('../../images/newimg/sprit.png') no-repeat -354px -4px;
    width: 30px;
    height: 80px;
    position: absolute;
    left: -30px;
    top: 0;
    content: "";
}
.bover_text1 span {
    font-weight: 200;
}
.bover_text2 {
    font-size: 68px;
    text-transform: uppercase;
    font-weight: 700;
    color: #ffffff;
    line-height: 68px;
    background: rgba(18,18,18,0.8);
    padding: 5px 20px;
    padding-bottom: 6px;
    display: inline-block;
    float: right;
    position: relative;
}
.bover_text2:after {
    background: url('../../images/newimg/sprit.png') no-repeat -406px -4px;
    width: 31px;
    height: 80px;
    position: absolute;
    left: -31px;
    top: 0;
    content: "";
}
.bover_text2 span {
    font-weight: 100;
}
.form-findclg {
    float: left;
    width: 100%;
}
.find-form {
    display: inline-block;
    background: rgba(0,89,162,0.9);
    max-width: 428px;
    width: 100%;
    vertical-align: top;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    -border-radius: 3px;
    padding-left: 32px;
    padding-right: 32px;
    padding-top: 48px;
    float: right;
    margin-top: -463px;
    padding-bottom: 40px;
}
.main_findfrm {
    float: left;
    width: 100%;
}
.main_findfrm h1.title {
    font-size: 29px;
    line-height: 30px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    padding-bottom: 20px;
    border-bottom: 1px solid #e97704;
    margin-bottom: 40px;
}
.fnd_frm {
    float: left;
    width: 100%;
}
.fnd_frm li {
    float: left;
    width: 100%;
    margin-bottom: 10px;
}
.fnd_frm li select {
    width: 100%;
    height: 53px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    -webkit-border-radius: 3px;
    font-size: 16px;
    color: #565656;
    font-weight: 300;
    font-family: 'Montserrat', sans-serif;
    position: relative;
    -webkit-appearance: none;
    appearance: none;
}
.fnd_frm li input[type="text"] {
    width: 100%;
    height: 53px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    -webkit-border-radius: 3px;
    background: rgba(255,255,255,0.5);
    border: 1px solid #fff;
    color: #fff;
}
.fnd_frm li .sbmtbtn button {
    height: 69px;
    width: 100%;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-bottom: 4px solid #af5903;
    background: #e97704;
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    color: #fff;
    font-weight: 900;
    transition: 500ms all;
    -moz-transition: 500ms all;
    -ms-transition: 500ms all;
    -o-transition: 500ms all;
    -webkit-transition: 500ms all;
}
.fnd_frm li .sbmtbtn {
    float: left;
    width: 100%;
    position: relative;
}
.fnd_frm li .sbmtbtn button span:after {
    background-position: -27px -20px;
    width: 20px;
    height: 10px;
}
.fnd_frm li input[placeholder] {
    color: #ffffff;
}
.select_drp {
    float: left;
    width: 100%;
    position: relative;
}
.select_drp:after {
    content: "";
    background: url('../../images/newimg/sprit.png') no-repeat -1px -19px;
    width: 8px;
    height: 8px;
    right: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
}
.main_degreeA {
    float: left;
    width: 100%;
    background: #f5f5f5;
}
.inner_degreeA {
    float: left;
    width: 100%;
    padding-top: 54px;
}
.inner_degreeA h2.title {
    text-transform: uppercase;
    color: #414141;
    font-weight: 700;
    text-align: center;
    margin-bottom: 20px;
    font-size: 36px;
    line-height: 36px;
}
.inner_degreeA p.title_dsc {
    font-size: 16px;
    line-height: 30px;
    color: #565656;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    text-align: center;
    padding: 0 50px;
    margin-bottom: 25px;
}
.degreeA_block {
    float: left;
    width: 100%;
    background-color: #ffffff;
    padding-top: 50px;
    padding-bottom: 45px;
    position: relative;
}
.degreeA_block h3.title {
    text-align: center;
    font-size: 28px;
    line-height: 28px;
    color: #e97704;
    font-weight: 700;
    text-transform: uppercase;
    padding-bottom: 20px;
    border-bottom: 1px solid #eeeeee;
}
.inner_Ablock {
    float: left;
    width: 100%;
    padding: 0 40px;
    padding-top: 26px;
}
.inner_Ablock h4.label {
    text-align: center;
    font-size: 20px;
    line-height: 20px;
    color: #565656;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    margin-bottom: 40px;
}
.inner_Ablock li {
    float: left;
    width: 100%;
    padding: 15px 0;
    border-bottom: 1px solid #ebebeb;
}
.Deglevel .inner_Ablock li:first-child {
    padding-top: 0;
}
.Deglevel .inner_Ablock li:last-child {
    padding-bottom: 0;
    border-bottom: none;
}
.inner_Ablock li a {
    font-size: 16px;
    line-height: 16px;
    color: #565656;
    padding-left: 27px;
    position: relative;
    font-family: 'Montserrat', sans-serif;
    text-decoration: none;
    font-weight: 300;
    display: inline-block;
}
.Deglevel .inner_Ablock li.active a {
    color: #e97704;
}
.Deglevel .inner_Ablock li a:after {
    position: absolute;
    content: "";
    top: 5px;
    left: 0;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    -webkit-border-radius: 100%;
    display: inline-block;
    background: #e97704;
}
.Deglevel .degreeA_block {
    border-bottom: 3px solid #e97704;
}
.main_degreeA_block {
    padding-top: 78px;
    z-index: 9;
    position: relative;
    float: left;
    width: 100%;
}
.main_degreeA_block:after {
    position: absolute;
    content: "";
    width: 240px;
    height: 240px;
    display: inline-block;
    background: #fff;
    left: 0;
    right: 0;
    top: 0;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    -webkit-border-radius: 100%;
    margin: auto;
    z-index: -1;
}
.Deglevel .degreeA_block:after {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: -50px;
    margin: auto;
    background: url('../../images/newimg/sprit.png') no-repeat -71px -12px;
    width: 69px;
    height: 69px;
}
.main_degreeA {
    padding-bottom: 65px;
}
.Ssubject .inner_Ablock li a:after {
    position: absolute;
    content: "";
    top: 5px;
    left: 0;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    -webkit-border-radius: 100%;
    display: inline-block;
    background: #428cdc;
}
.Ssubject .inner_Ablock li.active a {
    color: #428cdc;
}
.Ssubject .inner_Ablock ul {
    margin: 0 -15px;
}
.Ssubject .inner_Ablock li {
    width: 50%;
    padding: 0 15px;
    border-bottom: none;
}
.Ssubject .inner_Ablock li .dlinks {
    float: left;
    width: 100%;
    padding: 15px 0;
    border-bottom: 1px solid #ebebeb;
}
.Ssubject .inner_Ablock h4.label {
    margin-bottom: 25px;
}
.Ssubject .degreeA_block {
    padding-bottom: 30px;
    border-bottom: 3px solid #428cdc;
}
.Ssubject .inner_Ablock {
    position: relative;
}
.Ssubject .inner_Ablock:after {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    height: 1px;
    background: #fff;
    bottom: 0;
}
.Ssubject .degreeA_block h3.title {
    color: #428cdc;
}
.Ssubject .degreeA_block:after {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: -50px;
    margin: auto;
    background: url('../../images/newimg/sprit.png') no-repeat -158px -10px;
    width: 103px;
    height: 64px;
}
.main_topsch {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    background: #fff;
}
.inner_topsch {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    padding-top: 50px;
    padding-bottom: 60px;
}
.inner_topsch .section_title {
    padding-bottom: 13px;
    border-bottom: 1px solid #e97704;
    margin-bottom: 30px;
}
.schl_box {
    margin: 0 -24px;
}
.schl_box .schl_img {
    float: left;
    width: 28%;
    padding: 0 24px;
    text-align: right;
}
.schl_box .schl_dscr {
    width: 72%;
    float: left;
    padding: 0 24px;
}
.schl_dscr p {
    font-size: 16px;
    line-height: 32px;
    color: #565656;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 10px;
    font-weight: 300;
}
.schl_dscr .sky_btn {
    max-width: 260px;
    width: 100%;
    text-transform: none;
    margin-top: 10px;
}
.find_schl {
    float: left;
    width: 100%;
    padding-bottom: 50px;
}
.find_schl .fs_title {
    float: left;
    width: 100%;
    padding: 0 20px;
    position: relative;
    margin-bottom: 22px;
}
.find_schl .fs_title:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    background: url('../../images/newimg/sprit.png') no-repeat -272px -8px;
    width: 23px;
    height: 84px;
    transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
}
.find_schl .fs_title:after {
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    background: url('../../images/newimg/sprit.png') no-repeat -272px -8px;
    width: 23px;
    height: 84px;
}
.find_schl .fs_title h2 {
    background: #e97704;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    text-align: center;
    padding: 24px 0;
    color: #fff;
}
.find_schl .fs_title h2 span {
    display: inline-block;
    position: relative;
    width: auto;
    padding: 0 240px;
}
.find_schl .fs_title h2 span:after {
    position: absolute;
    content: "";
    width: 220px;
    height: 1px;
    background: #f0a050;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.find_schl .fs_title h2 span:before {
    position: absolute;
    content: "";
    width: 220px;
    height: 1px;
    background: #f0a050;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.fs_logos li {
    float: left;
    width: 20%;
    border-left: 1px solid #ececec;
    border-bottom: 1px solid #ececec;
}
.fs_logos li a {
    display: block;
}
.fs_logos ul {
    position: relative;
    float: left;
    width: 100%;
}
.fs_logos ul:before {
    position: absolute;
    content: "";
    width: 1px;
    background: #fff;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.fs_logos ul:after {
    position: absolute;
    content: "";
    height: 1px;
    background: #fff;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.fs_logos li a .logo_box {
    position: relative;
    display: inline-block;
    width: 100%;
    overflow: hidden;
    text-align: center;
}
.Wbackclg {
    vertical-align: top;
    background: url('../../images/newimg/why-go-back-top-college-bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    padding-top: 60px;
    padding-bottom: 60px;
}
.Wbackclg .inner_Wbackclg {
    float: left;
    width: 100%;
}
.Wbackclg .inner_Wbackclg h2.section_title {
    text-align: center;
    color: #fff;
    padding-bottom: 25px;
    border-bottom: 1px solid #6399cf;
    margin-bottom: 30px;
}
.schls_list ul {
    margin: 0 -15px;
}
.schls_list li {
    float: left;
    width: 33.33%;
    padding: 0 15px;
    margin-bottom: 30px;
}
.schls_list li .schl_block {
    float: left;
    width: 100%;
    background: #fff;
    padding: 30px 30px 37px 30px;
    border-bottom: 4px solid #c4c4c4;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    -webkit-border-radius: 3px;
}
.schls_list li .schl_block h3.title {
    color: #428cdc;
    font-size: 30px;
    line-height: 36px;
    font-weight: 700;
    padding-bottom: 25px;
    border-bottom: 1px solid #ececec;
    margin-bottom: 30px;
    text-transform: capitalize;
}
.schls_list li .schl_block .grow_scal {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    text-align: left;
    padding-bottom: 30px;
    border-bottom: 1px solid #ececec;
    margin-bottom: 25px;
}
.schls_list li .schl_block .abt_schls p {
    color: #565656;
    font-size: 14px;
    line-height: 30px;
    text-align: left;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 30px;
}
.schls_list li .schl_block .more_btn {
    display: inline-block;
    width: 100%;
    vertical-align: top;
}
.schls_list li .schl_block .more_btn a {
    display: block;
    text-transform: uppercase;
}
.schls_list .search_btn {
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 10px;
}
.schls_list .search_btn a {
    max-width: 415px;
    width: 100%;
    display: inline-block;
    height: 77px;
    line-height: 77px;
    font-size: 24px;
    font-weight: 400;
    text-transform: uppercase;
}
.F_article {
    display: inline-block;
    width: 100%;
    vertical-align: top;
}
.inner_F_article {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    padding-top: 55px;
    padding-bottom: 30px;
}
.inner_F_article h2.section_title {
    padding-bottom: 15px;
    border-bottom: 1px solid #e97704;
    margin-bottom: 30px;
}
.article_list {
    float: left;
    width: 100%;
}
.article_list ul {
    margin: 0 -15px;
}
.article_list li {
    float: left;
    width: 33.33%;
    padding: 0 15px;
    margin-bottom: 30px;
}
.article_box {
    width: 100%;
    float: left;
    border: 1px solid #eaeaea;
    cursor: pointer;
}
.article_img {
    position: relative;
    width: 100%;
    float: left;
    text-align: center;
}
.articles {
    padding: 30px;
    padding-bottom: 85px;
    border-bottom: 3px solid #e5e5e5;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    position: relative;
    margin-bottom: -1px;
}
.articles h3.article_title {
    font-size: 20px;
    margin-bottom: 25px;
    line-height: 26px;
    color: #414141;
    text-align: left;
}
.articles h3.article_title a {
    color: #414141;
    text-decoration: none;
    transition: 500ms all;
    -moz-transition: 500ms all;
    -ms-transition: 500ms all;
    -o-transition: 500ms all;
    -webkit-transition: 500ms all;
}
.article_dcrs {
    display: inline-block;
    width: 100%;
    vertical-align: top;
}
.article_dcrs p {
    font-size: 16px;
    line-height: 30px;
    color: #565656;
    margin-bottom: 20px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
}
.article_btn {
    margin-top: 8px;
    float: left;
    left: 0;
    right: 0;
    width: 100%;
    position: absolute;
    bottom: 0;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 35px;
}
.article_btn a {
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-transform: capitalize;
}
.F_degree {
    float: left;
    width: 100%;
    background: url('../../images/newimg/find-degree-bg.jpg');
    background-size: cover;
    padding-top: 50px;
    padding-bottom: 60px;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
}
.F_degree h2.section_title {
    color: #fff;
    text-align: center;
    margin-bottom: 13px;
}
.F_degree p.Fdeg_dscr {
    font-size: 19px;
    line-height: 24px;
    font-weight: 300;
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    color: #fff;
    margin-bottom: 30px;
}
.F_degree .Fdeg_form ul {
    margin: 0 -10px;
}
.F_degree .Fdeg_form li {
    float: left;
    width: 25%;
    padding: 0 10px;
}
.F_degree .Fdeg_form li select {
    width: 100%;
    height: 48px;
    padding-left: 20px;
    padding-right: 35px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    -webkit-border-radius: 3px;
    font-size: 16px;
    color: #565656;
    font-weight: 300;
    font-family: 'Montserrat', sans-serif;
    position: relative;
    -webkit-appearance: none;
    appearance: none;
}
.F_degree .Fdeg_form li input[type="text"] {
    width: 100%;
    height: 48px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    -webkit-border-radius: 3px;
    background: rgba(255,255,255,0.5);
    border: 1px solid #fff;
    color: #fff;
}
.F_degree .Fdeg_form li input[type="submit"] {
    height: 69px;
    width: 100%;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-bottom: 4px solid #af5903;
    background: #e97704;
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    color: #fff;
    font-weight: 900;
    padding-right: 32px;
    transition: 500ms all;
    -moz-transition: 500ms all;
    -ms-transition: 500ms all;
    -o-transition: 500ms all;
    -webkit-transition: 500ms all;
}
.F_degree .Fdeg_form li .sbmtbtn {
    float: left;
    width: 100%;
    position: relative;
}
.F_degree .Fdeg_form li input[placeholder] {
    color: #ffffff;
}
.F_degree .Fdeg_form li .sky_btn {
    width: 100%;
}
.main_res {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    background: #fff;
    padding-top: 50px;
    padding-bottom: 30px;
}
.inner_res {
    display: inline-block;
    width: 100%;
    vertical-align: top;
}
.inner_res h2.section_title {
    text-align: left;
    padding-bottom: 20px;
    border-bottom: 1px solid #e97704;
    margin-bottom: 25px;
}
.inner_res h3.res_title {
    font-size: 24px;
    line-height: 28px;
    color: #428cdc;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 15px;
    margin-top: 10px;
}
.inner_res .res_nsw p {
    font-size: 16px;
    line-height: 32px;
    color: #565656;
    text-align: left;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    margin-bottom: 20px;
}
.H_find {
    float: left;
    width: 100%;
    background: url('../../images/newimg/Help-Find-Degree-bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 50px;
    padding-bottom: 40px;
    background-attachment: fixed;
    background-position: center;
}
.inner_Hfind {
    display: inline-block;
    width: 100%;
    vertical-align: top;
}
.inner_Hfind h2.section_title {
    color: #fff;
    margin-bottom: 15px;
    font-size: 50px;
}
.inner_Hfind p.help_dscr {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 10px;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
}
.help_btn {
    float: left;
    width: 100%;
    text-align: right;
    margin-top: 5px;
    padding-right: 40px;
}
.help_btn a {
    max-width: 336px;
    width: 100%;
    height: 70px;
    line-height: 70px;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 400;
}
.main_Fnear {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    background: #ffffff;
    padding-top: 50px;
    padding-bottom: 50px;
    background-image: url('../../images/newimg/map_bg.png');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
}
.main_Fnear .section_title {
    padding-bottom: 20px;
    border-bottom: 1px solid #e97704;
    margin-bottom: 30px;
}
.main_Fnear .near_loc ul {
    margin: 0 -10px;
}
.main_Fnear .near_loc li {
    float: left;
    width: 25%;
    padding: 0 10px;
    margin-bottom: 15px;
}
.main_Fnear .near_loc li a {
    font-size: 18px;
    line-height: 20px;
    color: #565656;
    font-family: 'Montserrat', sans-serif;
    padding-left: 28px;
    position: relative;
    font-weight: 300;
}
.main_Fnear .near_loc li a:before {
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -o-border-radius: 100%;
    -ms-border-radius: 100%;
    -webkit-border-radius: 100%;
    background: #428cdc;
    left: 0;
    top: 7px;
}
.main_footer {
    background: #565656;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    padding: 30px 0;
}
.main_footer .footer_about .f_logo {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 20px;
}
.main_footer .footer_about .f_logo a {
    display: block;
}
.main_footer .footer_about p {
    font-size: 12px;
    line-height: 26px;
    color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
}
.main_footer .footer_about {
    max-width: 441px;
    width: 100%;
    float: left;
    padding-right: 80px;
}
.main_footer .sub_block {
    max-width: 299px;
    width: 100%;
    float: left;
}
.main_footer .deg_block {
    max-width: 260px;
    width: 100%;
    float: left;
}
.main_footer .cor_block {
    max-width: 140px;
    width: 100%;
    float: left;
}
.main_footer .f_title {
    float: left;
    width: 100%;
    margin-top: 38px;
}
.main_footer .f_title h4 {
    font-size: 20px;
    line-height: 20px;
    text-transform: uppercase;
    color: #d2d2d2;
    font-weight: 700;
    margin-bottom: 32px;
}
.main_footer .f_cnt li {
    float: left;
    width: 100%;
    margin-bottom: 5px;
}
.main_footer .f_cnt li a {
    font-size: 16px;
    line-height: 30px;
    color: #aaaaaa;
    font-weight: 300;
    font-family: 'Montserrat', sans-serif;
    text-decoration: none;
    padding-left: 30px;
    position: relative;
    display: inline-block;
}
.main_footer .f_cnt li a:after {
    position: absolute;
    content: "";
    left: 0;
    top: 10px;
    background: url('../../images/newimg/sprit.png') no-repeat -26px -66px;
    width: 16px;
    height: 8px;
    transition: 500ms all;
    -moz-transition: 500ms all;
    -ms-transition: 500ms all;
    -o-transition: 500ms all;
    -webkit-transition: 500ms all;
}
.last_footer {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    background: #428cdc;
}
.inner_Lfooter {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    padding: 15px 0;
    padding-bottom: 12px;
}
.inner_Lfooter .left_barF {
    float: left;
    width: auto;
}
.inner_Lfooter .left_barF p {
    color: #fff;
    font-size: 12px;
    line-height: 14px;
    font-weight: 300;
    font-family: 'Montserrat', sans-serif;
}
.inner_Lfooter .left_barF p a {
    text-decoration: none;
    color: #fff;
}
.inner_Lfooter .Right_barF {
    float: right;
    width: auto;
}
.inner_Lfooter .Right_barF {
    margin-left: -11px;
    margin-right: -10px;
}
.inner_Lfooter .Right_barF li {
    float: left;
    width: auto;
    padding-left: 11px;
    position: relative;
    padding-right: 10px;
}
.inner_Lfooter .Right_barF li:last-child:after {
    display: none;
}
.inner_Lfooter .Right_barF li:after {
    content: "";
    position: absolute;
    width: 1px;
    height: 12px;
    background: #fff;
    right: 0;
    top: 4px;
}
.inner_Lfooter .Right_barF li a {
    color: #fff;
    text-decoration: none;
    font-size: 12px;
    line-height: 14px;
    font-weight: 300;
    font-family: 'Montserrat', sans-serif;
}
.menus-foo{
    display: inline-block;
    margin-bottom: 12px;
}
.menus-foo li {
    float: left;
    width: auto;
    padding-left: 11px;
    position: relative;
    padding-right: 10px;
}
.menus-foo li:last-child:after {
    display: none;
}
.menus-foo li:after {
    content: "";
    position: absolute;
    width: 1px;
    height: 12px;
    background: #fff;
    right: 0;
    top: 4px;
}
.menus-foo li a {
    color: #fff;
    text-decoration: none;
    font-size: 13px;
    line-height: 14px;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
}
.copy-lines p {
    color: #fff;
    font-size: 13px;
    line-height: 18px;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
}
.main_breadcum {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    background-color:#3D99CA;
    background-repeat: no-repeat;
    background-size: cover;
    border-bottom: 2px solid #e7e7e7;
}
.inner_breadcum {
    float: left;
    width: 100%;
    padding-top: 35px;
    padding-bottom: 33px;
}
h1.page_name {
    font-size: 30px;
    line-height: 30px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 14px;
}
.breadcum_list {
    margin-left: -7px;
    margin-right: -14px;
}
.breadcum_list li {
    float: left;
    width: auto;
    padding-right: 14px;
    padding-left: 7px;
    position: relative;
    text-transform: uppercase;
    color: #fff;
    line-height: 14px;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
}
.breadcum_list li:last-child {
    padding-right: 0;
}
.breadcum_list li:after {
    content: "/";
    position: absolute;
    right: 0;
    top: 0;
    font-size: 14px;
}
.breadcum_list li:last-child:after {
    display: none;
}
.breadcum_list li a {
    color: #fff;
    text-decoration: none;
}
.main_artdesign {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    padding-top: 35px;
    padding-bottom: 23px;
}
.inner_artdesing {
    display: inline-block;
    width: 100%;
    vertical-align: top;
}
.asidebar {
    margin: 0 -22px;
}
.Left_sidebar {
    width: 65%;
    float: left;
    padding: 0 22px;
}
.Right_sidebar {
    width: 35%;
    padding: 0 22px;
    float: left;
}
.ArtDes_dscr {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    padding-bottom: 44px;
}
.ArtDes_abt {
    display: inline-block;
    width: 100%;
    vertical-align: top;
}
.ArtDes_abt h2.ArtDes_title {
    text-align: left;
    padding-bottom: 16px;
    border-bottom: 1px solid #eb841d;
    color: #565656;
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 26px;
    font-weight: 400;
    text-transform: uppercase;
    font-family: 'Roboto Slab', serif;/*margin-top:45px;*/
}
.ArtDes_abt h3.ArtDes_title {
    font-size: 20px;
    line-height: 26px;
    color: #428cdc;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 10px;
    margin-top: 10px;
    text-transform:uppercase;
}
.ArtDes_abt .ArtDes_nsw p {
    font-size: 16px;
    line-height: 32px;
    color: #565656;
    text-align: left;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    margin-bottom: 20px;
}
.ArtDes_abt .Read_moretrans {
    margin-top: 20px;
    float: left;
    width: 100%;
}
.ArtDes_abt .tran_skybtn {
    width: 234px;
    text-align: center;
}
.study_area {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    -webkit-border-radius: 3px;
    border: 1px solid #e9e9e9;
    background: #f5f5f5;
    margin-bottom: 50px;
}
.study_area .studyA_title {
    padding-top: 35px;
    font-size: 28px;
    line-height: 28px;
    text-align: center;
    text-transform: uppercase;
    color: #428cdc;
    font-weight: 700;
    padding-bottom: 35px;
    border-bottom: 1px solid #eeeeee;
    margin-bottom: 21px;
}
.studyA_list {
    padding: 0 65px;
    padding-bottom: 35px;
    float: left;
    width: 100%;
    border-bottom: 3px solid #428cdc;
    border-bottom-left-radius: 3px;
    -moz-border-bottom-left-radius: 3px;
    -ms-border-bottom-left-radius: 3px;
    -o-border-bottom-left-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    -moz-border-bottom-right-radius: 3px;
    -ms-border-bottom-right-radius: 3px;
    -o-border-bottom-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
}
.studyA_list ul {
    margin: 0 -25px;
}
.studyA_list li {
    float: left;
    width: 50%;
    padding: 0 25px;
}
.studyA_list li a {
    cursor: default;
    text-decoration: none;
    position: relative;
    display: inline-block;
    padding-left: 30px;
    font-size: 16px;
    line-height: 20px;
    color: #565656;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
}
.studyA_list li a:after {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    -webkit-border-radius: 100%;
    content: "";
    position: absolute;
    left: 0;
    top: 4px;
    background: #428cdc;
}
.studyA_list li span {
    padding-top: 13px;
    padding-bottom: 12px;
    display: inline-block;
    width: 100%;
    float: left;
    border-bottom: 1px solid #ebebeb;
}
.find_schl_ArtDsn.find_schl .fs_title h2 span:before {
    width: 140px;
}
.find_schl_ArtDsn.find_schl .fs_title h2 span:after {
    width: 140px;
}
.AG_fnd_schl {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin-bottom: 50px;
}
.AG_fnd_schl .fs_title {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    padding: 0 15px;
    position: relative;
    margin-bottom: 25px;
}
.AG_fnd_schl .fs_title:after {
    position: absolute;
    content: "";
    background: url('../../images/newimg/sprit.png') no-repeat -311px -9px;
    width: 15px;
    height: 54px;
    top: 0;
    right: 0;
}
.AG_fnd_schl .fs_title:before {
    position: absolute;
    content: "";
    background: url('../../images/newimg/sprit.png') no-repeat -311px -9px;
    width: 15px;
    height: 54px;
    top: 0;
    left: 0;
    transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
}
.AG_fnd_schl .section_title {
    background: #e97704;
    padding-top: 15px;
    padding-bottom: 16px;
    text-align: center;
    color: #fff;
    font-size: 23px !important;
    line-height: 23px !important;
}
.AG_fnd_schl .section_title span {
    display: inline-block;
    position: relative;
    padding: 0 150px;
}
.AG_fnd_schl .section_title span:after {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    right: 0;
    width: 140px;
    height: 1px;
    background: #ed9031;
    margin: auto;
}
.AG_fnd_schl .section_title span:before {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    width: 140px;
    height: 1px;
    background: #ed9031;
    margin: auto;
}
.logos_AG li {
    float: left;
    width: 33.33%;
    border: 1px solid #e2e2e2;
    border-left: none;
    border-top: none;
}
.logos_AG li .logo_box {
    display: inline-block;
    width: 100%;
    padding: 0 25px;
    margin-bottom: 25px;
}
.logos_AG li .AG_imgbox {
    width: 100%;
    float: left;
    position: relative;
    text-align: center;
    background: #fff;
    text-align: center;
    margin-bottom: 12px;
    overflow: hidden;
}
ul.logos_AG {
    position: relative;
    float: left;
    width: 100%;
}
ul.logos_AG:after {
    width: 1px;
    bottom: 0;
    top: 0;
    right: 0;
    background: #fff;
    position: absolute;
    content: "";
}
ul.logos_AG:before {
    height: 1px;
    left: 0;
    bottom: 0;
    right: 0;
    background: #fff;
    position: absolute;
    content: "";
}
.logos_AG li a {
    width: 100%;
    height: 42px;
    line-height: 40px;
    margin-bottom: 12px;
}
.AG_boxtitle {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    text-align: center;
}
.AG_boxtitle h4.AG_title a {
    font-size: 14px;
    line-height: 17px;
    color: #565656;
    font-weight: 300;
    font-family: 'Montserrat', sans-serif;
    text-decoration: none;
}
.AD_find_clg {
    float: left;
    width: 100%;
}
.AD_FCtitle {
    display: inline-block;
    width: 100%;
    vertical-align: top;
}
.AD_title {
    text-transform: uppercase;
    color: #565656;
    font-size: 24px;
    line-height: 26px;
    font-weight: 400;
    padding-bottom: 15px;
    border-bottom: 1px solid #eb841d;
    margin-bottom: 30px;
}
ul.ADF_tabs {
    float: left;
    width: 100%;
    border-bottom: 1px solid #e7e7e7;
    margin-bottom: 10px;
}
ul.ADF_tabs li {
    float: left;
    width: auto;
    max-width: 196px;
    width: 100%;
    margin-right: 15px;
}
ul.ADF_tabs li:last-child {
    margin-right: 0;
}
ul.ADF_tabs li a {
    display: inline-block;
    position: relative;
    width: 100%;
    height: 53px;
    line-height: 53px;
    text-align: center;
    font-size: 16px;
    text-transform: capitalize;
    text-decoration: none;
    color: #414141;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
    border: 1px solid #e7e7e7;
    border-bottom: none;
}
ul.ADF_tabs li a:after {
    position: absolute;
    content: "";
    top: -1px;
    left: -1px;
    right: -1px;
    height: 2px;
    background: #428cdc;
}
ul.ADF_tabs li a span {
    display: inline-block;
    width: auto;
    padding-left: 35px;
    position: relative;
}
ul.ADF_tabs li a span:after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    margin: auto;
    background: url('../../images/newimg/sprit.png') no-repeat -10px -109px;
    width: 22px;
    height: 17px;
    transition: 500ms all;
    -webkit-transition: 500ms all;
    -moz-transition: 500ms all;
    -ms-transition: 500ms all;
}
ul.ADF_tabs li.all a span:after {
    top: 17px;
}
ul.ADF_tabs li.o_schl a span:after {
    background-position: -41px -109px;
    width: 20px;
    height: 18px;
    top: 17px;
}
ul.ADF_tabs li.Camp_schl a span:after {
    background-position: -69px -107px;
    width: 22px;
    height: 20px;
    top: 17px;
}
.ADtab_cnt {
    width: 100%;
    float: left;
    padding: 22px 0;
    padding-top: 12px;
    margin-bottom: 15px;
}
.studyarea_links {
    padding-left: 120px;
    display: inline-block;
    position: relative;
}
.studyarea_links ul {
    margin: 0 -2px;
}
.studyarea_links li {
    float: left;
    width: auto;
    padding: 0 2px;
    margin-bottom: 10px;
}
.studyarea_links li a {
    display: inline-block;
    padding: 6px 10px;
    border: 1px solid #fff;
    font-size: 14px;
    line-height: 14px;
    font-weight: 300;
    color: #428cdc;
    font-family: 'Montserrat', sans-serif;
    text-decoration: none;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    -webkit-border-radius: 2px;
}
.studyarea_links:before {
    content: "Study Area:";
    position: absolute;
    left: 0;
    top: 6px;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    line-height: 16px;
    font-weight: 600;
    color: #428cdc;
}
.AD_tab1_left {
    float: left;
    width: 62%;
}
.AD_tab1_right {
    float: left;
    width: 38%;
    text-align: right;
}
.AD_tab1_right .search_box {
    display: inline-block;
    width: auto;
    vertical-align: top;
}
.AD_tab1_right .search_box input.zipcode {
    width: 142px;
    height: 39px;
    border: 1px solid #428cdc;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    -webkit-border-radius: 2px;
    padding: 0 20px;
}
.AD_tab1_right .search_box input.zipcode {
    font-size: 16px;
    line-height: 16px;
    font-family: 'Montserrat', sans-serif;
    color: #000;
    font-weight: 300;
    margin-right: 10px;
}
.AD_tab1_right .search_box input.send {
    width: 104px;
    height: 39px;
    background: #444444;
    color: #fff;
    font-size: 14px;
    line-height: 39px;
    height: 39px;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-bottom: 4px solid #363636;
}
.AD_tab1_right .search_box input.zipcode:-moz-placeholder {
    font-size:16px;
    font-family:'Montserrat', sans-serif;
    color:#bcbcbc !important;
    font-weight:300;
}
.AD_tab1_right .search_box input.zipcode::-webkit-input-placeholder {
    font-size:16px;
    font-family:'Montserrat', sans-serif;
    color:#bcbcbc !important;
    font-weight:300;
}
.AD_tab1_right .search_box input.zipcode::-moz-placeholder {
    font-size:16px;
    font-family:'Montserrat', sans-serif;
    color:#bcbcbc;
    font-weight:300;
}
.AD_tab1_right .search_box input.zipcode:-ms-input-placeholder {
    font-size:16px;
    font-family:'Montserrat', sans-serif;
    color:#bcbcbc;
    font-weight:300;
}
:-ms-input-placeholder {
    font-size:16px;
    line-height:16px;
    font-family:'Montserrat', sans-serif;
    color:#bcbcbc;
    font-weight:300;
}
.tab-content {
    display: none;
}
.tab-content.current {
    display: block;
    float: left;
    width: 100%;
}
ul.ADF_tabs li.all a.current span:after {
    background-position: -10px -133px;
}
ul.ADF_tabs li.o_schl a.current span:after {
    background-position: -41px -133px;
}
ul.ADF_tabs li.Camp_schl a.current span:after {
    background-position: -69px -131px;
}
ul.ADF_tabs li a.current {
    background: #428cdc;
    border-color: #428cdc;
    color: #fff;
}
.AD_tab1 {
    float: left;
    width: 100%;
    padding-bottom: 10px;
    border-bottom: 1px solid #ededed;
    margin-bottom: 18px;
}
.searched_item {
    float: left;
    width: 100%;
}
.searched_item h2.searched_title {
    font-size: 16px;
    line-height: 16px;
    color: #565656;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    text-align: left;
    padding-bottom: 14px;
    float: left;
}
.count_degit {
    border-bottom: 1px solid #ededed;
    margin-bottom: 30px;
    float: left;
    width: 100%;
}
.count_degit.waiting {
    float: left;
    display: inline-block;
}
.searched_item ul {
    float: left;
    width: 100%;
    text-align: left;
}
.searched_item li {
    float: left;
    width: 100%;
    text-align: left;
}
.Srch_itembox {
    margin: 0 -12.5px;
}
.Srch_itemimg {
    width: 27%;
    float: left;
    padding: 0 12.5px;
}
.Srch_itemcnt {
    width: 73%;
    float: left;
    padding: 0 12.5px;
}
.Srch_itemimg .Sitemimg_box {
    display: inline-block;
    width: 100%;
    position: relative;
    text-align: center;
    border: 1px solid #428cdc;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    -webkit-border-radius: 3px;
}
.Srch_itemcnt h2.Srch_title {
    font-size: 20px;
    line-height: 20px;
    color: #428cdc;
    font-weight: 400;
    text-transform: uppercase;
    padding-bottom: 15px;
    border-bottom: 1px solid #e7e7e7;
    margin-bottom: 19px;
    text-decoration: none;
}
.Srch_itemcnt h2.Srch_title a {
    color: #428cdc;
    text-decoration: none;
}
.Srch_itemcnt .Srch_Accrd {
    float: left;
    width: 100%;
}
.Srch_itemcnt .Srch_Accrd h4.Slist_title {
    font-size: 16px;
    line-height: 16px;
    color: #565656;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    padding: 0 25px;
    margin-bottom: 17px;
}
.Srch_itemcnt .Srch_Accrd h4.Slist_title span {
    display: inline-block;
    padding-left: 20px;
    position: relative;
}
.Srch_itemcnt .Srch_Accrd h4.Slist_title span:after {
    width: 8px;
    height: 8px;
    background: #565656;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    -webkit-border-radius: 100%;
    content: "";
    position: absolute;
    left: 0;
    top: 2px;
}
.Srch_itemcnt .Srch_Accrd ul {
    float: left;
    width: 100%;
}
.Srch_itemcnt .Srch_Accrd li {
    float: left;
    width: 100%;
    margin-bottom: 5px;
}
.Srch_itemcnt .Srch_Accrd li:last-child {
    margin-bottom: 19px;
}
.Srch_itemcnt .Srch_Accrd > ul > li > a {
    width: 100%;
    display: inline-block;
    background: #f5f5f5;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    -webkit-border-radius: 3px;
    vertical-align: top;
    padding: 10px 25px;
    text-decoration: none;
    font-size: 16px;
    line-height: 16px;
    color: #565656;
    text-transform: capitalize;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    position: relative;
}
.Srch_itemcnt .Srch_Accrd > ul > li > a.trans.fiaccDiv {
    color: #428cdc;
}
.Srch_itemcnt .Srch_Accrd > ul > li > a:after {
    position: absolute;
    width: 12px;
    height: 1px;
    background: #428cdc;
    content: "";
    right: 25px;
    top: 16px;
}
.Srch_itemcnt .Srch_Accrd > ul > li > a:before {
    position: absolute;
    width: 1px;
    height: 12px;
    background: #428cdc;
    content: "";
    right: 25px;
    top: 16px;
    right: 30px;
    top: 10px;
    transition: 500ms all;
    -moz-transition: 500ms all;
    -ms-transition: 500ms all;
    -o-transition: 500ms all;
    -o-transition: 500ms all;
    -webkit-transition: 500ms all;
}
.Srch_itemcnt .Srch_Accrd li a span {
    display: inline-block;
    padding-left: 20px;
    position: relative;
}
.Srch_itemcnt .Srch_Accrd li a span:after {
    width: 8px;
    height: 8px;
    background: #428cdc;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    -webkit-border-radius: 100%;
    content: "";
    position: absolute;
    left: 0;
    top: 2px;
}
.Srch_itemcnt .SA_penal {
    float: left;
    width: 100%;
}
.Srch_itemcnt .SA_penal ul.SA_sublist {
    float: left;
    width: 100%;
    margin-top: 20px;
    padding-left: 50px;
    margin-bottom: 18px;
}
.Srch_itemcnt .SA_penal ul.SA_sublist li {
    display: inline-block;
    width: 100%;
    margin-bottom: 15px;
}
.Srch_itemcnt .SA_penal ul.SA_sublist li:last-child {
    margin-bottom: 0;
}
.Srch_itemcnt .SA_penal ul.SA_sublist li a {
    display: inline-block;
    vertical-align: top;
    padding-left: 20px;
    position: relative;
    text-decoration: none;
    cursor: default;
    font-family: 'Montserrat', sans-serif;
}
.Srch_itemcnt .SA_penal ul.SA_sublist li a:after {
    position: absolute;
    content: "";
    left: 0;
    top: 3px;
    background: url('../../images/newimg/sprit.png') no-repeat -14px -160px;
    width: 6px;
    height: 10px;
    transition: 500ms all;
    -moz-transition: 500ms all;
    -ms-transition: 500ms all;
    -o-transition: 500ms all;
    -webkit-transition: 500ms all;
}
.SA_penal {
    display: none;
}
.Srch_itemcnt .Srch_Accrd > ul > li > a.fiaccDiv:before {
    transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
}
ul.ST_list > li {
    padding-bottom: 30px;
    border-bottom: 1px solid #ececec;
    margin-bottom: 50px;
}
ul.ST_list > li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}
.Right_sidebar .FR-form {
    margin-top: 0;
}
.form-findclg {
    float: left;
    width: 100%;
}
.FR-form {
    display: inline-block;
    margin-bottom: 55px;
    background: #eb841d;
    max-width: 428px;
    width: 100%;
    vertical-align: top;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    -border-radius: 3px;
    padding-left: 32px;
    padding-right: 32px;
    padding-top: 35px;
    float: right;
    margin-top: -465px;
    padding-bottom: 40px;
    border-top: 6px solid #5597df;
    border-bottom: 5px solid #c16f1c;
    border-bottom-left-radius: 0;
    -moz-border-bottom-left-radius: 0;
    -ms-border-bottom-left-radius: 0;
    -o-border-bottom-left-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    -border-bottom-right-radius: 0;
    -border-bottom-right-radius: 0;
    -o-border-bottom-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
}
.FR-form .main_findfrm {
    float: left;
    width: 100%;
}
.FR-form .main_findfrm h2.title {
    font-size: 25px;
    line-height: 25px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    padding-bottom: 20px;
    text-align: center;
    border-bottom: 1px solid #f5c28e;
    margin-bottom: 30px;
}
.FR-form .fnd_frm {
    float: left;
    width: 100%;
}
.FR-form .fnd_frm li {
    float: left;
    width: 100%;
    margin-bottom: 10px;
}
.FR-form .fnd_frm li:last-child {
    margin-top: 13px;
    margin-bottom: 0;
}
.FR-form .fnd_frm li select {
    width: 100%;
    line-height: 21px;
    height: 53px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    -webkit-border-radius: 3px;
    font-size: 16px;
    color: #565656;
    font-weight: 300;
    font-family: 'Montserrat', sans-serif;
    position: relative;
    -webkit-appearance: none;
    appearance: none;
}
.FR-form .fnd_frm li input[type="text"] {
    width: 100%;
    height: 53px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    -webkit-border-radius: 3px;
    background: rgba(255,255,255,0.5);
    border: 1px solid #fff;
    color: #fff;
}
.FR-form .fnd_frm li input.textbox:-input-placeholder {
    font-size:16px;
    color:#000 !important;
}
.FR-form .fnd_frm li input.textbox::-webkit-input-placeholder {
    font-size:16px;
    color:#000 !important;
}
.FR-form .fnd_frm li input.textbox:-moz-placeholder {
    font-size:16px;
    color:#000 !important;
}
.FR-form .fnd_frm li input.textbox::-moz-placeholder {
    font-size:16px;
    color:#000 !important;
}
.FR-form .fnd_frm li input.textbox:-ms-input-placeholder {
    font-size:16px;
    color:#000 !important;
}
.FR-form .fnd_frm li input.textbox.textbox1:-input-placeholder {
    font-size:16px;
    font-weight:300;
    color:#ffffff !important;
    font-family:'Montserrat', sans-serif;
}
.FR-form .fnd_frm li input.textbox.textbox1::-webkit-input-placeholder {
    font-size:16px;
    font-weight:300;
    color:#ffffff !important;
    font-family:'Montserrat', sans-serif;
}
.FR-form .fnd_frm li input.textbox.textbox1:-moz-placeholder {
    font-size:16px;
    font-weight:300;
    color:#ffffff !important;
    font-family:'Montserrat', sans-serif;
}
.FR-form .fnd_frm li input.textbox.textbox1::-moz-placeholder {
    font-size:16px;
    font-weight:300;
    color:#ffffff !important;
    font-family:'Montserrat', sans-serif;
}
.FR-form .fnd_frm li input.textbox.textbox1:-ms-input-placeholder {
    font-size:16px;
    font-weight:300;
    color:#ffffff !important;
    font-family:'Montserrat', sans-serif;
}
.FR-form .fnd_frm li .sbmtbtn button {
    height: 73px;
    width: 100%;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-bottom: 4px solid #3269a5;
    background: #428cdc;
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    color: #fff;
    font-weight: 700;
    transition: 500ms all;
    -moz-transition: 500ms all;
    -ms-transition: 500ms all;
    -o-transition: 500ms all;
    -webkit-transition: 500ms all;
    cursor: pointer;
}
.FR-form .fnd_frm li .sbmtbtn {
    float: left;
    width: 100%;
    position: relative;
}
.FR-form .fnd_frm li .sbmtbtn button span:after {
    background-position: -27px -20px;
    width: 20px;
    height: 10px;
}
.Right_sidebar .guidlist {
    float: left;
    width: 100%;
}
h3.AEG_title {
    font-size: 24px;
    line-height: 26px;
    color: #565656;
    padding-bottom: 16px;
    border-bottom: 1px solid #eb841d;
    margin-bottom: 12px;
}
.Right_sidebar .guidlist ul {
    float: left;
    width: 100%;
}
.Right_sidebar .guidlist li {
    float: left;
    width: 100%;
    padding: 17px 6px;
    border-bottom: 1px solid #e4e4e4;
    /*padding-left: 35px;*/
    padding-left: 5px;
    position: relative;
}
.Right_sidebar .guidlist li .li-img-block{
    width: 25px;
    display: inline-block;
    text-align: center;
    margin-right: 10px;
}
.Right_sidebar .guidlist li .li-img-block img{
    position: static;
    height: auto;
    width: auto;
}
.Right_sidebar .guidlist li img {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 25px;
    height: 25px;
}
.Right_sidebar .guidlist li a {
    font-size: 16px;
    line-height: 16px;
    color: #414141;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    text-decoration: none;
}
.AEG_btn a {
    width: 100%;
    height: 73px;
    line-height: 73px;
    font-size: 24px;
    text-transform: uppercase;
    border-bottom: 4px solid #3570b0;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
    -ms-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
    -o-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
}
.Right_sidebar .guidlist li:last-child {
    border-bottom: none;
    margin-bottom: 22px;
}
.Left_sidebar h2.Leftbar_title {
    text-align: left;
    padding-bottom: 16px;
    border-bottom: 1px solid #eb841d;
    color: #565656;
    margin-bottom: 15px;
    font-size: 24px;
    line-height: 26px;
    font-weight: 400;
    text-transform: uppercase;
    font-family: 'Roboto Slab', serif;
}
.articl_info {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin-bottom: 28px;
}
.articl_info li span {
    display: inline-block;
    width: auto;
    padding-left: 20px;
    position: relative;
}
.articl_info li.date span:after {
    position: absolute;
    content: "";
    left: 0;
    top: -2px;
    background: url('../../images/newimg/sprit.png') no-repeat -7px -212px;
    width: 13px;
    height: 16px;
}
.articl_info li.user_art span:after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    background: url('../../images/newimg/sprit.png') no-repeat -27px -213px;
    width: 12px;
    height: 14px;
}
.articl_info li.cmnts span:after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    background: url('../../images/newimg/sprit.png') no-repeat -44px -215px;
    width: 14px;
    height: 13px;
}
.articl_info ul {
    margin: 0 -25px;
}
.articl_info li {
    float: left;
    padding: 0 25px;
    font-size: 14px;
    line-height: 14px;
    color: #868686;
    font-weight: 300;
    position: relative;
}
.articl_info li:after {
    position: absolute;
    content: "";
    width: 1px;
    height: 14px;
    background: #84afe6;
    right: 0;
    top: 0;
}
.articl_info li:last-child:after {
    display: none;
}
.artic_nsw {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin-bottom: 5px;
}
.Left_sidebar p {
    font-size: 16px;
    line-height: 32px;
    color: #565656;
    font-weight: 300;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 20px;
}
.Articles .artic_title {
    font-size: 20px;
    line-height: 20px;
    color: #428cdc;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
    text-transform: capitalize;
    margin-bottom: 13px;
}
.Read_moretrans a {
    width: 234px;
    text-align: center;
}
.main_article {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    padding: 35px 0 50px 0;
}
.inner_article {
    display: inline-block;
    width: 100%;
    vertical-align: top;
}
.Articles {
    float: left;
    width: 100%;
}
.Articles .Read_moretrans {
    float: left;
    width: 100%;
    vertical-align: top;
    margin-top: 2px;
}
.main_suject {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    padding-top: 35px;
    padding-bottom: 23px;
}
.inner_suject {
    display: inline-block;
    width: 100%;
    vertical-align: top;
}
.suject_dscr {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    padding-bottom: 44px;
}
.suject_abt {
    display: inline-block;
    width: 100%;
    vertical-align: top;
}
.suject_abt h2.suject_title {
    text-align: left;
    padding-bottom: 16px;
    border-bottom: 1px solid #eb841d;
    color: #565656;
    margin-bottom: 14px;
    font-size: 24px;
    line-height: 26px;
    font-weight: 400;
    text-transform: uppercase;
    font-family: 'Roboto Slab', serif;
}
.suject_abt h3.sbject_title {
    font-size: 20px;
    line-height: 26px;
    color: #428cdc;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 10px;
    margin-top: 10px;
    text-transform:uppercase;
}
.suject_abt .suject_nsw p {
    font-size: 16px;
    line-height: 32px;
    color: #565656;
    text-align: left;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    margin-bottom: 12px;
}
.suject_abt .Read_moretrans {
    margin-top: 25px;
}
.suject_abt .tran_skybtn {
    width: 234px;
    text-align: center;
}
.suject_orange.suject_abt h3.sbject_title a {
    color: #eb841d;
    transition: 500ms all;
    -moz-transition: 500ms all;
    -ms-transition: 500ms all;
    -o-transition: 500ms all;
    -webkit-transition: 500ms all;
}
.suject_nsw {
    margin-bottom: 5px;
}
.main_suject .AG_fnd_schl {
    margin-bottom: 42px;
}
.main_contact {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    padding: 35px 0 50px 0;
}
.inner_contact {
    display: inline-block;
    width: 100%;
    vertical-align: top;
}
.cnt_abt {
    display: inline-block;
    width: 100%;
    vertical-align: top;
}
.cont_form li input[type="text"] {
    width: 100%;
    height: 42px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    -webkit-border-radius: 3px;
    font-size: 13px;
    color: #565656;
    font-weight: 300;
    font-family: 'Montserrat', sans-serif;
    position: relative;
    -webkit-appearance: none;
    appearance: none;
    border: 1px solid #dedede;
}
.cont_form li label {
    font-size: 14px;
    line-height: 14px;
    text-align: left;
    color: #565656;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    margin-bottom: 8px;
    display: inline-block;
    vertical-align: top;
    position: relative;
    text-transform: uppercase;
    position: relative;
}
.cont_form li label sup {
    font-size: 20px;
    position: absolute;
    right: -8px;
    top: 6px;
}
.cont_form li.full {
    width: 100%;
}
.cont_form ul {
    margin: 0 -10px;
}
.cont_form li {
    float: left;
    width: 50%;
    margin-bottom: 25px;
    padding: 0 10px;
}
.cont_form li textarea {
    width: 100%;
    height: 42px;
    padding: 20px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    -webkit-border-radius: 3px;
    font-size: 13px;
    color: #565656;
    font-weight: 300;
    font-family: 'Montserrat', sans-serif;
    position: relative;
    -webkit-appearance: none;
    appearance: none;
    border: 1px solid #dedede;
    min-height: 142px;
}
.main_contact .Left_sidebar h2.Leftbar_title {
    margin-bottom: 35px;
}
.cont_form {
    float: left;
    width: 100%;
}
.cont_form .cont_btn {
    float: left;
    width: 100%;
    margin-top: 10px;
}
.cont_form .cont_btn button {
    width: 238px;
    text-transform: uppercase;
    font-weight: 700;
    height: 57px;
    border-bottom: 5px solid #3978bd;
}
input[type="text"]:focus, textarea {
    transition: 500ms all;
    -moz-transition: 500ms all;
    -ms-transition: 500ms all;
    -o-transition: 500ms all;
    -webkit-transition: 500ms all;
}
input[type="text"]:focus, textarea:focus {
    border-color: #428cdc !important;
}
.main_clgbysts {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    padding: 35px 0 50px 0
}
.inner_clgbysts {
    display: inline-block;
    width: 100%;
    vertical-align: top;
}
.clgbysts_abt {
    float: left;
    width: 100%;
    margin-top: 30px;
}
.inner_clgbysts .Left_sidebar p {
    margin-bottom: 3px;
}
.main_clgbysts {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    background: #ffffff;
    padding-top: 50px;
    padding-bottom: 35px;
}
.main_clgbysts .section_title {
    padding-bottom: 20px;
    border-bottom: 1px solid #e97704;
    margin-bottom: 30px;
}
.main_clgbysts .near_loc ul {
    margin: 0 -10px;
}
.main_clgbysts .near_loc li {
    float: left;
    width: 33.33%;
    padding: 0 10px;
    margin-bottom: 15px;
}
.main_clgbysts .near_loc li a {
    font-size: 18px;
    line-height: 20px;
    color: #565656;
    font-family: 'Montserrat', sans-serif;
    padding-left: 28px;
    position: relative;
    font-weight: 300;
    display: inline-block;
}
.main_clgbysts .near_loc li a:before {
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -o-border-radius: 100%;
    -ms-border-radius: 100%;
    -webkit-border-radius: 100%;
    background: #428cdc;
    left: 0;
    top: 7px;
}
.main_clgbysts .near_loc p {
    padding-bottom: 5px;
    border-bottom: 1px solid #e97704;
    margin-bottom: 30px;
}
.main_clgbysts .Left_sidebar h2.Leftbar_title {
    margin-bottom: 12px;
}
.content h2 {
    text-align: left;
    padding-bottom: 16px;
    border-bottom: 1px solid #eb841d;
    color: #565656;
    margin-bottom: 14px;
    font-size: 24px;
    line-height: 26px;
    font-weight: 400;
    text-transform: uppercase;
    font-family: 'Roboto Slab', serif;
}
.content h3:first-child {
    margin-top: 10px;
}
.content h3 {
    font-size: 20px;
    line-height: 26px;
    color: #428cdc;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 10px;
    margin-top: 15px;
    float: left;
    width: 100%;
    text-transform:uppercase;
}
.content p {
    font-size: 16px;
    line-height: 32px;
    color: #565656;
    text-align: left;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    margin-bottom: 12px;
}
.content li > ul {
    padding-left: 10px;
    margin-bottom: 10px;
}
.content ul {
    padding-left: 20px;
    float: left;
    width: 100%;
    margin-bottom: 20px;
}
.content li {
    font-size: 16px;
    line-height: 32px;
    color: #565656;
    font-family: 'Montserrat', sans-serif;
    padding-left: 28px;
    position: relative;
    font-weight: 300;
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
}
.content li:last-child {
    margin-bottom: 0;
}
.content li:before {
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -o-border-radius: 100%;
    -ms-border-radius: 100%;
    -webkit-border-radius: 100%;
    background: #428cdc;
    left: 0;
    top: 10px;
}
.content div.Read_moretrans {
    margin-top: 20px !important;
}
.content .content-block{
    background: #fff;
    border-top: 3px solid #0ea7e0;
    padding: 10px 25px;
    margin-bottom: 25px;
    border-left: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
    display: inline-block;
}
.content .content-block h3 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    color: #ff8b00;
    padding-left: 0px;
}
.content .content-block p{
    display: inline-block;
}
.outputblock {
    float: left;
    width: 100%;
    margin-bottom: 30px;
}
.outputblock span {
    float: left;
    padding-right: 5px;
    font-size: 20px;
    line-height: 26px;
    color: #ec7d11;
    text-transform: capitalize;
}
.ac_form {
    float: left;
    width: 100%;
}
.ac_form ul {
    margin: 0 -7px;
}
.ac_form li {
    float: left;
    width: 50%;
    margin-bottom: 25px;
    padding: 0 7px;
}
.ac_form li.fullwidth {
    width: 100%;
}
.ac_form li label {
    font-size: 14px;
    line-height: 14px;
    text-align: left;
    color: #565656;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    margin-bottom: 10px;
    display: inline-block;
    vertical-align: top;
    position: relative;
    text-transform: uppercase;
}
.ac_form li label sup {
    font-size: 16px;
    position: absolute;
    right: -6px;
    top: 8px;
}
.pf_form.ac_title {
    margin-top: 5px;
}
.ac_form li input[type="text"] {
    width: 100%;
    height: 42px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    -webkit-border-radius: 3px;
    font-size: 13px;
    color: #565656;
    font-weight: 300;
    font-family: 'Montserrat', sans-serif;
    position: relative;
    -webkit-appearance: none;
    appearance: none;
    border: 1px solid #dedede;
}
.ac_form li textarea {
    width: 100%;
    padding: 20px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    -webkit-border-radius: 3px;
    font-size: 13px;
    color: #565656;
    font-weight: 300;
    font-family: 'Montserrat', sans-serif;
    position: relative;
    -webkit-appearance: none;
    appearance: none;
    border: 1px solid #dedede;
}
h3.ac_title {
    font-size: 16px;
    float: left;
    width: 100%;
    text-align: left;
    line-height: 16px;
    color: #414141;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
    padding-bottom: 10px;
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: 30px;
}
select[placeholder] {
    color: #F00;
}
.ac_form li .sky_btn {
    width: 230px;
    font-weight: 700;
    text-transform: uppercase;
}
.ac_form li:last-child {
    margin-bottom: 0;
}
.ArtDes_dscr.contactus_page {
    padding-bottom: 0;
    margin-top: 32px;
}
.alertify .ajs-footer .ajs-buttons.ajs-auxiliary .ajs-button, .alertify .ajs-footer .ajs-buttons.ajs-primary .ajs-button {
    background-color: #e97704;
    color: #fff;
}
.fnd_frm li:last-child {
    margin-top: 16px;
}
.inner_Hfind .col-md-7 {
    width: 63%;
}
.inner_Hfind .col-md-5 {
    width: 37%;
}
#first {
    float: left;
    width: 100%;
}
#sucres {
    float: left;
    width: 100%;
    text-align: left;
    margin-top: 15px;
}
select::-ms-expand {
    display: none;
}
@media only screen and (min-width:1200px) {
    .parent_nav li > a:hover {
        color: #1969ab;
    }
    .parent_nav li.drpdwn > a:hover:after {
        background-position: -2px -1px;
    }
    .fnd_frm li .sbmtbtn button:hover, .fnd_frm li .sbmtbtn button:focus {
        background: #c76f15;
        border-color: #924900;
    }
    .Deglevel .inner_Ablock li a:hover, .Deglevel .inner_Ablock li a:focus {
        color: #e97704;
    }
    .Ssubject .inner_Ablock li a:hover {
        color: #428cdc;
    }
    .sky_btn:hover, .sky_btn:focus, .FR-form .fnd_frm li .sbmtbtn button:hover, .FR-form .fnd_frm li .sbmtbtn button:focus, .cont_form .cont_btn button:hover, .cont_form .cont_btn button:focus {
        background: #2c71bb;
        color: #fff;
        border-color: #27507d;
    }
    .orange_btn:hover, .orange_btn:focus {
        background: #c76f15;
        color: #fff;
        border-color: #924900;
    }
    .articles h3.article_title a:hover, .articles h3.article_title a:focus {
        color: #428cdc;
    }
    .article_box:hover h3.article_title a, .article_box:hover h3.article_title a:focus {
        color: #428cdc;
    }
    .article_box:hover .sky_btn, .article_box:focus .sky_btn {
        background: #2c71bb;
        color: #fff;
        border-color: #27507d;
    }
    .gray_btn:hover, .gray_btn:focus {
        background: #333;
        color: #fff;
        border-color: #080808;
    }
    .gray_btn:hover span:after, .gray_btn:focus span:after {
        background-position: -5px -49px;
    }
    .main_Fnear .near_loc li a:hover, .main_Fnear .near_loc li a:focus {
        color: #428cdc;
    }
    .main_footer .f_cnt li a:hover, .main_footer .f_cnt li a:focus {
        color: #fff;
    }
    .main_footer .f_cnt li a:hover:after, .main_footer .f_cnt li a:focus:after {
        background-position: -6px -66px;
    }
    .inner_Lfooter .left_barF p a:hover, .inner_Lfooter .left_barF p a:focus, .inner_Lfooter .Right_barF li a:hover, .inner_Lfooter .Right_barF li a:focus {
        color: #e97704;
    }
    .breadcum_list li a:hover, .breadcum_list li a:focus {
        color: #02519d;
    }
    .tran_skybtn:hover, .tran_skybtn:focus {
        color: #fff;
        background: #428cdc;
    }
    .tran_skybtn:hover span:after, .tran_skybtn:focus span:after {
        background-position: -7px -78px;
    }
    .studyA_list li a:hover, .studyA_list li a:focus {
        color: #428cdc;
    }
    .AG_boxtitle h4.AG_title a:hover, .AG_boxtitle h4.AG_title a:focus {
        color: #428cdc;
    }
    ul.ADF_tabs li.all a:hover span:after, ul.ADF_tabs li.all a:focus span:after {
        background-position: -10px -133px;
    }
    ul.ADF_tabs li.o_schl a:hover span:after, ul.ADF_tabs li.o_schl a:focus span:after {
        background-position: -41px -133px;
    }
    ul.ADF_tabs li.Camp_schl a:hover span:after, ul.ADF_tabs li.Camp_schl a:focus span:after {
        background-position: -69px -131px;
    }
    ul.ADF_tabs li a:hover, ul.ADF_tabs li a:focus {
        background: #428cdc;
        border-color: #428cdc;
        color: #fff;
    }
    .studyarea_links li a:hover, .studyarea_links li a:focus {
        border-color: #428cdc;
    }
    .AD_tab1_right .search_box input.send:hover, .AD_tab1_right .search_box input.send:focus {
        background: #8e8e8e;
        border-color: #a2a2a2;
    }
    .Srch_itemcnt .SA_penal ul.SA_sublist li a:hover, .Srch_itemcnt .SA_penal ul.SA_sublist li a:focus {
        color: #428cdc;
    }
    .Srch_itemcnt .SA_penal ul.SA_sublist li a:hover:after, .Srch_itemcnt .SA_penal ul.SA_sublist li a:focus:after {
        background-position: -6px -160px;
    }
    .Right_sidebar .guidlist li a:hover, .Right_sidebar .guidlist li a:focus {
        color: #0ea7e0;
    }
    .suject_orange.suject_abt h3.sbject_title a:hover {
        color: #004898;
        text-decoration: none;
    }
}
@media only screen and (max-width:1199px) {
}
@media only screen and (min-width:991px) {
    ul.child_nav {
        transition: all 500ms ease-out;
        -moz-transition: all 500ms ease-out;
        -ms-transition: all 500ms ease-out;
        -o-transition: all 500ms ease-out;
        -webkit-transition: all 500ms ease-out;
    }
}
@media only screen and (max-width:991px) {
    .toggle {
        display: none;
        top: 35px;
        position: relative;
    }
    .toggle a {
        display: inline-block;
    }
    .hamburger .line {
        width: 30px;
        height: 3px;
        background-color: #ed8518;
        display: block;
        margin: 5px auto;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }
    .hamburger:hover {
        cursor: pointer;
    }
    #hamburger-9 {
        position: relative;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }
    #hamburger-9.is-active {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    #hamburger-9.is-active .line {
        width: 30px;
    }
    #hamburger-9.is-active .line:nth-child(2) {
        opacity: 0;
    }
    #hamburger-9.is-active .line:nth-child(1) {
        -webkit-transform: translateY(13px);
        -ms-transform: translateY(13px);
        -o-transform: translateY(13px);
        transform: translateY(13px);
    }
    #hamburger-9.is-active .line:nth-child(3) {
        -webkit-transform: translateY(-3px) rotate(90deg);
        -ms-transform: translateY(-3px) rotate(90deg);
        -o-transform: translateY(-3px) rotate(90deg);
        transform: translateY(-3px) rotate(90deg);
    }
    .ArtDes_abt h2.ArtDes_title {
        margin-top: 0;
    }
    .inner_Hfind .col-md-7 {
        width: 100%;
    }
    .inner_Hfind .col-md-5 {
        width: 100%;
    }
    .parent_nav > li::after{display: none;}
}
@media only screen and (max-width:768px) {
}
@media only screen and (max-width:767px) {
    .parent_nav {
        width: 320px;
        position: absolute;
        top: 105px;
        left: -350px;
        z-index: 9999999999;
        background: #fff;
        padding-top: 20px;
        padding-bottom: 20px;
        transition: all 500ms;
        -moz-transition: all 500ms;
        -ms-transition: all 500ms;
        -o-transition: all 500ms;
        -webkit-transition: all 500ms;
        border-top: 1px solid #f08417;
    }
    .parent_nav.active_new {
        left: 0px;
    }
    .parent_nav > li {
        float: left;
        width: 100%;
        margin-top: 0;
    }
    .parent_nav > li::after{display: none;}
    .child_nav {
        float: left;
        width: 100%;
        background: #f5f5f5;
        position: static;
        top: inherit;
        right: inherit;
        z-index: 99;
        visibility: visible;
        opacity: 1;
        display: none;
    }
    .parent_nav > li > a {
        padding-right: 11px;
        position: relative;
        background: #f08417;
        color: #fff;
        font-size: 16px;
        border-bottom: 1px solid #fff;
    }
    .child_nav:after {
        display: none;
    }
    .child_nav li:last-child {
        border-bottom: none;
    }
    .parent_nav > li a {
        padding: 10px;
        float: left;
        width: 100%;
    }
    .child_nav li:first-child a {
        padding: 10px;
    }
    .child_nav li:last-child a {
        padding: 10px;
    }
    .child_nav li a:after {
        display: none;
    }
    .parent_nav {
        margin: 0;
    }
    .parent_nav li.drpdwn > a:after {
        top: 0;
        bottom: 0;
        margin: auto;
        right: 15px;
        background-position: -2px -13px;
        display: none;
    }
    .parent_nav li.drpdwn {
        position: relative;
    }
    .parent_nav li.drpdwn > span {
        display: inline-block;
        width: 38px;
        height: 38px;
        position: absolute;
        right: 20px;
        top: 0;
        z-index: 999;
        border-left: 1px solid #fff;
    }
    .parent_nav li.drpdwn > span:after {
        position: absolute;
        content: "";
        width: 10px;
        height: 10px;
        display: inline-block;
        border-left: 1px solid #fff;
        border-bottom: 1px solid #fff;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        transition: 500ms all;
        -moz-transition: 500ms all;
        -ms-transition: 500ms all;
        -o-transition: 500ms all;
        -webkit-transition: 500ms all;
    }
    .nav .toggle {
        display: inline-block;
        width: auto;
    }
    .parent_nav li.drpdwn.active .child_nav {
        top: inherit;
    }
    .parent_nav > li.active > a {
        color: #fff !important;
        background: #222;
    }
    .parent_nav li.drpdwn.active > a:after {
        background-position: -2px -13px;
    }
    .inner_breadcum {
        padding-top: 25px;
        padding-bottom: 23px;
    }
    h1.page_name {
        margin-bottom: 10px;
        font-size: 24px;
        line-height: 24px;
    }
    .parent_nav li.drpdwn > span.pluse.addSpan:after {
        -webkit-transform: rotate(134deg);
        transform: rotate(134deg);
        -moz-transform: rotate(134deg);
        -ms-transform: rotate(134deg);
        -o-transform: rotate(134deg);
    }
    .inner_degreeA h2.title {
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 15px;
    }
    .fnd_frm li .sbmtbtn button {
        height: 55px;
    }
    .section_title {
        font-size: 24px !important;
        line-height: 32px !important;
        margin-top: -9px;
    }
    .main_findfrm h1.title {
        font-size: 24px;
        padding-bottom: 15px;
        margin-bottom: 25px;
    }
    .AD_title {
        line-height: 32px;
    }
    .study_area .studyA_title {
        font-size: 26px;
        line-height: 31px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .Srch_itemcnt h2.Srch_title {
        line-height: 32px;
    }
    h3.AEG_title {
        line-height: 32px !important;
    }
    .FR-form .main_findfrm h2.title {
        line-height: 32px;
    }
    .main_degreeA {
        padding-bottom: 30px;
    }
    .inner_topsch {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .find_schl {
        padding-bottom: 30px;
    }
    .Wbackclg {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .inner_F_article {
        padding-top: 30px;
        padding-bottom: 0px;
    }
    .F_degree {
        padding: 30px 0;
        padding-bottom: 15px;
    }
    .main_res {
        padding-top: 30px;
        padding-bottom: 10px;
    }
    .H_find {
        padding: 30px 0;
    }
    .main_Fnear {
        padding: 30px 0;
    }
    .inner_degreeA {
        padding-top: 30px;
    }
    .study_area {
        margin-bottom: 30px;
    }
    .ArtDes_dscr {
        padding-bottom: 30px;
    }
    .AG_fnd_schl {
        margin-bottom: 30px;
    }
    ul.ST_list > li {
        padding-bottom: 10px;
        margin-bottom: 30px;
    }
    .ADtab_cnt {
        padding-bottom: 0px;
    }
    .main_artdesign {
        padding-top: 30px;
    }
    .find-form {
        margin-top: 0;
        padding-top: 30px;
        padding-bottom: 20px;
        max-width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
    .form-findclg {
        background: #0059a2;
        float: left;
        width: 100%;
    }
    .fnd_frm ul {
        margin: 0 -5px;
    }
    .fnd_frm li {
        padding: 0 5px;
        width: 50%;
        margin-bottom: 10px;
    }
    .fnd_frm li:last-child {
        margin-top: 0;
    }
    .home_banner img {
        max-width: 900px;
    }
    .inner_degreeA p.title_dsc {
        padding-left: 0;
        padding-right: 0;
    }
    .col-md-6.Ssubject {
        width: 100%;
        float: left;
        margin-top: 30px;
    }
    .degreeA_block h3.title {
        font-size: 24px;
        line-height: 24px;
    }
    .find_schl .fs_title h2 span {
        padding: 0 110px;
    }
    .find_schl .fs_title h2 span:before {
        width: 100px;
    }
    .find_schl .fs_title h2 span:after {
        width: 100px;
    }
    .fs_logos li {
        width: 50%;
    }
    .schls_list li {
        width: 50%;
    }
    .article_list li {
        width: 50%;
    }
    .F_degree .Fdeg_form ul {
        margin: 0 -5px;
    }
    .F_degree .Fdeg_form li {
        width: 50%;
        padding: 0 5px;
        margin-bottom: 10px;
    }
    .F_degree p.Fdeg_dscr {
        margin-bottom: 18px;
    }
    .inner_Hfind {
        text-align: center;
    }
    .help_btn {
        text-align: center;
        padding: 0;
    }
    .main_Fnear .near_loc li {
        width: 50%;
    }
    .main_footer .footer_about {
        width: 100%;
        padding: 0;
        max-width: 100%;
    }
    .main_footer .sub_block {
        max-width: 100%;
    }
    .main_footer .deg_block {
        max-width: 100%;
    }
    .main_footer .cor_block {
        max-width: 100%;
    }
    .inner_Lfooter {
        text-align: center;
    }
    .inner_Lfooter .left_barF {
        float: none;
        display: inline-block;
        width: 100%;
        text-align: center;
    }
    .inner_Lfooter .Right_barF {
        float: none;
        display: inline-block;
        margin-top: 8px;
        width: 100%;
        text-align: center;
    }
    .Right_barF ul {
        display: inline-block;
    }
    .schl_box .schl_img {
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
    }
    .schl_box .schl_dscr {
        width: 100%;
    }
    .Wbackclg .inner_Wbackclg h2.section_title {
        padding-bottom: 13px;
    }
    .schls_list .search_btn {
        margin-top: 0;
    }
    .toggle {
        top: 38px;
    }
    .Left_sidebar {
        width: 100%;
    }
    .Right_sidebar {
        width: 100%;
    }
    .FR-form {
        max-width: 100%;
    }
    .FR-form .fnd_frm li {
        width: 50%;
    }
    .FR-form .fnd_frm li:last-child {
        margin-top: 0;
    }
    .FR-form .fnd_frm li .sbmtbtn button {
        height: 55px;
    }
    ul.ADF_tabs li {
        margin-right: 5px;
    }
    .Right_sidebar .FR-form {
        margin-bottom: 25px;
    }
    .studyA_list {
        padding-left: 20px;
        padding-right: 20px;
    }
    .studyA_list li {
        float: left;
        width: 100%;
    }
    .study_area .studyA_title {
        padding: 25px 10px;
    }
    .AG_fnd_schl .section_title span:before {
        width: 100px;
    }
    .AG_fnd_schl .section_title span:after {
        width: 100px;
    }
    .AG_fnd_schl .section_title span {
        padding: 0 110px;
    }
    .AG_fnd_schl .section_title {
        margin-top: 0;
    }
    .AD_tab1_left {
        width: 100%;
        margin-bottom: 10px;
    }
    .AD_tab1_right {
        width: 100%;
        padding-left: 0;
        text-align: left;
        margin-bottom: 20px;
    }
    .find_schl .fs_title h2 {
        margin-top: 0;
    }
    .inner_head {
        padding-bottom: 20px;
    }
    .parent_nav > li {
        padding-bottom: 0;
    }
    .Left_sidebar {
        margin-bottom: 15px;
    }
    .main_article {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .suject_dscr {
        padding-bottom: 0;
    }
    .suject_abt .Read_moretrans {
        margin-bottom: 30px;
    }
    .suject_abt.suject_orange .Read_moretrans {
        margin-bottom: 0px;
    }
    .main_suject .AG_fnd_schl {
        margin-bottom: 30px;
    }
    .main_suject {
        padding-bottom: 30px;
    }
    .cont_form .cont_btn {
        margin-top: 0;
    }
    .main_contact {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .main_clgbysts {
        padding: 30px 0;
    }
    .home_banner .col-md-12 {
        position: inherit !important;
        padding: 0;
    }
    .banner_overtext {
        display: inline-block;
        position: absolute;
        padding: 100px 0;
        position: static;
        left: inherit;
        right: inherit;
        top: inherit;
        bottom: inherit;
        width: 100%;
    }
    .home_banner {
        position: relative;
    }
    .bover_text1:after {
        display: none;
    }
    .bover_text2:after {
        display: none;
    }
    .bover_text1 {
        font-size: 46px;
        line-height: 46px;
        clear: both;
    }
    .bover_text2 {
        font-size: 46px;
        line-height: 46px;
        clear: both;
    }
    .home_banner {
        height: 100%;
        width: 100%;
    }
    .clgbysts_abt {
        margin-top: 0;
    }
    .main_clgbysts .near_loc p {
        padding-bottom: 10px;
    }
}
@media only screen and (max-width:481px) {
    .find_schl .fs_title:after {
        background-position: -311px -9px;
        width: 15px;
        height: 54px;
    }
    .find_schl .fs_title:before {
        background-position: -311px -9px;
        width: 15px;
        height: 54px;
    }
    .find_schl .fs_title {
        padding: 0 15px;
    }
    .find_schl .fs_title h2 {
        padding: 9px 0;
    }
    .find_schl .fs_title h2 span:before {
        display: none;
    }
    .find_schl .fs_title h2 span:after {
        display: none;
    }
    .find_schl .fs_title h2 span {
        padding-left: 0;
        padding-right: 0;
    }
    .fs_logos ul:after, .fs_logos ul:before {
        display: none;
    }
    .fs_logos ul {
        border: 1px solid #ececec;
        border-left: none;
        border-top: none;
    }
    .fs_logos li {
        width: 50%;
    }
    .schls_list li {
        width: 100%;
    }
    .inner_Ablock {
        padding-left: 20px;
        padding-right: 20px;
    }
    .home_banner img {
        max-width: 650px;
    }
    .AG_fnd_schl .section_title span:before {
        display: none;
    }
    .AG_fnd_schl .section_title span:after {
        display: none;
    }
    .AG_fnd_schl .section_title span {
        padding: 0;
    }
    .logos_AG li {
        width: 50%;
    }
    ul.logos_AG:before {
        display: none;
    }
    ul.logos_AG:after {
        display: none;
    }
    ul.logos_AG {
        border: 1px solid #ececec;
        border-right: none;
        border-bottom: none;
    }
    .AD_tab1_right .search_box {
        position: relative;
        width: 100%;
    }
    .AD_tab1_right .search_box input.zipcode {
        width: 100%;
        margin: 0;
        padding-right: 120px;
    }
    .AD_tab1_right .search_box input.send {
        position: absolute;
        right: 0;
        top: 0;
        border-bottom: none;
    }
    .FR-form .fnd_frm li {
        float: left;
        width: 100%;
    }
    .Right_sidebar .FR-form {
        padding: 25px 20px;
    }
    .AEG_btn a {
        height: 60px;
        line-height: 56px;
    }
    .ArtDes_abt h2.ArtDes_title {
        margin-bottom: 15px;
    }
    .articles {
        padding: 15px !important;
        padding-bottom: 85px !important;
    }
    .article_btn {
        padding-left: 15px;
        padding-right: 15px;
    }
    .cont_form li {
        width: 100%;
    }
    .main_clgbysts .near_loc li {
        width: 50%;
    }
    .main_clgbysts .near_loc li a {
        font-size: 15px;
    }
    .main_clgbysts .Left_sidebar h2.Leftbar_title {
        margin-bottom: 20px;
    }
    .bover_text1 {
        font-size: 28px;
        line-height: 28px;
        margin-bottom: 10px;
    }
    .bover_text2 {
        font-size: 28px;
        line-height: 28px;
    }
    .banner_overtext {
        padding: 50px 0;
    }
    .fnd_frm li .sbmtbtn button {
        font-size: 18px;
    }
    .studyA_list li a {
        line-height: 24px;
    }
}
@media only screen and (max-width:479px) {
    .fnd_frm li {
        width: 100%;
    }
    .fnd_frm li:last-child {
        margin-top: 10px;
    }
    .Ssubject .inner_Ablock li {
        width: 100%;
    }
    .degreeA_block h3.title {
        font-size: 22px;
        line-height: 22px;
    }
    .fs_logos li {
        width: 50%;
    }
    .find_schl .fs_title h2 span:before {
        display: none;
    }
    .find_schl .fs_title h2 span:after {
        display: none;
    }
    .find_schl .fs_title h2 span {
        padding: 0;
    }
    .schls_list li {
        width: 100%;
    }
    .article_list li {
        width: 100%;
    }
    .F_degree .Fdeg_form li {
        width: 100%;
    }
    .main_Fnear .near_loc li {
        width: 100%;
    }
    .schls_list .search_btn a {
        font-size: 18px;
        height: 60px;
        line-height: 60px;
    }
    .help_btn a {
        height: 60px;
        line-height: 60px;
    }
    .fs_logos ul:after, .fs_logos ul:before {
        display: none;
    }
    .fs_logos li {
        border: 1px solid #ececec;
        border-right: none;
        border-bottom: none;
    }
    .inner_Lfooter .Right_barF li {
        padding: 0 10px;
    }
    .Right_barF ul {
        margin: 0 -10px;
    }
    .articles {
        padding: 20px;
    }
    .articles h3.article_title {
        margin-bottom: 15px;
    }
    .inner_res h3.res_title {
        font-size: 20px;
        line-height: 22px;
    }
    .inner_Hfind p.help_dscr {
        font-size: 18px;
        line-height: 22px;
    }
    .toggle {
        display: inline-block;
        top: 25px;
    }
    .logos_AG li {
        width: 100%;
    }
    ul.ADF_tabs li {
        width: 100%;
        max-width: 100%;
    }
    ul.ADF_tabs li a span {
        width: 100%;
        padding-left: 55px;
        text-align: left;
    }
    ul.ADF_tabs li a:after {
        display: none;
    }
    ul.ADF_tabs li a span:after {
        left: 20px;
    }
    ul.ADF_tabs li a {
        border-radius: 0;
    }
    .Srch_itemimg {
        width: 100%;
        margin-bottom: 20px;
    }
    .Srch_itemcnt {
        width: 100%;
    }
    .study_area .studyA_title {
        font-size: 21px;
    }
    .ArtDes_abt h3.ArtDes_title {
        font-size: 18px;
    }
    .FR-form .main_findfrm h2.title {
        font-size: 21px;
    }
    .Articles .artic_title {
        font-size: 18px;
    }
    .Left_sidebar h2.Leftbar_title {
        font-size: 20px;
        padding-bottom: 12px;
    }
    h3.AEG_title {
        font-size: 20px;
        padding-bottom: 12px;
    }
    .ArtDes_abt h2.ArtDes_title {
        font-size: 20px;
        padding-bottom: 12px;
    }
    .suject_abt h2.suject_title {
        font-size: 20px;
        padding-bottom: 12px;
    }
    .suject_abt h3.sbject_title {
        font-size: 18px;
    }
    .inner_clgbysts .Left_sidebar p {
        line-height: 24px;
        margin-bottom: 25px;
    }
    .outputblock span {
        float: left;
        width: 100%;
    }
    .fnd_frm li .sbmtbtn button {
        font-size: 24px;
    }
    .ac_form li {
        width: 100%;
    }
    .studyarea_links {
        padding-left: 0;
        padding-top: 40px;
    }
    .studyarea_links:before {
        top: 0;
    }
}
@media only screen and (max-width:320px) {
}
@media only screen and (max-width:400px) {
    .fs_logos li {
        width: 100%;
    }
    .logo img {
        max-width: 200px;
    }
    .parent_nav {
        top: 95px;
    }
    .toggle {
        top: 40px;
    }
    .home_banner img {
        max-width: 550px;
    }
    .find_schl .fs_title h2 {
        font-size: 20px !important;
    }
    .articl_info ul {
        margin: 0 -10px;
    }
    .articl_info li {
        padding: 0 10px;
        margin-bottom: 10px;
    }
    .articl_info {
        margin-bottom: 10px;
    }
    h1.page_name {
        font-size: 22px;
    }
    .breadcum_list li {
        font-size: 10px;
    }
    .main_clgbysts .near_loc li {
        width: 100%;
    }
    .main_clgbysts .near_loc li a {
        font-size: 18px;
    }
    .bover_text1 {
        font-size: 22px;
        line-height: 22px;
        margin-bottom: 5px;
    }
    .bover_text2 {
        font-size: 22px;
        line-height: 22px;
    }
}
@media only screen and (min-width:480px) and (max-width:767px) {
}
@media only screen and (min-width:568px) and (max-width:767px) {
}
@media only screen and (min-width:600px) and (max-width:767px) {
}
@media only screen and (min-width:768px) and (max-width:1199px) {
    .logo img {
        max-width: 200px;
    }
    .parent_nav > li {
        /*margin-top: 20px;*/
        /*padding-bottom: 29px;*/
        margin-top: 34px;
        padding-bottom: 35px;
    }
    .parent_nav li.drpdwn.hover .child_nav {
        top: 49px;
    }
    .find-form {
        max-width: 345px;
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 30px;
        float: right;
        margin-top: -418px;
        padding-bottom: 33px;
    }
    .main_findfrm h1.title {
        font-size: 25px;
        line-height: 25px;
        margin-bottom: 25px;
        padding-bottom: 20px;
    }
    .inner_Ablock li a {
        font-size: 13px;
    }
    .inner_Ablock {
        padding-left: 30px;
        padding-right: 30px;
    }
    .main_footer .footer_about {
        max-width: 100%;
        width: 100%;
        padding-right: 0;
    }
    .main_footer .sub_block {
        max-width: 100%;
        width: 33.33%;
    }
    .main_footer .deg_block {
        max-width: 100%;
        width: 33.33%;
    }
    .main_footer .cor_block {
        max-width: 100%;
        width: 33.33%;
    }
    .AD_tab1_left {
        width: 100%;
        margin-bottom: 10px;
    }
    .AD_tab1_right {
        width: 100%;
        margin-bottom: 20px;
        text-align: left;
    }
    .AD_tab1_right .search_box {
        padding-left: 66px;
    }
    ul.ADF_tabs li {
        margin-right: 3px;
    }
    .Right_sidebar .FR-form {
        padding-left: 20px;
        padding-right: 20px;
    }
    .parent_nav li.drpdwn:hover .child_nav {
        top: 49px;
    }
    .FR-form .main_findfrm h2.title {
        font-size: 21px;
    }
    .home_banner .col-md-12 {
        position: relative !important;
    }
    .bover_text1 {
        font-size: 50px;
    }
    .bover_text2 {
        font-size: 50px;
    }
    .banner_overtext {
        right: 360px;
        position: absolute;
    }
    .inner_Hfind h2.section_title {
        font-size: 42px;
        line-height: 42px;
    }
}
@media only screen and (min-width:768px) and (max-width:1023px) {
    .parent_nav {
        width: 320px;
        position: absolute;
        top: 100px;
        left: -450px;
        z-index: 999;
        background: #fff;
        padding-bottom: 20px;
        padding-top: 20px;
        transition: all 500ms;
        -moz-transition: all 500ms;
        -ms-transition: all 500ms;
        -transition: all 500ms;
        -webkit-transition: all 500ms;
        border-top: 1px solid #f08417;
        z-index: 9999999999;
    }
    .inner_head {
        padding-bottom: 20px;
    }
    .parent_nav.active_new {
        left: 0px;
    }
    .parent_nav > li {
        float: left;
        width: 100%;
        margin-top: 0;
        padding-bottom: 0;
    }
    .child_nav {
        float: left;
        width: 100%;
        background: #f5f5f5;
        position: static;
        top: inherit;
        right: inherit;
        z-index: 99;
        visibility: visible;
        opacity: 1;
        display: none;
    }
    .parent_nav > li > a {
        padding-right: 11px;
        position: relative;
        background: #f08417;
        color: #fff;
        font-size: 16px;
        border-bottom: 1px solid #fff;
    }
    .child_nav:after {
        display: none;
    }
    .child_nav li:last-child {
        border-bottom: none;
    }
    .parent_nav > li a {
        padding: 10px;
        float: left;
        width: 100%;
    }
    .child_nav li:first-child a {
        padding: 10px;
    }
    .child_nav li:last-child a {
        padding: 10px;
    }
    .child_nav li a:after {
        display: none;
    }
    .parent_nav {
        margin: 0;
    }
    .parent_nav li.drpdwn > a:after {
        top: 0;
        bottom: 0;
        margin: auto;
        right: 15px;
        background-position: -2px -13px;
    }
    .nav .toggle {
        display: inline-block;
        width: auto;
    }
    .nav .toggle {
        display: inline-block;
    }
    .parent_nav li.drpdwn.active .child_nav {
        top: inherit;
    }
    .parent_nav > li.active > a {
        color: #fff !important;
        background: #222;
    }
    .parent_nav li.drpdwn.active > a:after {
        background-position: -2px -13px;
    }
    .home_banner img {
        max-width: 1000px;
    }
    .form-findclg {
        background: #0059a2;
    }
    .find-form {
        margin-top: 0;
        padding-top: 30px;
        padding-bottom: 30px;
        max-width: 100%;
    }
    .fnd_frm li input[type="submit"] {
        height: 57px;
    }
    .fnd_frm li .sbmtbtn:after {
        right: 30px;
        top: 24px;
    }
    .fnd_frm li {
        width: 50%;
        padding: 0 5px;
    }
    .fnd_frm ul {
        margin: 0 -5px;
    }
    .fnd_frm li:last-child {
        margin-top: 0;
    }
    .inner_degreeA {
        padding-top: 30px;
    }
    .inner_degreeA p.title_dsc {
        padding-left: 0;
        padding-right: 0;
    }
    .Ssubject {
        float: left;
        width: 100%;
        margin-top: 30px;
    }
    .find_schl .fs_title h2 span:before {
        width: 100px;
    }
    .find_schl .fs_title h2 span:after {
        width: 100px;
    }
    .find_schl .fs_title h2 span {
        padding: 0 120px;
    }
    .fs_logos li {
        width: 33.33%;
    }
    .schls_list li {
        width: 50%;
    }
    .article_list li {
        width: 50%;
    }
    .F_degree .Fdeg_form li {
        width: 50%;
        margin-bottom: 15px;
    }
    .F_degree p.Fdeg_dscr {
        margin-bottom: 20px;
    }
    .inner_Hfind {
        text-align: center;
    }
    .help_btn {
        text-align: center;
        margin-top: 10px;
    }
    .main_Fnear .near_loc li {
        width: 33.33%;
    }
    .inner_degreeA h2.title {
        font-size: 30px;
        line-height: 36px;
        margin-bottom: 15px;
    }
    .fnd_frm li .sbmtbtn button {
        height: 55px;
    }
    .section_title {
        font-size: 30px !important;
    }
    .inner_Hfind h2.section_title {
        line-height: 32px;
    }
    .main_degreeA {
        padding-bottom: 30px;
    }
    .inner_topsch {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .find_schl {
        padding-bottom: 30px;
    }
    .Wbackclg {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .inner_F_article {
        padding-top: 30px;
        padding-bottom: 0px;
    }
    .F_degree {
        padding: 30px 0;
        padding-bottom: 15px;
    }
    .main_res {
        padding-top: 30px;
        padding-bottom: 10px;
    }
    .H_find {
        padding: 30px 0;
    }
    .main_Fnear {
        padding: 30px 0;
    }
    .toggle {
        display: inline-block;
    }
    .Left_sidebar {
        width: 100%;
    }
    .Right_sidebar {
        width: 100%;
    }
    .FR-form {
        max-width: 100%;
    }
    .FR-form .fnd_frm li {
        width: 50%;
    }
    .FR-form .fnd_frm li:last-child {
        margin-top: 0;
    }
    .FR-form .fnd_frm li .sbmtbtn button {
        height: 55px;
    }
    ul.ADF_tabs li {
        margin-right: 15px;
    }
    .Right_sidebar .FR-form {
        margin-bottom: 30px;
    }
    .FR-form .main_findfrm h2.title {
        font-size: 24px;
    }
    .Left_sidebar {
        margin-bottom: 30px;
    }
    .suject_dscr {
        padding-bottom: 0;
    }
    .suject_abt .Read_moretrans {
        margin-bottom: 30px;
    }
    .suject_abt.suject_orange .Read_moretrans {
        margin-bottom: 0px;
    }
    .main_suject .AG_fnd_schl {
        margin-bottom: 30px;
    }
    .main_suject {
        padding-bottom: 30px;
    }
    .cont_form .cont_btn {
        margin-top: 0;
    }
    .main_contact {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .main_clgbysts {
        padding: 30px 0;
    }
    .home_banner .col-md-12 {
        position: inherit !important;
    }
    .home_banner .col-md-12 {
        position: inherit !important;
        padding: 0;
    }
    .banner_overtext {
        display: inline-block;
        position: absolute;
        padding: 100px 0;
        position: static;
        left: inherit;
        right: inherit;
        top: inherit;
        bottom: inherit;
        width: 100%;
    }
    .home_banner {
        position: relative;
    }
    .bover_text1 {
        font-size: 60px;
    }
    .bover_text2 {
        font-size: 60px;
    }
    .home_banner {
        width: 100%;
        height: 100%;
    }
    .home_banner .container {
        width: 100%;
    }
    .clgbysts_abt {
        margin-top: 0;
    }
    .inner_Hfind .col-md-7 {
        width: 100%;
    }
    .inner_Hfind .col-md-5 {
        width: 100%;
    }
    .parent_nav li.drpdwn > a:after {
        top: 0;
        bottom: 0;
        margin: auto;
        right: 15px;
        background-position: -2px -13px;
        display: none;
    }
    .parent_nav li.drpdwn {
        position: relative;
    }
    .parent_nav li.drpdwn > span {
        display: inline-block;
        width: 38px;
        height: 38px;
        position: absolute;
        right: 20px;
        top: 0;
        z-index: 999;
        border-left: 1px solid #fff;
    }
    .parent_nav li.drpdwn > span:after {
        position: absolute;
        content: "";
        width: 10px;
        height: 10px;
        display: inline-block;
        border-left: 1px solid #fff;
        border-bottom: 1px solid #fff;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        transition: 500ms all;
        -moz-transition: 500ms all;
        -ms-transition: 500ms all;
        -o-transition: 500ms all;
        -webkit-transition: 500ms all;
    }
    .nav .toggle {
        display: inline-block;
        width: auto;
    }
    .parent_nav li.drpdwn.active .child_nav {
        top: inherit;
    }
    .parent_nav > li.active > a {
        color: #fff !important;
        background: #222;
    }
    .parent_nav li.drpdwn.active > a:after {
        background-position: -2px -13px;
    }
    .inner_breadcum {
        padding-top: 25px;
        padding-bottom: 23px;
    }
    h1.page_name {
        margin-bottom: 10px;
        font-size: 24px;
        line-height: 24px;
    }
    .parent_nav li.drpdwn > span.pluse.addSpan:after {
        -webkit-transform: rotate(134deg);
        transform: rotate(134deg);
        -moz-transform: rotate(134deg);
        -ms-transform: rotate(134deg);
        -o-transform: rotate(134deg);
    }
    .inner_Ablock li a {
        font-size: 16px;
    }
    .AD_tab1_right .search_box {
        width: 390px;
        padding-left: 66px;
    }
}
@media only screen and (min-width:1024px) and (max-width:1199px) {
}
.margin-top {
    margin-top: 30px;
}
.fnd_frm li.half-drp {
    display: inline-block;
    float: left;
    width: 48%;
}
.fnd_frm li.half-drp.left {
    float: left;
}
.fnd_frm li.half-drp.right {
    float: right;
}
.fnd_frm li.zip-li {
    display: none;
}
#zip_f{
    width: 48%;
    float: right;
    margin-left: 2%;
    display: none;
}
.half-drpb{
    width: 48%;
    float: left;
    margin-left: 2%
}

.logo img {
    max-height: 64px;
    margin-top: 10px;
    margin-bottom:10px;
}