@CHARSET "UTF-8";

body {
  font-family: "Trebuchet MS", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  background: url(/images/bg_gb.png) no-repeat -250px -50px;
}

fieldset.form-group legend {
  font-size: 0.875rem;
}

fieldset.form-group {
  margin-bottom: 0;
}

/**
 * LINK
 */
a.external:after {
  content: "\f08e";
  font: normal normal normal 8px/1 FontAwesome;
  vertical-align: super;
  display: inline-block;
  padding-left: 2px;
}

.topbar .navbar-nav .nav-link,
.topbar .navbar-nav .nav-link:hover {
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
}

.topbar .navbar-nav .nav-link:hover {
  background-color: rgba(0, 0, 0, 0.1);
  border-color: rgba(255, 255, 255, 0.4);
}

.carousel-caption > h5 {
  background-color: rgba(35, 117, 143, 0.7);
  display: inline;
  padding: 0.25rem 1rem;
}

.carousel-indicators li {
  background-color: #23758f;
  opacity: .2;
}

.carousel-indicators .active {
  background-color: #be1623;
}

.g-navbar {
  background-color: #fff;
}

.g-navbar .navbar-nav .nav-link {
  color: currentColor;
  font-size: 1rem;
}

@media (max-width: 575.98px) {
  .navbar-nav-scroll {
    height: 2.3125rem;
    overflow: hidden;
  }

  .navbar-nav-scroll .navbar-nav {
    padding-bottom: 2rem;
    overflow-x: auto;
    white-space: nowrap;
    -webkit-mask-image: linear-gradient(to right, transparent, black 10px, black 90%, transparent);
  }
}

.text-blue {
  color: #23758f;
}

/**
 * BOX and PANEL
 */
.x_box {
  border: 1px solid #ddd;
  margin-bottom: 20px;
}

.x_box-header {
  border-bottom: 1px solid #ddd;
  background-color: #f7f7f7;
}

.x_box-header,
.x_box-body {
  padding: 10px 15px;
}

.x_box-title {
  font-size: 1.428em;
  line-height: 1.1;
  margin: 0;
}

.bg-red {
  background-color: #be1623;
}

/**
 * CUSTOMS
 */
.category-sidenav .nav ul {
  list-style: none;
  padding-left: 15px;
  margin-bottom: 0;
}

.category-sidenav .nav li > a {
  padding-top: 2px;
  padding-bottom: 2px;
  display: inline-block;
}

/* =============================== *\
 					SHARE STYLES
\* =============================== */
.leftBox {
  float: left;
}

.rightBox {
  float: right;
}

.thPhone, .caPhone, .idPhone {
  white-space: nowrap;
}

.thPhone:before, .caPhone:before {
  content: '';
  background: url('/images/icons.png') no-repeat;
  width: 16px;
  height: 14px;
  margin-right: 4px;
  display: inline-block;
}

.thPhone:before {
  background-position: -20px bottom;
}

.caPhone:before {
  background-position: 0 bottom;
}

.idPhone:before {
  content: '';
  background: url('/images/flags/ID.png') no-repeat;
  background-size: contain;
  width: 16px;
  height: 14px;
  margin-right: 4px;
  display: inline-block;
  vertical-align: middle;
}

.margin-rgt-btm-10 {
  margin-right: 10px;
  margin-bottom: 10px;
}

.li_none {
  list-style-type: none;
}

/**
 * Theme
 * =============================== */
ul.menu,
ul.menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

ul.menu li {
  float: left;
}

.ribbon {
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 9;
}

.ribbon img {
  height: 55px;
  margin-right: -14px;
}

@media (min-width: 576px) {
  .ribbon {
    overflow: visible;
  }

  .ribbon img {
    height: 80px;
    margin-right: -21px;
  }
}

.cert-logos img {
  max-height: 40px;
}

.cert-logos > * {
  margin: 0 2px;
}

.cert-logos-scroll {
  overflow: hidden;
  max-width: 100%;
  height: 48px;
}

.cert-logos-scroll .cert-logos {
  overflow-x: auto;
  white-space: nowrap;
  padding-top: .25rem;
  padding-bottom: 2rem;
}

