/**
 *  Commonly used variables to customize styles
 *  Theme: Simpledev
 *  NOTES:
 *  1. when downloading this file as custom_template.less, you will need to
 *  	rename it to custom.less before uploading using file manager.
 *  2. use rgba or HEX values for colors instead of color names
 *  	If the value is another variable, you will need to uncomment that variable as well.
 *		eg: if you use:
 *			@link-hover-color: @main-color;
 *  		you will also need to uncomment @main-color and give it a HEX value
 */
/* title area back-button-background color */
/* title area back-button-border color */
/* title area back-button-border color, hover */
/* title area back-button-border color, clicked */
/* title area back-button-border color, disabled */
/* page-level primary button background color */
/* page-level primary button border color */
/* page-level primary button text color */
/* page-level primary button background color - hover */
/* page-level primary button border color - hover */
/* page-level primary button text color - hover */
/* page-level primary button background color - active */
/* page-level primary button border color - active */
/* page-level primary button text color - active */
/* page-level primary button background color - disabled */
/* page-level primary button border color - disabled */
/* page-level primary button text color - disabled */
/* page-level secondary button background color */
/* page-level secondary button border color */
/* page-level secondary button text color */
/* page-level secondary button background color - hover */
/* page-level secondary button border color - hover */
/* page-level secondary button text color - hover */
/* page-level secondary button background color - active */
/* page-level secondary button border color - active */
/* page-level secondary button text color - active */
/* page-level secondary button background color - disabled */
/* page-level secondary button border color - disabled */
/* page-level secondary button text color - disabled */
/* content-level button background color */
/* content-level button border color */
/* content-level button text color */
/* content-level button background color - hover */
/* content-level button border color - hover */
/* content-level button text color - hover */
/* content-level button background color - active */
/* content-level button border color - active */
/* content-level button text color - active */
/* content-level button background color - disabled */
/* content-level button border color - disabled */
/* content-level button text color - disabled */
/* content-level-call-to-action button background color */
/* content-level-call-to-action button border color */
/* content-level-call-to-action button text color */
/* content-level-call-to-action button background color - hover */
/* content-level-call-to-action button border color - hover */
/* content-level-call-to-action button text color - hover */
/* content-level-call-to-action button background color - active */
/* content-level-call-to-action button border color - active */
/* content-level-call-to-action button text color - active */
/* content-level-call-to-action button background color - disabled */
/* content-level-call-to-action button border color - disabled */
/* content-level-call-to-action button text color - disabled */
/* form-level primary button background color */
/* form-level primary button border color */
/* form-level primary button text color */
/* form-level primary button background color - hover */
/* form-level primary button border color - hover */
/* form-level primary button text color - hover */
/* form-level primary button background color - active */
/* form-level primary button border color - active */
/* form-level primary button text color - active */
/* form-level primary button background color - disabled */
/* form-level primary button border color - disabled */
/* form-level primary button text color - disabled */
/* form-level secondary button background color */
/* form-level secondary button border color */
/* form-level secondary button text color */
/* form-level secondary button background color - hover */
/* form-level secondary button border color - hover */
/* form-level secondary button text color - hover */
/* form-level secondary button background color - active */
/* form-level secondary button border color - active */
/* form-level secondary button text color - active */
/* form-level secondary button background color - disabled */
/* form-level secondary button border color - disabled */
/* form-level secondary button text color - disabled */
/* body background color */
/* primary text color */
/* link color */
/* link hover color */
/* color of heading text in content areas */
/*link colors inside the dropdown menu*/
/* hover color of dropdown menu links */
/* hover background color of dropdown menu links */
/* outside border of left nav */
/* highlighted link of left nav */
/* background color of highlighted link of left nav */
/* border color of highlighted link of left nav */
/* default link colors of left nav */
/* text color of tooltips */
/* background color of tooltips */
/* page header text color */
/* page header background color */
/* page header navbar text color */
/* title area requires a top border separating it from the navbar */
/* title area requires a bottom border separating it from the content */
/* title area also requires a background color */
/* title area text color */
/* title area back-button-border color */
/* background color of 'selected' navbar item */
/* text color of 'selected' navbar item */
/* top border color of 'selected' navbar item */
/* background color of the footer area */
/* text color of the footer area -- mostly for the address area */
/* text color of the header of each column in the footer area content */
/* the link colors in each column in the footer area content */
/* the divider betweeen the columns in the footer area content and everything below it */
/* the location of the sprite file with the system icons */
/* the location of the sprite file with the social network icons */
/* the location of the sprite file with the alert message icons */
/* the location of the logo image file */
/* the height of the logo */
/* the width of the logo */
/* whenever a url (not necessarily a link) is actually displayed on the page, this is the text color it takes on */
/* border color of the input field when focus is on it */
/* dialog variables */
/* leftnav filters  */
/* panel */
/* subnav surrounding and dividing borders */
/* subnav group border */
/* distinctive color of the selected subnav item */
/* "edit picture" icon bg color */
/* 'highlighted' text bg color */
/* chart filters container*/
/* autocomplete dropdown background color */
/* autocomplete dropdown border color */
/* autocomplete default text color */
/* autocomplete highlighted background color */
/* autocomplete highlighted text color */
/* markdown editor */
/* attributes of markdown previews/posts */
/* toggle swipe */
/* changes the appearance of the login button */
.soa-ui-cm-profile-signin {
  line-height: 1;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  border-radius: 1000px !important;
  transition: background .3s !important;
  padding: 14px 25px !important;
  display: inline-block !important;
  /* text-transform: uppercase !important; */

  font-size: 16px !important;
  font-weight: 600 !important;
  letter-spacing: .0625rem !important;
  text-decoration: none !important;
  top: 34px;
  color: #3d76d0 !important;
  border: 2px solid #3d76d0 !important;
}
/* changes the background of the login button on hover */
.soa-ui-cm-profile-signin:hover {
  background-color: #3d76d0 !important;
  color: #ffffff !important;
  transition: all .3s !important;
  -webkit-transition: all .3 !important;
}
.soa-ui-cm-nav {
  padding-top: 0;
}
.soa-ui-cm-nav-item-link {
  font-size: 16px;
}
.open > .soa-ui-cm-nav-item-link {
  font-weight: 600;
  color: #e8262a;
  box-shadow: inset 0 -8px 0 #e8262a;
}
.soa-control-cm-resources-menu-item {
  float: left;
}
.soa-control-cm-secondary-resources-menu {
  background: #333 !important;
  padding: 6px;
  padding-bottom: 10px;
  border: 0;
  position: absolute !important;
}
.soa-ui-cm-secondary-resources-menu-item {
  padding: 0 6px;
  position: relative;
}
.soa-control-cm-menu-item-link {
  line-height: 40px !important;
  font-size: 15px;
  color: #fff !important;
  display: inline-block !important;
  padding: 0 !important;
  background-color: transparent !important;
  border: 1px solid transparent !important;
  box-sizing: border-box;
}
.soa-control-cm-menu-item-link:hover {
  border-bottom: 1px solid #fff !important;
}
a.soa-ui-cm-nav-item-link > span:hover,
span.soa-ui-cm-nav-item-link > span:hover,
a.soa-ui-cm-nav-item-link > span:focus,
span.soa-ui-cm-nav-item-link > span:focus {
  text-decoration: underline;
}
.navbar-default {
  background-color: initial;
}
.navbar-nav {
  margin: 0;
  float: left;
}
/* This keeps the menu items in top nav separated and in that color */
.navbar-nav > li > a,
.navbar-nav > li > span {
  text-transform: uppercase;
  color: #404040;
  text-align: center;
  display: block;
  padding: 43px 5px;
  position: relative;
  font-size: 16px !important;
  line-height: 25px;
  letter-spacing: .0625rem !important;
  cursor: pointer;
}
.navbar-nav > li > span > span:hover {
  text-decoration: none !important;
}
a.soa-ui-cm-logo-link {
  outline: none;
  background: url(images/logo_228x60.png) no-repeat;
  height: 46px;
  width: 120px;
  background-size: contain;
}
.soa-ui-cm-logo {
  margin: 26px 0 0;
  padding-left: 12px;
  width: 144px;
}
/* size of linkedin and twitter logos in footer */
.social-container,
.social-icon {
  display: inline-block;
  height: 25px;
  width: 25px;
}
/* Blah */
html {
  height: 100%;
}
header,
footer {
  flex-shrink: 0;
  bottom: 0;
}
header .site-logo img {
  padding: 25px 0;
}
@media (max-width: 768px) {
  header .site-logo img {
    height: 80px;
  }
}
body {
  font-family: canada-type-gibson, helvetica neue, Helvetica, Arial, sans-serif;
  font-size: 1.5rem;
  line-height: 1.6;
  color: #666;
  background-color: #fff;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: flex;
  flex-direction: column;
  height: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 600;
  font-size: 1.8rem;
  color: #666;
}
a {
  color: #e8262a;
  text-decoration: none;
}
a:focus,
a:hover {
  color: #9e1019;
}
p {
  margin: 0 0 30px;
}
.container {
  margin-right: auto !important;
  margin-left: auto !important;
}
@media (min-width: 1200px) {
  .container {
    width: 1160px !important;
  }
}
.nav > li {
  margin-right: 35px;
}
.nav > li:last-of-type {
  margin-right: 0;
}
.soa-ui-cm-header-container {
  background: #fff;
  border-bottom: none;
}
.soa-ui-cm-page-container {
  min-height: 500px;
  flex: 1 0 auto;
  padding-top: 0;
}
.soa-ui-cm-page-inner {
  width: 100%;
  padding: 0;
  padding-top: 30px;
}
.soa-ui-cm-section-paragraph {
  line-height: 1.4;
  font-size: 1.4rem;
}
.soa-ui-cm-markdown-it-enabled-preview {
  padding-top: 0;
}
dt,
.table > thead > tr > th,
.soa-ui-cm-card-footer-container,
.soa-ui-cm-subnav a.list-group-item > span,
.soa-ui-cm-button {
  font-weight: 600;
}
label {
  font-weight: 400;
}
/* Cards */
.soa-ui-cm-cards {
  margin-top: 30px;
}
.soa-ui-cm-card {
  margin-bottom: 0 !important;
}
.soa-ui-cm-card > .soa-ui-cm-section {
  height: 56px;
}
/*  Footer fixes  */
.soa-ui-cm-footer {
  overflow: hidden;
  background-color: #f7f7f7;
  display: block;
  padding: 55px 0;
  font-size: 14px;
  line-height: 22px;
  color: #404040;
}
.header-row {
  display: flex;
  justify-content: space-between;
}
.footer-row {
  width: 100%;
}
.footer-col {
  margin-bottom: 20px;
}
.footer-col:last-of-type {
  margin-bottom: 0;
}
.header-col div {
  display: inline;
  margin-right: 35px;
}
.header-col div:last-of-type {
  margin-right: 0;
}
@media (min-width: 992px) {
  .footer-row {
    display: flex;
    justify-content: space-between;
  }
  .footer-col {
    margin-bottom: 0;
  }
  .footer-col.align-center {
    text-align: center;
  }
  .footer-col.align-right {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }
}
.footer-row a {
  color: #404040;
  text-decoration: none;
  text-transform: none;
}
.footer-row a:active,
.footer-row a:focus,
.footer-row a:hover {
  color: #404040;
  text-decoration: underline;
}
.footer-col.social::after,
.footer-col.social::before {
  display: table;
  content: ' ';
}
.footer-col.social li {
  float: left;
  display: block;
  padding-right: 8px;
}
.footer-col.social li:last-of-type {
  padding-right: 0;
}
.menu-item,
ul {
  margin: 0;
}
.footer-col.social ul {
  list-style: none;
  padding: 0;
  text-align: left;
}
.footer-col.social li a {
  display: block;
  color: #999;
  outline: 0;
  height: 28px;
  width: 28px;
  border-radius: 50%;
  font: 0/0 transparent;
  text-decoration: none;
  position: relative;
}
.footer-col.social a:before {
  font-weight: 400;
  text-decoration: inherit;
  text-transform: none;
  line-height: 1;
  font-smoothing: antialiased;
  text-align: center;
  font-style: normal;
  font-variant: normal;
  speak: none;
  display: inline-block;
  width: 1em;
  font-size: 28px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
