h2.ss-subtitle{
    padding: 10px 10px 40px;
    font-size: 32px;
    /* text-transform: uppercase; */
    color: rgb(12 77 162);
    position: relative;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.2);
}
h2.ss-subtitle:before{
	width: 4px;
	height: 40px;
	background: rgba(17,17,22,0.8);
	content: '';
	position: absolute;
	right: 75%;
	margin-right: -4px;
	bottom: -4px;
	-moz-border-radius: 2px 2px 0px 0px;
	-webkit-border-radius: 2px 2px 0px 0px;
	border-radius: 2px 2px 0px 0px;
}
h2.ss-subtitle:after{
	width: 25%;
	height: 0px;
	border-bottom: 4px dotted rgba(17,17,22,0.8);
	content: '';
	position: absolute;
	right: 50%;
	margin-right: -1px;
	bottom: -4px;
}
.ss-links{
	position: fixed;
	left: 10px;
	top: 166px;
	width: 25%;
	z-index: 100;
}
.ss-links a{
	background: rgba(0,0,0,0.2);
	font-size: 16px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	margin: 5px;
	float: left;
	border-radius: 50%;
	display: block;
	text-align: center;
	-webkit-transition: background 0.2s linear;
	-moz-transition: background 0.2s linear;
	-o-transition: background 0.2s linear;
	-ms-transition: background 0.2s linear;
	transition: background 0.2s linear;
}
.ss-links a:hover{
	background: rgba(0,0,0,0.4);
}
.ss-container{
    width: 100%;
    position: relative;
    text-align: left;
    float: left;
    overflow: hidden;
    padding-bottom: 200px;
    padding-top: 100px;
}
.ss-container h2{
    font-size: 40px;
    text-transform: uppercase;
    color: rgba(78,84,123,0.2);
	text-shadow: 0px 1px 1px #fff;
	padding: 20px 0px;
}
.ss-container:before{
    position: absolute;
    width: 4px;
    background: rgba(17,17,22,0.8);
    top: 0px;
    left: 50%;
    margin-left: -2px;
    content: '';
    height: 100%;
}
.ss-row{
    width: 100%;
    clear: both;
    float: left;
    position: relative;
    padding: 30px 0;
}
.ss-left, .ss-right{
    float: left;
    width: 48%;
    position: relative;
}
.ss-right{
    padding-left: 2.2%;
}
.ss-left{
    text-align: right;
    float: left;
    padding-right: 0%;
    /* left: 0% !important; */
}
.ss-circle{
    border-radius: 50%;
    overflow: hidden;
    display: block;
    /* text-indent: -9000px; */
    /* text-align: left; */
    -webkit-box-shadow: 
		0px 2px 5px rgba(0,0,0,0.7) inset, 0px 0px 0px 12px #0c4da2;
    -moz-box-shadow: 
		0px 2px 5px rgba(0,0,0,0.7) inset, 
		0px 0px 0px 12px #0c4da2;
    box-shadow: 
		0px 2px 5px rgba(0,0,0,0.7) inset, 0px 0px 0px 12px #0c4da2;
    /* background-size: cover; */
    background-color: #f0f0f0;
    /* background-repeat: no-repeat; */
    /* background-position: center center; */
    /* position: static; */
}

.ss-circle span{
    position: relative;
    top: 41px;
    left: 0;
    display: block;
    font-size: 42px;
    color: #333;
    z-index: 9;
    text-align: center;
    font-weight: 700;
    }
.ss-small .ss-circle{
	width: 150px;
	height: 150px;
}
.ss-medium .ss-circle{
	width: 150px;
	height: 150px;
}
.ss-large .ss-circle{
	width: 150px;
	height: 150px;
}
.ss-circle-deco:before{
	width: 26%;
	height: 0px;
	border-bottom: 5px dotted #ddd;
	border-bottom: 5px dotted rgba(17, 17, 22, 0.3);
	-webkit-box-shadow: 0px 1px 1px #fff;
	-moz-box-shadow: 0px 1px 1px #fff;
	box-shadow: 0px 1px 1px #fff;
	position: absolute;
	top: 50%;
	content: '';
	margin-top: -3px;
}
.ss-circle-deco:after{
	width: 0px;
	height: 0px;
	border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
	content: '';
	position: absolute;
	top: 50%;
	margin-top: -10px;
}
.ss-left .ss-circle-deco:before{
    right: -1%;
}
.ss-right .ss-circle-deco:before{
    left: 5%;
}
.ss-left .ss-circle-deco:after{
	right: -24px;
	border-right: 10px solid rgba(17,17,22,0.8);
}
.ss-right .ss-circle-deco:after{
	left: 26px;
	border-left: 10px solid rgba(17,17,22,0.8);
}
.ss-left .ss-circle{
    float: right;
    margin-right: 27%;
}
.ss-right .ss-circle{
    float: left;
    margin-left: 30%;
}
.ss-container h3{
    margin-top: 65px;
    padding: 10px 15px;
    background: rgb(26 27 33 / 73%);
    /* text-shadow: 1px 1px 1px rgba(26, 27, 33, 0.8); */
    font-size: 1.25rem;
}
.ss-container .ss-medium h3{
	margin-top: 66px;
}
.ss-container .ss-large h3{
	margin-top: 63px;
	font-size: 1.25rem;
}
.ss-container .ss-left h3{
	border-right: 5px solid rgba(164,166,181,0.8);
	margin-right: -4%;
	font-size: 1.25rem;
}
.ss-container .ss-left h3 ul{
    padding: 0 0 0 25px;
}
.ss-container .ss-left h3 ul li{color:#fff;text-align:left;font-size: 1.25rem;list-style: disc; margin-bottom: 5px;}
.ss-container .ss-right h3{
	border-left: 5px solid rgba(164,166,181,0.8);
	font-size: 1.25rem;
}
.ss-container .ss-right h3 ul li{color:#fff;text-align:left;font-size: 1.25rem;list-style: disc; margin-bottom: 5px; margin-left: 15px;}
.ss-container h3 span{
    color: rgb(255 255 255);
    font-size: 14px;
    display: block;
    padding-bottom: 5px;
    font-weight: 400;
}
.ss-container h3 a{
    font-size: 20px;
    color: rgb(255 255 255);
    display: block;
    font-weight: 600;
}
.ss-container h3 a:hover{
	color: rgb(255 255 255);
}

@media (max-width: 579px){
.ss-right {
    padding-left: 2.5%;
}
.ss-container .ss-medium h3 {
    margin-top: 38px;
}

.ss-container h3 a {
    font-size: 14px;
    line-height: normal;
    }
    .ss-medium .ss-circle {
    width: 98px;
    height: 98px;
}
.ss-container .ss-left h3 ul li {
    font-size: 0.8rem;
    line-height: normal;
}
.ss-left .ss-circle-deco:after {
    right: -8px;
}
.ss-circle span {
    top: 22px;
    font-size: 38px;
    }

    .ss-large .ss-circle {
    width: 98px;
    height: 98px;
}

.ss-right .ss-circle-deco:after {
    left: 9px;
    }

    .ss-container .ss-large h3 {
    margin-top: 39px;
}

.ss-left {
    left: -1% !important;
}
.ss-container h3 {
    margin-top: 41px;
}

.ss-small .ss-circle {
    width: 98px;
    height: 98px;
}
}