@media (min-width: 992px) {
  .cert-logos img {
    max-height: 48px;
  }

  .cert-logos-scroll {
    height: 60px;
  }

  .cert-logos-scroll .cert-logos {
    padding-top: .5rem;
  }
}

.topnav-outer,
.navBar {
  background-color: #be1623;
}

.navBar {
  line-height: 29px;
  margin: 0 auto;
  padding: 3px 0;
  height: 35px;
  /*width: 960px;*/
}

.navBar, .navBar a {
  color: #fff;
}

.navBar .langSwitcher .button {
  border: 2px solid;
  margin-right: 4px;
  float: left;
}

.navBar .searchBox {
  float: right;
}

.navBar .searchBox input {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  float: left;
}

.navBar .menu {
  margin-right: 16px;
  float: right;
}

.navBar .menu a {
  font-size: 0.929em;
  margin: 0 0.5em;
}

.navBar .menu li:not(:last-child):after {
  content: "|";
}

/** MAIN MENU **/
.mega-menu { /* dcMegaMenu jquery required */

}

.mega-menu li ul, .mega-menu .sub {
  display: none;
}

.mega-menu .sub ul {
  display: block;
}

.mega-menu li {
  position: relative;
}

.mega-menu li .sub-container {
  position: absolute;
  left: 0 !important;
}

/** \MAIN MENU **/
.sectionBox {
  color: #666;
  background: #f7f7f7;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  margin-top: 10px;
}

.sectionBox .title {
  color: #000;
}

.sectionBox header {
  font-size: 1.143em;
  color: #fff;
  background: #be1623;
  -webkit-border-radius: 10px 10px 0 0;
  -moz-border-radius: 10px 10px 0 0;
  border-radius: 10px 10px 0 0;
  padding: 4px 12px;
}

.sectionBox header .ico {
  margin-right: 4px;
  vertical-align: middle;
  float: left;
}

.sectionBox .content {
  margin: 12px;
}

.shareButtons {
  list-style-type: none;
  overflow: hidden;
}

.shareButtons li {
  float: left;
}

.shareButtons li.fb, .shareButtons li.tweet {
  width: 90px;
}

.shareButtons li.gp {
  width: 70px;
}

/**
 * Page Styles
 * =============================== */
.page-title {
  color: #23758f;
  font-size: 2.25rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.content-title {
  color: #23758f;
  margin-top: 2.5rem;
  margin-bottom: 1rem;
}

.pageContent {
  margin: 0 20px;
}

.pageContent h1 {
  color: #23758f;
}

.pageContent h2 {
  color: #23758f;
}

.pageContent > footer {
  margin-top: 10px;
}

.breadcrumb {
  background: #23758f;
}

.breadcrumb a {
  color: #fff;
}

.breadcrumb-item,
.breadcrumb-item a {
  color: #fff;
  font-size: .875rem;
}

.breadcrumb-item + .breadcrumb-item::before {
  color: rgba(255, 255, 255, 0.5);
}

.pageContent.withSidebar .sidebar.left {
  width: 250px;
  float: left;
}

.pageContent.withSidebar > article {
  width: 670px;
  padding: 20px;
  display: inline-block;
  display: -moz-inline-block;
  *display: inline; /* IE6,7 */
  zoom: 1;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.noteBox {
  background-color: #fafafa;
  border: 1px solid #ccc;
  padding: 10px 16px;
}

.noteBox .noteText {
  font-style: italic;
  font-weight: bold;
  display: block;
  margin-bottom: 4px;
}

/* List Styles */
ul.blackArrow {
  list-style: url('/images/list-arrow.gif')
}

ul.redArrow {
  list-style: url('/images/more_bg.jpg');
}

/* \List Styles */
.msgbox {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

hr.breakline-readmore { /*Readmore Breakline is used only in editor*/
  opacity: 0;
}

.im-table th {
  background-color: #be1623;
  color: #fff;
}

.im-table tbody tr {
  background-color: #f7f7f7;
}

.im-table tbody tr:nth-of-type(odd) {
  background-color: #eee;
}

.im-table td,
.im-table th {
  padding: .3rem 1rem;
}

.im-table th:first-child {
  border-top-left-radius: .5rem;
}

.im-table th:last-child {
  border-top-right-radius: .5rem;
}

.im-table tbody tr:last-child td:first-child {
  border-bottom-left-radius: .5rem;
}

.im-table tbody tr:last-child td:last-child {
  border-bottom-right-radius: .5rem;
}

/**
 * Widgets
 * =============================== */
.widget {
  margin: 20px 0;
}

#pageNavWidget {

}

#pageNavWidget a {
  color: #666;
}

#pageNavWidget ul {
  list-style: url("/images/list-maple.png");
  background: url("/images/service-nav-bg.png") repeat-y right;
  border-right: 1px solid #eee;
  margin: 0;
  padding-left: 20px;
}

