
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/*
 * -- BASE STYLES --
 * Most of these are inherited from Base, but I want to change a few.
 */
body {
    line-height: 1.7em;
    /*color: #7f8c8d;*/
    color: #333;
    font-size: 13px;
}

h1,
h2,
h3,
h4,
h5,
h6,
label {
    color: #34495e;
}

.panel-category{
  font-size:.8rem;
  color:#7f8c8d;
}

.panel-short-description{
  text-align:left;
  font-size:.8rem;
  color:#505050;
  line-height:1rem;
}

.pure-img-responsive {
    max-width: 100%;
    height: auto;
}

/*
 * -- LAYOUT STYLES --
 * These are some useful classes which I will need
 */
.l-box {
    padding: 0.5em;
}

.l-box-header {
  padding: 0.5em;
  padding-top:0px;
}

.l-box-lrg {
    padding: 2em;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}

.is-center {
    text-align: center;
}
#app-listing-header, #category-header {
    padding-top: 0;
}
#app-listing-content {}
#app-listing-sidebar {
    padding: 0;
}


.panel
{
    margin-bottom: 10px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 10px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
    border-color: #ddd;
    padding: 10px;
}

.panel:hover
{
  background: #FFFFFF;
border: 1px solid #EBECEE;
box-shadow: 1px 2px 6px 0 rgba(0,0,0,0.30);
border-radius: 10px;
}

.panel-heading > img {
    width: 100%;
    border-radius: 5px;
    height:130px;
}

.panel-body-description {
  height:120px;
}

.panel-body-category {
  height:45px;
}

/*
 * -- PURE FORM STYLES --
 * Style the form inputs and labels
 */
.pure-form label {
    margin: 1em 0 0;
    font-weight: bold;
    font-size: 100%;
}

.pure-form input[type] {
    border: 2px solid #ddd;
    box-shadow: none;
    font-size: 100%;
    width: 100%;
    margin-bottom: 1em;
}

/*
 * -- PURE BUTTON STYLES --
 * I want my pure-button elements to look a little different
 */
.pure-button {
    background-color: #1f8dd6;
    color: white;
    padding: 0.5em 2em;
    border-radius: 5px;
}

a.pure-button-primary {
    background: white;
    color: #1f8dd6;
    border-radius: 5px;
    font-size: 120%;
}

.step-profile-buttons {
  text-align:center !important;
  border:none; 
  background-color:#D7D7D7 !important; 
  color:black !important;
  padding:15px !important;
  margin-bottom:15px !important;
  line-height:.9;
}

.step-profile-buttons:hover {
  color:white !important;
}
/*
 * -- MENU STYLES --
 * I want to customize how my .pure-menu looks at the top of the page
 */

.home-menu {
    padding: 20px;
    text-align: center;
    box-shadow: 0 1px 1px rgba(0,0,0, 0.10);
}
.home-menu {
    background: #507FB3;
    height: 68px;
}
.pure-menu.pure-menu-fixed {
    /* Fixed menus normally have a border at the bottom. */
    border-bottom: none;
    /* I need a higher z-index here because of the scroll-over effect. */
    z-index: 4;
}

.home-menu .pure-menu-heading {
    color: white;
    text-transform: none;
    float: left;
}

.home-menu .pure-menu-selected a {
    color: white;
}

.home-menu a {
    color: #6FBEF3;
}
.home-menu li a:hover,
.home-menu li a:focus {
    background: none;
    border: none;
    color: #AECFE5;
}


/*
 * -- CONTENT STYLES --
 * This represents the content area (everything below the blue section)
 */
.content-wrapper {
    /* These styles are required for the "scroll-over" effect */
    position: absolute;
    top: 65px;
    width: 100%;
    min-height: 12%;
    z-index: 2;
    background: white;

}

/* We want to give the content area some more padding */
.content {
    padding: 1em 1em 3em;
}

/* This is the class used for the main content headers (<h2>) */
.content-head {
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin: 2em 0 1em;
}

/* This is a modifier class used when the content-head is inside a ribbon */
.content-head-ribbon {
    color: white;
}

/* This is the class used for the content sub-headers (<h3>) */
.content-subhead {
    color: #1f8dd6;
}
    .content-subhead i {
        margin-right: 7px;
    }

