/**
 *  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: 10px 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;
}
/* 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-item-link {
  font-size: 16px;
}
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;
}
/* This keeps the menu items in top nav separated and in that color */
.navbar-nav > li > a,
.navbar-nav > li > span {
  color: #2683b4;
  display: block;
  padding: 10px 25px;
  padding-bottom: 0;
  padding-top: 31px;
  position: relative;
  /* my addition to make this look like the login font */

  font-size: 16px !important;
  font-weight: 600 !important;
  letter-spacing: .0625rem !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;
}
/* Adjusting default font */
body {
  font-family: canada-type-gibson, helvetica neue, Helvetica, Arial, sans-serif;
  font-size: 1.125rem;
}