#pageNavWidget ul li {
  padding: 8px 0;
  border-bottom: 1px solid #f7f7f7;
}

#pageNavWidget ul li:hover, #pageNavWidget ul li.active {
  background-color: #fff;
}

#pageNavWidget ul li.active {
  font-weight: bold;
}

#pageNavWidget ul li.active a:hover {
  text-decoration: none;
  cursor: default;
}

#btnBackToParent {
  font-weight: bold;
  text-transform: uppercase;
  border-bottom: 1px solid #be1623;
  padding: 4px 0;
}

#btnBackToParent .ico {
  float: left;
  margin-right: 8px;
}

#postWidget {

}

#postWidget ul {
  list-style: url('/images/list-arrow.gif');
  padding-left: 24px;
  padding-right: 12px;
}

#postWidget ul li {
  padding: 8px 0;
  border-bottom: 1px solid #e5e5e5;
}

#postWidget .seeAllText {
  font-size: 0.857em;
  background: url('/images/more_bg.jpg') no-repeat center left;
  margin: 8px 12px;
  padding-left: 10px;
  float: right;
}

/**
 * Typography
 * =============================== */
.freeText {
  color: #be1623;
  font-size: 1.143em;
  font-weight: bold;
}

.readMoreText {
  font-size: 0.714em;
  font-style: italic;
  text-transform: uppercase;
}

/**
 * Icons
 * =============================== */
.slcIcons {
  background: url('/images/icons.png') no-repeat;
  display: block;
}

.slcIcons.thFlag, .slcIcons.enFlag {
  width: 41px;
  height: 25px;
}

.slcIcons.thFlag {
  background-position: 0 -28px;
}

.slcIcons.fb, .slcIcons.twitter, .slcIcons.gplus {
  width: 37px;
  height: 63px;
}

.slcIcons.fb {
  background-position: -41px 0;
}

.slcIcons.twitter {
  background-position: -78px 0;
}

.slcIcons.gplus {
  background-position: -115px 0;
}

.slcIcons.thflagSmall, .slcIcons.caflagSmall {
  width: 16px;
  height: 11px;
}

.slcIcons.thflagSmall {
  background-position: -20px bottom;
}

.slcIcons.caflagSmall {
  background-position: 0 bottom;
}

.slcIcons.backArrow {
  width: 24px;
  height: 18px;
  background-position: -160px bottom;
}

.icons1 {
  background: url('/images/icons1.png') no-repeat;
  width: 18px;
  height: 18px;
  display: block;
}

.icons1.feature {
  background-position: -96px -320px;
}

.icons1.events {
  background-position: -32px -576px;
}

.icons1.annouce {
  background-position: -352px -288px;
}

.icons1.news {
  background-position: -480px -384px;
}


/* =============================== *\
 					Forms & Assessment Forms
\* =============================== */
input[type=submit], input[type=reset], input[type=text], input[type=password],
input[type=email],
input[type=number],
textarea,
select {
  /*border: 1px solid #ccc;*/
  /*-webkit-border-radius: 5px;*/
  /*-moz-border-radius: 5px;*/
  /*border-radius: 5px;*/
  /*padding: 4px 8px;*/
  /*-moz-box-sizing: border-box;*/
  /*-webkit-box-sizing: border-box;*/
  /*-ms-box-sizing: border-box;*/
  /*box-sizing: border-box;*/
}