/* This is the class used for the dark-background areas. */
.ribbon {
    background: #2d3e50;
    color: #aaa;
}

/*
 * -- TABLET (AND UP) MEDIA QUERIES --
 * On tablets and other medium-sized devices, we want to customize some
 * of the mobile styles.
 */
@media (min-width: 48em) {

    /* We increase the body font size */
    body {
        font-size: 16px;
    }

    /* We can align the menu header to the left, but float the
    menu items to the right. */
    .home-menu {
        text-align: left;
    }
        .home-menu ul {
            float: right;
        }

    /* We increase the height of the splash-container */
/*    .splash-container {
        height: 500px;
    }*/



    /* We remove the border-separator assigned to .l-box-lrg */
    .l-box-lrg {
        border: none;
    }

}

h4
{
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 700;
  font-size: 18px;
  color: #505050;
  text-align: left;
  margin: 0px;
}

body
{
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 14px;
  /*color: #7B7B7B;*/
  color: #333;
  line-height: 20px;
}

.cta-2
{
  background: inherit;
}

.cta-1
{
  background: #99C221;
}

.cta
{
  border-radius: 3px;
  border: 2px solid #99C221;
  color: white;
  height: 30px;
  padding:3px 20px;
}

.cta-box {
    margin-left: 0.5em;
    margin-top: 1em;
    padding: 1em;
    border-radius: 10px;
    border: 1px solid #D7D7D7;
}

#search_input
{

    border-radius: 3px;
    border: rgba(0, 0, 0, 0.2);
    color: #000;
    background: none;
    height: 35px;
    width: 240px;
    border: none;
    padding-left: 10px;
    font-family: 'Source Sans Pro', sans-serif;
}

.search-div {
    display: inline-block;
    float: right;
    background-color: #ffffff;
    border-radius: 5px;
    position: relative;
}

.search-icon {
  color: #4A5C82;
  position: absolute;
  width: 12px;
  height: 12px;
  border: solid 2px currentColor;
  border-radius: 100%;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  right: 15px;
  top: 10px;
  position: absolute;
}

.search-icon:before {
  content: '';
  position: absolute;
  top: 9px;
  left: 4px;
  height: 6px;
  width: 2px;
  background-color: currentColor;
}

input::-webkit-input-placeholder, input:focus::-webkit-input-placeholder{
    color: #888;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: white;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: white;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: white;
}

li.pure-menu-item
{
    margin: 0px 5px;
}


h1
{
  font-size: 27px;
  color: #505050;
  text-align: left;
  line-height: 60px;
  font-weight: 600;
  font-family: 'Source Sans Pro', sans-serif;
  margin: 0px !important;

}
h5{
  color:#505050;
  font-size: 22px;
  font-weight: 600;
}

ul
{
  list-style: none;
  margin: 0px;

}

.large-txt
{
  font-weight: 600;
    font-family: 'Source Sans Pro', sans-serif;
font-size: 20px;
color: #000000;
}

a
{
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 16px;
  color: #000000;
  text-align: justify;
  line-height: 24px;
}



ul + .large-txt {
    margin-top: 10px;
    display: block;
}

li>a {
  font-size: 16px;
  color: #000000;
  text-align: justify;
  line-height: 24px;
}

.panel-info
{
  height: 25px;
}

.preferred
{
  font-size: 12px;
  color: #FAAF3A;
  text-align: left;
  line-height: 18px;
  font-weight: 600;
  font-family: 'Source Sans Pro', sans-serif;
  vertical-align: middle;
}

.premium
{
  font-size: 12px;
  color: #A6CA00;
  text-align: left;
  line-height: 18px;
  font-weight: 600;
  font-family: 'Source Sans Pro', sans-serif;
  vertical-align: middle;
}

.category-menu
{
  padding: 0px;
}

.nav-controls, .nav-controls-internal{

  text-align: center;
  margin: 10px 0;
}


.nav-btn
{
  width: 9px;
  height: 9px;
  padding: 0;
  margin: 0 5px;
  border-radius: 50%;
  background: #ddd;
  border: 0;
}

button.nav-btn.tns-nav-active {
    background: #7B7B7B;
}

