﻿/*

    This is used by Sitecore rich text editor to populate dropdown list with classes that can be added to images, tables etc.
*/

html, body {
	  box-sizing: border-box;
	  height: 100%;
	  font-family: Arial, sans-serif;
	  font-size:13px;
	  font-weight:lighter;
	  margin:0px;
}

	a:link {
		text-decoration: none;
		color: #0088cc;
	}
	
	a:hover {
		text-decoration: underline;
	}
	
	#CenterColumn {
	  margin: auto;
	  padding-right: 20px;
	  padding-left: 20px;
	  max-width: 1170px;
	  min-height: 402px;
	  background: white url('-/media/Default Website/cover.ashx') no-repeat;
	  background-size: 1170px 402px;
	  text-align: left;
	}	
	
	#InnerCenter {
		margin: auto;	
		position:relative;
		width:1150px;
		height:700px;
	}
	
	#Header {
		height:402px;
	}
	
	#Footer {
		width:100%;
		clear:both; 
		padding-top:2px;
	}	
	
	#LeftContent {
        width:750px;
	    text-align: justify;
	}
	
	#scLogo {
		margin-top:20px;
	}

	.img-responsive {
	  display: block;
	  max-width: 100%;
	  height: auto; 
	}
	
	.table{
	width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
	}

    .pill-link {
        font-family: "Gotham A", "Gotham B", sans-serif;
        font-size: 14px;
        padding-right: 20px;
        padding-left: 20px;
        padding-top: 10px;
        padding-bottom: 10px;
        margin-right: 5px;
        margin-bottom: 15px;
        background-color: #E35F52;
        color: #ffffff !important;
        border-radius: 2.5em 2.5em 2.5em 2.5em;
        display: inline-block;
        text-decoration: none;
    }