input[type=submit], input[type=reset], button:hover {
  /*background: #ffffff;*/
  /*background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ3JSIgc3RvcC1jb2xvcj0iI2Y2ZjZmNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZGVkZWQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);*/
  /*background: -moz-linear-gradient(top,  #ffffff 0%, #f6f6f6 47%, #ededed 100%);*/
  /*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(47%,#f6f6f6), color-stop(100%,#ededed));*/
  /*background: -webkit-linear-gradient(top,  #ffffff 0%,#f6f6f6 47%,#ededed 100%);*/
  /*background: -o-linear-gradient(top,  #ffffff 0%,#f6f6f6 47%,#ededed 100%);*/
  /*background: -ms-linear-gradient(top,  #ffffff 0%,#f6f6f6 47%,#ededed 100%);*/
  /*background: linear-gradient(to bottom,  #ffffff 0%,#f6f6f6 47%,#ededed 100%);*/
  /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 );*/
  /*-moz-text-shadow: 1px 1px 1px #f2f5f6;*/
  /*-webkit-text-shadow: 1px 1px 1px #f2f5f6;*/
  /*text-shadow: 1px 1px 1px #f2f5f6;*/
}

input[type=submit]:hover, input[type=reset]:hover,
button:hover {
  /*-moz-box-shadow: 0 0 5px #ddd;*/
  /*-webkit-box-shadow: 0 0 5px #ddd;*/
  /*box-shadow: 0 0 5px #ddd;*/
  /*color: #BE1623;*/
}

form .errors {
  color: #DD4B39;
  font-size: 0.8em;
}

form ul.errors {
  list-style: none;
  color: #DD4B39;
  font-size: 0.8em;
  padding: 0;
}

form .required:after {
  content: "*";
  font-weight: bold;
  color: #f00;
}

.franchise-form fieldset legend {
  background-color: #f8f9fa !important;
  padding: .25rem 1rem;
}

#franchiseApplication {

}

#franchiseApplication > header {
  background-color: #555;
  color: #fff;
  text-align: center;
  padding: 8px;
}

#franchiseApplication > header .title {
  font-size: 1.714em;
  font-weight: bold;
}

#franchiseApplication fieldset {
  border: 0;
  padding: 0;
  margin: 0;
}

#franchiseApplication fieldset legend {
  font-weight: bold;
  font-size: 1.2em;
  width: 100%;
  background-color: #eee;
  padding: 4px;
  margin: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

#franchiseApplication fieldset dd, #franchiseApplication fieldset dt {
  float: left;
}

#franchiseApplication fieldset dt, #franchiseApplication fieldset dd {
  width: 50%;
  text-align: right;
  margin: 4px 0;
}

#franchiseApplication fieldset dl dt label {
  margin-right: 1em;
  display: block;
}

#franchiseApplication fieldset dl dd input, #franchiseApplication fieldset dl dd select,
#franchiseApplication fieldset dl dd textarea {
  width: 100%;
}

#franchiseApplication dl dd textarea {
  height: 100px;
}

#franchiseApplication .errors {
  font-size: 0.8em;
  color: #DD4B39;
}

.frmAssessment {

}

.frmAssessment h1 {
  color: #23758f;
  text-transform: none;
}

.frmAssessment fieldset {
  border: 0;
  padding: 0;
}

.frmAssessment .description,
.frmAssessment .hint {
  color: #444;
  font-size: 0.9em;
}

/* Start Assessment Form Styles */
.frmAssessment .grayArea {
  background-color: #eee;
}

.frmAssessment .subform, .frmAssessment .subform table {
  padding: 0;
}

.frmAssessment .subform fieldset {
  margin: 0;
}

.frmAssessment fieldset {
  margin-top: 16px;
}

.frmAssessment fieldset legend {
  font-weight: bold;
  font-size: 1.2em;
}

.frmAssessment fieldset > dl, .frmAssessment fieldset table {
  background-color: #F6F9FF;
  display: inline-block;
  width: 100%;
  padding: 8px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.frmAssessment fieldset table {
  width: 100%;
}

.frmAssessment fieldset table td {
  padding: 4px 8px;
  vertical-align: top;
}

.frmAssessment .form-language-description dl, .frmAssessment .form-language-description dl dd {
  margin-top: 8px;
}

/* Form Elements */
.frmAssessment input[type=text], .frmAssessment select, .frmAssessment textarea {
  width: 100%;
}

.frmAssessment textarea {
  height: 150px;
}

.frmAssessment input[type=checkbox] {
  margin: 4px 8px;
}

/* Form Formats */
.frmAssessment table td.formElementLabelWrapper {
  width: 20%;
}

.frmAssessment table td.formElementWrapper {
  width: 30%;
}

.frmAssessment table.rowHas4Elements td.formElementLabelWrapper {
  width: 12.5%;
}

.frmAssessment table.rowHas4Elements td.formElementWrapper {
  width: 12.5%;
  border-right: 1px dotted;
}

.frmAssessment table.rowHas4Elements td.formElementWrapper:last-child {
  border-right: 0;
}

/* Customs */
.frmAssessment #languageSkill table td, .frmAssessment #languageSkill table th {
  padding: 4px 8px;
}