.no-space
{
  margin: 0px;
  padding: 0px;
}

a.pure-menu-heading.no-space.large-txt {
    margin-bottom: 4px;
}

.tns-inner {
    margin-left: 0px !important;
    margin-right: -3px !important;
}

.mdm-button
{
  background: #99C221;
  border: none;
  color: white;
  font-size: 18px;
  padding: 9px 20px;
  text-align: right;
  margin-right: 10px;
  font-family: 'Source Sans Pro', sans-serif;
}

.pure-g
{
  max-width: 1000px;
  margin: 0 auto;
}

.type-icons
{
  height: 12px;
  width: 12px;
}

.footer-hr
{
  border: 1px solid #B8B8B8;
  margin-top: 45px;
  margin-bottom: 30px;
}

.logo
{
  width: 100%;
  margin-bottom: 20px;
}

.contact-link
{
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 18px;
  color: #4C4E56;
  line-height: 20px;
  border-bottom: 2px solid #99C221;
  float: right;
}

.content-div
{
  min-height: 400px;
}



.content-link+.content-link
{
  margin-left: 30px;
}

.content-div
{
  margin-top: 40px;
}


.bullet+.bullet
{
  margin-left: 10px;
}

label.bullet
{
    font-size: 12px;
    color: #7B7B7B;
    line-height: 20px;
    font-family: 'Source Sans Pro', sans-serif;
    background: #FFFFFF;
    border: 1px solid #D7D7D7;
    border-radius: 15px;
    padding: 5px 10px;
}

hr
{
  border: 1px solid #D7D7D7;
  margin: 10px 0px !important;
}

.no-padding
{
  padding:0px;
}

.img-slider
{

  height: 427px;
  border-radius: 10px;
  width: 100%;
}

.integration-btn
{
  width: 100%;
  height: 45px;
  font-size: 16px;
  color: #FFFFFF;
  text-align: center;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 600;
  margin-bottom: 10px;
}

.integration-btn-auto-height
{
  width: 100%;
  height: auto;
  font-size: 16px;
  color: #FFFFFF;
  text-align: center;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 600;
  margin-bottom: 10px;
}

a {
    text-decoration: none;
}

.panel-divider
{
  background: #FFFFFF;
  box-shadow: 1px 2px 6px 0 rgba(0,0,0,0.50);
  border-radius: 10px;
  padding: 20px 20px;
  text-align: center;
  margin-bottom: 10px;
}

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

.user-answer-tag{
  display:inline-block;
  background: #507fb3;
  color:white;
  border-radius: 7px;
  padding:5px;
  text-align: left;
  font-size: .7rem;
  margin-top:5px;
  margin-right:5px;
  
}

.flex-row{
  display:flex;
  flex-direction: row;
  align-items: center;
  flex-wrap:wrap;
}

.user-answer-tag h6{
  color:white;
  font-size:.8rem;
  font-weight:500;

}

.left-margin{
  margin-left:5px;
}

.deleteMe{
  font-size:.9rem;
}

.deleteMe:hover{
  cursor: pointer;
}

.center-align
{
  text-align: center !important;
  justify-content: center;
}

.content-div ul {

    list-style: inherit !important;
}


/* links */

label.active.pagination-link
{
  font-weight: 800;
}

.pagination-link + .pagination-link
{
  margin-left: 10px;
}

a.content-box:hover {
  text-decoration: none;
}

.title-box
{
  height: 80px;
}

.large-breadcrumb
{
  color: #505050;
  font-size: 1.6rem;
  text-decoration:underline;
}

.breadcrumbs
{
  color: #505050;
  text-decoration:underline;
}

.priority-badge {
  margin-left: .5em;
}

.vidyard_iframe
{
  padding-right:15px;
}

a.resources-link
{
  display: block !important;
}

#demo-modal div.modal-dialog {
    width: 75%;
}

#demo-modal div.modal-dialog div.modal-body {
    height: calc(100vh - 124px - 1em);
}

#demo-modal div.modal-dialog div.modal-body iframe {
    height: 100%;
    width: 100%;
}

.profile-form h3, label{
  text-align:left;
  color: #505050;
}

.profile-form label{
  font-size:1.1rem;
}

#profile_menu_button:hover{
  cursor:pointer;
}