
body {
font-family: -apple-system, BlinkMacSystemFont, “Segoe UI”, Roboto, “Helvetica Neue”, Arial, sans-serif, “Apple Color Emoji”, “Segoe UI Emoji”, “Segoe UI Symbol”;
/* default is 1rem or 16px */
font-size: 14px;
font-weight: 400;
line-height: 1.5;
color: #666;
}
h5 {
	font-size:17px;
margin-bottom: 0.5rem;

line-height: 1.2;
color: inherit;
}

a {color: #885c9b;}
a:hover {
  color: #613475;
  text-decoration: none;  
}

/*Footer*/
footer {
  background-color:#263238;}
footer ul {
  color:#CCC;}
footer li { color:#CCC;}
.footer_link a {color:#ccc;}
.footer_link li {margin-bottom: 10px;}
footer li a:hover {
  color:#fff; 
  text-decoration:none;}
.bottom_border {
  border-bottom:1px solid #323f45;
  padding-bottom:20px;}
.social_footer_ul {
  display:table; 
  margin:15px auto 0 auto; 
  padding:0; }
.social_footer_ul li {
  padding-top:10px;
  float:left; }
.social_footer_ul li a {color:#CCC; border:1px solid #CCC; padding:8px;border-radius:50%;}
.social_footer_ul li i {width:20px; height:20px; text-align:center;}


.container .dropdown .dropdown-menu a:hover {
  background-color: #f2f4f5;
}
.dropdown .dropdown-submenu a {
  background-color: white;
}

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu a::after {
  transform: rotate(-90deg);
  position: absolute;
  right: 6px;
  top: .8em;
}

.dropdown-submenu .dropdown-menu {
  top: 0;
  left: 100%;
  margin-left: 0;
  margin-right: .1rem;
}

/* dropdown on hover START */ 
.dropdown>.dropdown-menu {
  top: 200%;
  transition: 0.3s all ease-in-out;
}
.dropdown:hover>.dropdown-menu {
  display: block;
  top: 100%;
}
.dropdown>.dropdown-toggle:active {
  pointer-events: none;
}

.pos_abs_fix {
  z-index: 1; 
}

@media only screen and (min-width: 980px) {
.dropdown-submenu>.dropdown-menu {
  top: 100%;
  transition: 0.3s all ease-in-out;}
.dropdown-submenu:hover>.dropdown-menu {
  display: block;
  top: 100%;}
.dropdown-submenu>.dropdown-toggle:active {
  pointer-events: none;}
.submenu_fix {
  margin-top: -30px;}
}
/* dropdown on hover END */ 

@media only screen and (max-width: 768px) {
.form-group label {
  text-align: left !important;}
.fixmobleft dt {
  text-align: left !important;}
}

.nav-link, .dropdown-item {
  color: #666;
  font-size: 14px;
}
.nav-link:hover, .dropdown-item:hover {
  color: #383838;
}
.dropdown-item {
  padding-left: 5%;
}

.account-wall {
    padding: 0px 25px 0px 10px;
    /*background-color: #f7f7f7;
    -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
		*/
}
.title {
    font-weight: normal;
}
.accountchooser ol {
    width: 100%;
    margin: 0;
    list-style: none;
    padding: 0;
}

.accountchooser ol li {
    padding-top: 5px;
    height: 50px;
    border-top: 1px solid #d5d5d5;
}
.accountchooser ol li:first-child {
    padding-top: 5px;
    height: 50px;
    border-top: 0px solid #d5d5d5;
}
.accountchooser ol li button {
    padding: 0;
    display: block;
    width: 100%;
    outline: none;
    border: 0;
    cursor: pointer;
    text-align: left;
    background: url(/static/images/arrow_right_1x.png) right center no-repeat;
    background-size: 21px 21px;
}

.accountchooser ol li button i {
    float: left;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    height: 30px;
    width: 30px;
		color:#ccc;
}
.accountchooser ol li button span.account-name {
    font-weight: bold;
    font-size: 16px;
    color: #427fed;
}
.accountchooser ol li button span {
    display: block;
    margin-left: 58px;
    padding-right: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.action {
    padding: 5px;
}
.action ul {
    width: 100%;
    margin: 0;
    list-style: none;
    padding: 0;
}
.action ul li:first-child {
    border-right: 1px solid #d5d5d5;
}
.action ul li {
    width: 49%;
    display: inline-block;
}
.action ul li a {
    color: #427fed;
    cursor: pointer;
    text-decoration: none;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    display: inline-block;
    background: none;
    text-align: center;
    padding: 12px 0;
    outline: none;
    text-decoration: none;
    border: 0;
}
/* FontAwesome for working BootSnippet :> */

@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');
#team {
    background: #eee !important;
}

.btn-primary:hover,
.btn-primary:focus {
    background-color: #885C9B;
    border-color: #885C9B;
    box-shadow: none;
    outline: none;
}

.btn-primary {
    color: #fff;
    background-color: #885C9B;
    border-color: #885C9B;
}

section {
    padding: 60px 0;
}

section .section-title {
    text-align: center;
    color: #007b5e;
    margin-bottom: 50px;
    text-transform: uppercase;
}

#team .card {
    border: none;
    background: #ffffff;
}

.image-flip:hover .backside,
.image-flip.hover .backside {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
    border-radius: .25rem;
}

.image-flip:hover .frontside,
.image-flip.hover .frontside {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.mainflip {
    -webkit-transition: 1s;
    -webkit-transform-style: preserve-3d;
    -ms-transition: 1s;
    -moz-transition: 1s;
    -moz-transform: perspective(1000px);
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transition: 1s;
    transform-style: preserve-3d;
    position: relative;
}

.frontside {
    position: relative;
    -webkit-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    z-index: 2;
    margin-bottom: 30px;
}

.backside {
    position: absolute;
    top: 0;
    left: 0;
    background: white;
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    -webkit-box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
    -moz-box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
    box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
}

.frontside,
.backside {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: 1s;
    -webkit-transform-style: preserve-3d;
    -moz-transition: 1s;
    -moz-transform-style: preserve-3d;
    -o-transition: 1s;
    -o-transform-style: preserve-3d;
    -ms-transition: 1s;
    -ms-transform-s...tyle: preserve-3d;
    transition: 1s;
    transform-style: preserve-3d;
}

.frontside .card,
.backside .card {
    min-height: 312px;
}

.backside .card a {
    font-size: 18px;
    color: #007b5e !important;
}

.frontside .card .card-title,
.backside .card .card-title {
    color: #885C9B !important;
}

.frontside .card .card-body img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
}
.purple {
	color:#885C9B;
}
.purple:hover {
  color:#885C9B;
}
.benefits h5 {
	display:inline;
  color: #885c9b;
  font-weight: bold;
}
.benefits img {
  vertical-align: top;
}
.action_button {
 position:relative;
 text-align: left;
 width:100%;
 color:#fff;
 font-size:17px;
 padding:17px 13px 15px 13px;
 font-weight:bold;;
 border:0;
 -webkit-border-radius:6px;
 -moz-border-radius:6px;
 border-radius:6px;
 box-shadow: 2px 2px 2px 2px #666;
 -webkit-transition: none;
 -moz-transition: none;
 transition: none;
 text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
 letter-spacing:1.3px;
 overflow:hidden;
 z-index:1;
}

.action_button:hover {
 text-decoration: none;
 color: #fffaed;
 cursor: pointer;
}
.action_button_green {
 background-color: #76A615;
 background-image: -moz-linear-gradient(top, #96C33B, #76A615);
 background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#96C33B), to(#76A615));
 background-image: -webkit-linear-gradient(top, #96C33B, #76A615);
 background-image: -o-linear-gradient(top, #96C33B, #76A615);
 background-image: linear-gradient(to bottom, #96C33B, #76A615);
 background-repeat: repeat-x;
 border-color: #76A615 #76A615 #002a80;
 border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#96C33B', endColorstr='#76A615', GradientType=0);
 filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.action_button_grey {
 background-color: #A9ABAC;
 background-image: -moz-linear-gradient(top, #A9ABAC, #808183);
 background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#A9ABAC), to(#808183));
 background-image: -webkit-linear-gradient(top, #A9ABAC, #808183);
 background-image: -o-linear-gradient(top, #A9ABAC, #808183);
 background-image: linear-gradient(to bottom, #A9ABAC, #808183);
 background-repeat: repeat-x;
 border-color: #A9ABAC #808183 #002a80;
 border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#A9ABAC', endColorstr='#808183', GradientType=0);
 filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.action_button_purple {
 background-color: #7F3589;
 background-image: -moz-linear-gradient(top, #672B70, #7F3589);
 background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#672B70), to(#7F3589));
 background-image: -webkit-linear-gradient(top, #672B70, #7F3589);
 background-image: -o-linear-gradient(top, #672B70, #7F3589);
 background-image: linear-gradient(to bottom, #672B70, #7F3589);
 background-repeat: repeat-x;
 border-color: #672B70 #7F3589 #002a80;
 border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7F3589', endColorstr='#672B70', GradientType=0);
 filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.action_button_orange {
 background-color: #EE7F01;
 background-image: -moz-linear-gradient(top, #EE7F01, #C46801);
 background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#EE7F01), to(#C46801));
 background-image: -webkit-linear-gradient(top, #EE7F01, #C46801);
 background-image: -o-linear-gradient(top, #EE7F01, #C46801);
 background-image: linear-gradient(to bottom, #EE7F01, #C46801);
 background-repeat: repeat-x;
 border-color: #EE7F01 #C46801 #002a80;
 border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#EE7F01', endColorstr='#C46801', GradientType=0);
 filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.action_arrow {
 position:absolute;
 top:5px;
 right:2px;
 width:85px;
z-index:2;
}
	
.form-control-plaintext {
 color: #666;
}

tr.rowlink {
  background-color: #ccc !important;
}

.line-through {
  text-decoration: line-through; 
}

.table-success-fix {
  background-color: #c3e6cb;}
.table-warning-fix {
  background-color: #ffeeba;}
.table-danger-fix {
  background-color: #f5c6cb;}
.table-info-fix {
  background-color: #bee5eb;}

table.details tr td:first-child {
  text-align:right;
	font-weight:bold;
}
table.details tr td{
  padding: 2px !important;
  margin: 0 !important;
}
.card-header {
	padding:.45rem 1.25rem .1rem 1.25rem;
}
.card-header h5 {
	font-weight:bold;
	padding-top:3px;
}
.btn-group-sm>.btn, .btn-xs {
  padding: .2rem .4rem;
  font-size: .775rem;
  line-height: 1.5;
  border-radius: .2rem;
}
.ribbon {
  background: url('/static/images/ribbon.png') no-repeat 155px 35px;
  background-size: 970px 46px;
}
@media screen and (max-width: 768px) {
.ribbon {
  background: url('/static/images/ribbon.png') no-repeat 130px 25px;
  background-size: 970px 46px;
}
}
.abtag {
  background-image: url('/static/images/abtagline.png') no-repeat 357px 19px;
}
.header-grey {
  color: #666;
  font-weight: bold;
}
.header-purple {
  color: #885C9B;
  font-weight: bold;
}
.pointer {
  cursor: pointer;
}
.pricing-table th, .pricing-table td {
  border-top: 3px solid #fff;
  border-left: 3px solid #fff;
}

.suggestblank {
  position: relative;}
.suggest {
  border-radius: 0.5em;}
.suggestoverlay {
  position: absolute;
  border-radius: 0.5em;
  background: black; 
  z-index: 1000000;
  opacity: 0.8;
  top: 0;
  left: 0; 
  width: 100%;
  height: 100%;
}
.kb_color ul a, .kb_color a  {
  color: #666;
}
.buynow_fix { 
  max-width: 100px;
}

.students_free p {
  background: url('/static/images/students_bg.png') no-repeat;
  max-width: 204px;
  height: 221px;
  padding-top: 60px;
  font-size: 18px;
  line-height: 1.3;
}
.bg_light_grey {
  background: #f2f4f5;}
.bg_dark_grey {
  background: #514C52;}
.bg_light_green {
  background: #60C010;}
.bg_dark_green {
  background: #156E15;}
.bg_purple { 
  background: #885C9B;}
.bg_light_orange {
  background: #FBA344;}
.bg_dark_orange {
  background: #ff8400;}
.bg_red {
  background: #ff0000;}

#twitter_update_list li {
  margin-bottom: 15px;}

.social i {
  color: #666;
  font-size: 21px;}
.fa-facebook-square:hover { 
  color: #3b5998;}
.fa-instagram:hover {
  color: #8a3ab9;}
.fa-twitter:hover {
  color: #1DA1F2;}
.fa-linkedin:hover {
  color: #0077B5;}
.fa-youtube-square:hover {
  color: #C4302B;}
.fa-envelope:hover {
  color: #F5d107;}

.fa-home {
  color: #666;}

.fa-check-circle {
  font-size: 25px;
}
.fa-apple, .fa-windows {
  font-size: 30px;}

.glyph_features img {
 color: #885c9b;
}



#show-next-image {
position: absolute; 
top: 200px;
right: -15px;
}
#show-previous-image {
position: absolute; 
top: 200px;
left: -15px;
}

/* ############ ACCORDIAN ############# */
#accordian {
  display: none;
}
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
  #accordian {
    display: block;
    width: 660px;
  }
  #accordian .slide {
    width: 500px;
    position: relative;
  }
  #accordian #slide1 {
  font-family: 'Ubuntu', sans-serif;
/*    background: url('/static/images/chalkboard.jpg') no-repeat top; */
    background-color: #733985; 
  }
  #accordian #slide2 {
    background: url('/static/images/banner2.jpg') no-repeat top left;
  }
  #accordian #slide3 {
    background: url('/static/images/banner3.jpg') no-repeat left;
  }
  #accordian #slide4 {
    background: url('/static/images/banner4.jpg') no-repeat left;
  }
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
  #accordian {
    display: block;
    width: 900px;
  }
  #accordian .slide {
    width: 800px;
    position: relative;
  }

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  #accordian {
    display: block;
    width: 1080px;
  }
  #accordian .slide {
    width: 960px;
    position: relative;
  }
}
#accordian {
  background: white;
  color: #F3F2F2;
  height: 240px;
  overflow: hidden;
  margin-bottom: 20px;
}
#accordian .media {
  min-width: 586px;
}
#accordian h5 {
  font-size: 16pt;
  font-weight: bold;
}
#accordian .slide {
  height: 100%;
  float: left;
}
#accordian .slide .bar {
  float: left;
  width: 40px;
  height: 240px;
  color: white;
  padding: 5px;
  font-weight: bold;
  cursor: pointer;
  position: relative;
}
#accordian .slide .bar img {
  position: relative;
  border: 0;
}
#accordian .slide .bar .foooverlay {
  background: black;
  opacity: 0.5;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
#accordian #slide2 {
  width: 40px;
}
#accordian #slide3 {
  width: 40px;
}
#accordian #slide4 {
  width: 40px;
}
.bg-banner {
  background-color: #222;
  opacity: 0.85;
}

/* ############ ACCORDIAN ############# */
.page-item.active .page-link {
  background-color: #885C9B !important;
  z-index: 2;
  color: #fff !important;
  border-color:  #885C9B !important;

}
.page-link {
  color: #885C9B !important;

}

.rowlinks-exclude {
  cursor: text;
}
.rowlinks {
  cursor: pointer;
}
.required2 {
 font-weight: bold;
}

td.verticalbar {
 width:100px;
}
div.verticalbar {
  box-shadow: 1px 1px #999;
  height:8px;
  margin-bottom: 3px;
}

.fa-sign-in-alt, .fa-download, .fa-code-branch, .fa-tasks, .fa-cart-plus, .fa-cubes {
  font-size: 50px;
  color: #885c9b;
}

.noaccount_fix {
  min-height: 200px;
}