.frmAssessment #childrenAgesWrapper input[type=text] {
  width: 18%;
}

.frmAssessment .subform .subform legend {
  display: none;
}

/* End Assessment Form Styles */

/*
 * Layout Style
 */
header > .social-buttons {
  margin: 8px 15px;
  float: right;
}

.container.outer {
  background-color: #fff;
  box-shadow: 0 20px 50px 20px #ddd;
}

.header .navbar {
  margin-left: -15px;
  margin-right: -15px;
}

.footer {
  color: #fff;
  font-size: 13px;
  text-shadow: 1px 1px 2px #444;
}

.footer .section-title {
  font-size: 1.17em;
  font-weight: bold;
}

.footer a {
  color: #fff;
}

.footer .outer {
  background: #cd0c1a url(/images/bg_ft.jpg) no-repeat;
  background-size: contain;
  border-radius: 0 0 10px 10px;
}

.footer-nav {
  padding-left: 0;
}

.footer-nav > li {
  list-style: square;
  margin-left: 1.2rem;
}

@media (min-width: 576px) {
  .container.outer {
    overflow: visible !important;
  }
}

/* =============================== *\
 					Home Page
\* =============================== */
.h-icon {
  background: url('/images/icons1.png') no-repeat;
  display: inline-block;
  width: 18px;
  height: 18px;
  vertical-align: middle;
}

.h-icon-feature {
  background-position: -96px -320px;
}

.h-icon-events {
  background-position: -32px -576px;
}

.h-icon-announce {
  background-position: -352px -288px;
}

.h-icon-news {
  background-position: -480px -384px;
}

.h-box {
  /*margin-bottom: 1.5rem;*/
}

.h-box-header {
  color: #fff;
  background-color: #be1623;
  border-top-left-radius: .5rem;
  border-top-right-radius: .5rem;
  padding: .3rem .9rem;;
}

.h-box-body {
  border-bottom-left-radius: .5rem;
  border-bottom-right-radius: .5rem;
  padding: 1rem;
}

.social-button {
  display: inline-block;
  margin: 0 4px;
  vertical-align: top;
}

#homePage .leftBox, #homePage .rightBox {
  margin: 10px;
}

#homePage .leftBox {
  width: 500px;
  margin-left: 20px;
}

#homePage .rightBox {
  width: 400px;
  margin-right: 20px;
}

#immiPrograms {
  margin-top: 0;
  padding-bottom: 10px;
}

#immiPrograms table {
  width: 100%;
}

#immiPrograms table td {
  padding: 4px 12px;
}

#immiPrograms table thead td {
  font-size: 1.143em;
  color: #fff;
  background: #be1623;
}

#immiPrograms table tr.odd {
  background: #eee;
}

#immiPrograms table a {
  color: #000;
}

.clock {
  text-align: center;
}

.clock-title {
  border: 1px solid #ccc;
  display: inline-block;
  padding: 4px 8px;
}

.clock-widget {
  border: 0;
  display: block;
  margin: 0 auto;
  width: 150px;
  height: 150px;
}

#specialFeatures .colOne, #specialFeatures .colTwo,
#clocks .colOne, #clocks .colTwo {
  width: 50%;
  padding: 12px;
  float: left;
}

#specialFeatures .colOne {
  border-right: 1px dotted #ddd;
}

#clocks .colOne, #clocks .colTwo {
  text-align: center;
}

#clocks header {
  color: #000;
  font-weight: bold;
  line-height: 16px;
  border: 1px solid #ccc;
  width: 140px;
  padding: 2px 1px;
  margin: 4px auto;
}

.coda-slider, .coda-nav, .coda-slider .panel { /* content slider */
  color: #666;
  width: 400px;
}

.coda-slider .panel-wrapper {
  margin: 12px;
}

.coda-slider figure {
  font-size: 0; /* remove spacing */
  float: left;
}

.coda-slider figure img {
  border: 1px solid #ccc;
  -moz-box-shadow: 0 0 3px #ccc;
  -webkit-box-shadow: 0 0 3px #ccc;
  box-shadow: 0 0 3px #ccc;
  margin-right: 10px;
  margin-bottom: 10px;
}

.coda-slider .shareButtons {
  float: right;
}


/* =============================== *\
 					Contact us Page
\* =============================== */
#contactUsPage .leftBox {
  width: 500px;
}

#contactUsPage .rightBox {
  width: 400px;
}

#contactUsPage .sectionBox > header {
  text-transform: uppercase;
}

#contactUs-wrapper .contentBox .content {
  padding: 20px 10px;
}

#contactUs-wrapper #staffInfo .slc-icons {
  float: left;
  position: relative;
  top: 4px;
  margin-right: 4px;
}

#contactInfo {

}

#contactInfo h3 {
  color: #000;
}

#contactInfo .map {
  width: 50%;
  height: 180px;
  float: left;
}

#contactInfo .address {
  margin-top: 8px;
}

#contactInfo dl dt {
  font-weight: bold;
  float: left;
}

#contactInfo dl dd {
  padding-left: 1.5em;
}

#staffInfo {

}

#staffInfo .person {
  margin: 16px 0;
}

#staffInfo .person .name {
  font-size: 1.17em;
  color: #000;
}

#staffInfo .person .position {
  font-style: italic;
}

#staffInfo .person .contact {
  margin: 4px 0;
}

#contactForm {

}

#contactForm dl dd {
  padding: 0;
  margin: 0;
}

#contactForm input, #contactForm textarea {
  width: 100%;
  padding: 8px;
  margin: 6px 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

/* =============================== *\
 					Sitemap Page
\* =============================== */
#siteMapPage ul li {
  line-height: 1.429em;
}


/* =============================== *\
 					Image Gallery
\* =============================== */
#imageLibrary {
  margin: 20px auto;
}

#imageLibrary .item {
  background-color: #fff;
  padding: 5px;
  border: 1px solid #ccc;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 1px 1px 5px #ccc;
  -webkit-box-shadow: 1px 1px 5px #ccc;
  box-shadow: 1px 1px 5px #ccc;
  width: 202px;
}

#imageLibrary .item .image {
  opacity: 0.8;
}

#imageLibrary .item .image:hover {
  opacity: 1;
}

/* =============================== *\
 					Immigrations Page
\* =============================== */
#quebecPointTable, #pnpProvincesTable {
  background-color: #eee;
  border: 1px solid;
  border-collapse: separate;
  margin: 0 auto;
}

#quebecPointTable th, #quebecPointTable td,
#pnpProvincesTable th, #pnpProvincesTable td {
  text-align: center;
  border: 1px solid;
  padding: 4px 8px;
}

#quebecPointTable th, #pnpProvincesTable th {
  background-color: #ccc;
}

#imOtherCountries table.investOpt tr {
  border-bottom: 1px solid #eee;
}

#imOtherCountries figure {
  float: left;
  margin: 0 10px 10px 0;
}

/* =============================== *\
 					Posts Page
\* =============================== */
.entryList {

}

.entryList .item {
  border-bottom: 1px dotted #ddd;
  margin: 16px 0;
  padding-bottom: 16px;
}

.entryList .item .title a {
  color: #000;
  font-size: 1.714em;
  font-weight: bold;
}

.entryList .item .date {
  color: #bbb;
  font-size: 0.857em;
}

.entryList .item .content {
  margin: 16px 0;
}

.entryList .item figure {
  font-size: 0;
  float: left;
}

.entryList .item figure img {
  margin: 0 16px 16px 0;
}

.entryList .item .shareButtons {
  float: right;
  margin: 0;
}

#postEntry {

}

#postEntry h1 {
  text-transform: none;
}

#postEntry > .title {
  margin: 0;
}

#postEntry > .date {
  color: #bbb;
}

#postEntry > .content {
  margin-top: 32px;
}

#postEntry .shareButtons {
  margin: 0;
  margin-top: 32px;
  float: right;
}

#successStoriesPage > h1 {
  text-shadow: 1px 1px 1px #ccc;
  margin-bottom: 0;
}

#successStoriesPage .item {
  border: 1px solid #ccc;
  padding: 10px;
  margin: 10px 0;
}

#successStoriesPage .item .title {
  color: #000;
  background-color: #f7f7f7;
  padding: 4px 8px;
  margin: 0;
}

.box {
  box-sizing: border-box;
  border: 1px solid #999;
  margin: 20px 0;
  padding: 0 20px;
}

.box-gray {
  background-color: #eee;
}

.container-bottom {
  border-radius: 0px 0px 10px 10px;
  -webkit-border-radius: 0px 0px 10px 10px;
  -moz-border-radius: 0px 0px 10px 10px;
  overflow: hidden;
  margin-bottom: -16px;
}

/* Assessment Form */
.form-title {
  color: #23758f;
}

.form-fieldset legend {
  font-size: 1rem;
  font-weight: 600;
}

.assessment-form input[type=text],
.assessment-form input[type=email],
.assessment-form select {
  /*width: 100%;*/
}

.assessment-form > fieldset {
  /*background-color: #f6f9ff;*/
  /*border: 0;*/
  /*border-radius: 10px;*/
  /*margin-bottom: 20px;*/
  margin-bottom: 1rem;
}

.assessment-form legend {
  /*padding-top: 1rem;*/
}

.assessment-form fieldset > dl {
  margin-left: -30px;
}

.assessment-form fieldset > dl dt[id$='-label'],
.assessment-form fieldset > dl dd[id$='-element'] {
  float: left;
  padding-left: 30px;
  margin-bottom: 10px;
  box-sizing: border-box;
  width: 25%;
}

.assessment-form .form-fields {
  background-color: #f6f9ff;
  border-radius: 1rem;
  padding: 1rem;
  margin-bottom: 1rem;
}

.form-linebreak {
  clear: left;
}

.subform {
  clear: both;
  padding-left: 30px;
}

.subform fieldset > legend {
  font-size: 14px;
  top: 0;
}

.subform fieldset {
  margin-bottom: 0;
}

.form-cols-3 {
  width: 75% !important;
}

.assessment-lingual-skills fieldset {
  margin-bottom: 0;
}

.assessment-lingual-skills fieldset > legend {
  font-size: 1.25rem;
}

.assessment-lingual-skills > table {
  width: 100%;
}

.assessment-lingual-skills > table tr td {
  padding: 5px;
}

.assessment-lingual-skills > .hint dl dt {
  /*font-weight: bold;*/
}

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

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

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

.box-note {
  border: 1px solid #ccc;
  padding: 20px;
  background-color: #eee;
  margin: 20px 0;
}

.box-note:before {
  content: 'NOTE:';
  font-weight: bold;
}

.border-thick th,
.border-thick td {
  border-width: 2px !important;
}

.border-black th,
.border-black td {
  border-color: #333 !important;
}

/**
 * GALLERY
 */
.gallery-grid {
  margin-left: -0.5%;
  margin-right: -0.5%;
}

.gallery-grid-item {
  width: 25%;
  min-height: 1px;
}

.gallery-media {
  padding: 0 10px;
  /*border: 1px solid #ddd;*/
}

.gallery-media:hover {
  /*box-shadow: #ccc 0 0 8px;*/
}

.gallery-media-object {
  font-size: 0;
  margin: 0 -10px 0 -10px;
  display: block;
}

.gallery-media-caption {
  word-wrap: break-word;
  margin-top: 0.8em;
}

.staff-profiles .staff-profile:nth-child(odd) figure {
  float: left;
  margin: 0 1rem 1rem 0;
}

.staff-profiles .staff-profile:nth-child(even) figure {
  clear: left;
  float: right;
  margin: 0 0 1rem 1rem;
}

.staff-profile {
  clear: both;
}

.staff-profile figure {
  font-size: 12px;
  text-align: center;
  width: 150px;
}

.staff-profile figure img {
  width: 150px;
  height: 182px;
  margin-bottom: 1rem;
}
